Create a new raw deep_mutational_scan object, containing data from one or more studies. This is expected to have no annotations and no imputation but have had all scores transformed and normalised onto the standard scale.

new_deep_mutational_scan(df, meta)

Arguments

df

A data frame in the required format (name, position, wt, A-Y, additional data...).

meta

A data frame detailing the metadata for each study. Each row should contain the name, study, gene, source, description and positions entries, covering each unique name in df.

Value

A deep_mutational_scan S3 object (see deep_mutational_scan)