Description Usage Arguments Examples
View source: R/class_frequency.R
This function takes the data frame and the mutation column to visualize the frequency of the classes
1 | class_frequency(data, mutations)
|
data |
A data frame |
mutations |
Specify the column name that contains the mutations |
1 | class_frequency(data = df, mutations = "Mutation")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.