start.qc: Quality analysis of evidence.txt

Description Usage Arguments Author(s) See Also Examples

View source: R/start.qc.R

Description

Function for quality control of evidence.txt data from MaxQuant analysis.

Usage

1
2
 
start.qc(DataEvidence = NULL, RawBased = T, n = NA, show.path = F, open.doc = F)

Arguments

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.

Author(s)

Henrik Zauber

See Also

folder.observe

Examples

1
2
3
  # 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)

mqqc documentation built on July 30, 2020, 3 p.m.