Description Usage Arguments Value Examples
View source: R/qualityControlMetabolomics.R
Quality Control analysis of the evidence-like metabolomics dataset
1 2 3 4 5 6 7 8 9 10 11 |
evidence_file |
(char or data.frame) The evidence file path and name, or data.frame |
keys_file |
(char or data.frame) The keys file path and name or data.frame |
met_exp |
(char) Metabolomics experiment. Only one option available (so far):
|
output_name |
(char) prefix output name (no extension). Default: "qcPlots_metab" |
plotINTDIST |
if |
plotCORMAT |
if
|
plotINTMISC |
if |
printPDF |
If |
verbose |
(logical) |
Quality control files and plots for metabolomics
1 2 3 4 | # Testing that input arguments cannot be null
artmsQualityControlMetabolomics(evidence_file = NULL,
keys_file = NULL,
met_exp = "MV")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.