Description Usage Arguments Value Examples
View source: R/qualityControlSummaryExtended.R
Performs quality control based on the information available in the MaxQuant summary.txt file.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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
1 2 3 | # 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.