R/qualityControlMetabolomics.R
artmsQualityControlMetabolomics.Rd
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")#> [1] "Both <evidence_file> and <keys_file> cannot be NULL"