View source: R/qualityControlEvidenceExtended.R
artmsQualityControlEvidenceExtended | R Documentation |
Performs quality control based on the information available in
the MaxQuant evidence.txt
file.
artmsQualityControlEvidenceExtended(
evidence_file,
keys_file,
output_dir = "qc_extended",
output_name = "qcExtended_evidence",
isSILAC = FALSE,
plotPSM = TRUE,
plotIONS = TRUE,
plotTYPE = TRUE,
plotPEPTIDES = TRUE,
plotPEPTOVERLAP = TRUE,
plotPROTEINS = TRUE,
plotPROTOVERLAP = TRUE,
plotPIO = TRUE,
plotCS = TRUE,
plotME = TRUE,
plotMOCD = TRUE,
plotPEPICV = TRUE,
plotPEPDETECT = TRUE,
plotPROTICV = TRUE,
plotPROTDETECT = TRUE,
plotIDoverlap = TRUE,
plotPCA = TRUE,
plotSP = 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 |
output_dir |
(char) Name for the folder to output the results plots. Default is "qc_extended". |
output_name |
(char) prefix output name (no extension). Default: "qcExtended_evidence" |
isSILAC |
if |
plotPSM |
(logical) |
plotIONS |
(logical) |
plotTYPE |
(logical) |
plotPEPTIDES |
(logical) |
plotPEPTOVERLAP |
(logical) |
plotPROTEINS |
(logical) |
plotPROTOVERLAP |
(logical) |
plotPIO |
(logical) |
plotCS |
(logical) |
plotME |
(logical) |
plotMOCD |
(logical) |
plotPEPICV |
(logical) |
plotPEPDETECT |
(logical) |
plotPROTICV |
(logical) |
plotPROTDETECT |
(logical) |
plotIDoverlap |
(logical) |
plotPCA |
(logical) |
plotSP |
(logical) |
printPDF |
If |
verbose |
(logical) |
all the plots are generated by default
A number of QC plots based on the evidence file
# Testing warning if files are not submitted
test <- artmsQualityControlEvidenceExtended(evidence_file = NULL,
keys_file = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.