Description Usage Arguments Examples
View source: R/duplet_formation.R
This function takes the data frame and mutation column to form WT-MT duplets. It also prints the missing duplets within the dataset.
1 | duplet_formation(data, mutations)
|
data |
A data frame containing mutations that will be classified |
mutations |
Specify the column name that contains the mutations |
1 | duplet_formation(data = df, mutations = "Mutation")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.