Description Usage Arguments Value Examples
View source: R/class_reduction.R
This function takes the data frame, class labels, experimental DDG values, and the mutations' biochemical features. With this function, the dataset can be filtered based on class, secondary structure, and relative ASA of the mutations.
1 | class_reduction(data, classes, DDG, SS = NULL, ASA = NULL)
|
data |
A redundant dataset of mutations |
classes |
Column name of labels |
DDG |
Column name of Experimental DDG values |
SS |
Default is Null. Specify the column name that contains secondary structure information |
ASA |
Default is Null. Specify the column name that contains relative ASA information |
A list of reduced dataset and a box plot
1 2 | class_reduction(data = df, classes = "Classes", DDG = "Experimental")
class_reduction(data = df, classes = "Classes", DDG = "Experimental", SS = "SStructure")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.