View source: R/qualityControlMetabolomics.R
artmsQualityControlMetabolomics | R Documentation |
Quality Control analysis of the evidence-like metabolomics dataset
artmsQualityControlMetabolomics(
evidence_file,
keys_file,
met_exp = c("MV"),
output_name = "qcPlots_metab",
plotINTDIST = FALSE,
plotCORMAT = TRUE,
plotINTMISC = TRUE,
printPDF = TRUE,
verbose = TRUE
)
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
# 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.