start.qc {mqqc} | R Documentation |
Function for quality control of evidence.txt data from MaxQuant analysis.
start.qc(DataEvidence = NULL, RawBased = T, n = NA, show.path = F, open.doc = F)
DataEvidence |
|
RawBased |
TRUE - all entries in evidence.txt are analyzed as one file. False - raw file based analysis, based on rawFile column in evidence table. |
n |
Number of raw files to be analyzed. If n = NA all raw files in evidence.txt will be analyzed. |
show.path |
Logical, returns path in tk window. |
open.doc |
Tries to open created pdf. |
Henrik Zauber
# before run, resize Output window or set pdfOut to T (will create a folder and a pdf in your working directory) #data(DataEvidence) #start.qc(DataEvidence,pdfOut = F)