Usage
QCinfo(rgSet, detPthre=0.000001, nbthre=3, samplethre=0.05, CpGthre=0.05, bisulthre=NULL, outlier=TRUE, distplot=TRUE)
Arguments
rgSet
An object of class RGChannelSetExtended
.
detPthre
Detection P value threshold to identify low quality data point
nbthre
Number of bead threshold to identify low quality data point
samplethre
Threshold to identify low quality samples, the percentage of low quality methylation data points across probes for each sample
CpGthre
Threshold to identify low quality probes, percentage of low quality methylation data points across samples for each probe
bisulthre
Threshold of bisulfite intensity for identification of low quality samples. By default, Mean - 3 x SD of sample bisufite control intensities will be used as the threshold.
outlier
If TRUE, outlier samples in total intensity or beta value distribution will be idenfied and classified as bad samples.
distplot
TRUE or FALSE, whether to produce beta value distribution plots before and after QC.