View source: R/qualityControlSummaryExtended.R
artmsQualityControlSummaryExtended | R Documentation |
Performs quality control based on the information available in the MaxQuant summary.txt file.
artmsQualityControlSummaryExtended(
summary_file,
keys_file,
output_dir = "qc_summary",
output_name = "qcExtended_summary",
isFractions = FALSE,
plotMS1SCANS = TRUE,
plotMS2 = TRUE,
plotMSMS = TRUE,
plotISOTOPE = TRUE,
printPDF = TRUE,
verbose = TRUE
)
summary_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 |
output_dir |
(char) Name for the folder to output the results plots. Default is "qc_summary". |
output_name |
(char) prefix output name (no extension). Default: "qcExtended_summary" |
isFractions |
(logical) |
plotMS1SCANS |
(logical) |
plotMS2 |
(logical) |
plotMSMS |
(logical) |
plotISOTOPE |
(logical) |
printPDF |
If |
verbose |
(logical) |
A number of plots from the summary file
# Testing warning if files are not submitted
test <- artmsQualityControlSummaryExtended(summary_file = NULL,
keys_file = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.