Description Usage Arguments Examples
View source: R/class_formation.R
This function takes the data frame and the mutation column to group the amino acids into four main classes based on their R groups' properties. It also prints the missing classes within the dataset.
1 | class_formation(data, mutations)
|
data |
A data frame containing mutations that will be classified |
mutations |
Specify the column name that contains the mutations |
1 | class_formation(data = df, mutations = "Mutation")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.