Description Usage Arguments Value Examples
Enable the user to choose which parameter to output from a dataframe containing the columns compound, metabolite, nbna, sd, mu, CV, and remove.
1 2 3 |
data |
the input QC dataframe; |
COMPOUND |
default=TRUE, output the column named "compound"; |
NBNA |
default=TRUE, output the column named "nbna"; |
SD |
default=TRUE, output the column named "sd"; |
MU |
default=TRUE, output the column named "mu"; |
CV |
default=TRUE, output the column named "CV"; |
REMOVE |
default=TRUE, output the column named "remove". |
subdata the desired dataframe,
1 | QCcustomization(QCresult$QC, REMOVE=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.