R/runQC.R

Defines functions runQC

Documented in runQC

runQC <- function(QC, nPath=NULL, B=1e4, pvalCut=.05, pvalAdjust=FALSE, fileForCQCp="c2.all.v3.0.symbols.gmt") {
	QC$RunQC(nPath, B, pvalCut, pvalAdjust, fileForCQCp)
}

Try the MetaQC package in your browser

Any scripts or data that you put into this service are public.

MetaQC documentation built on May 30, 2017, 2:38 a.m.