plotCtrl {ENmix} | R Documentation |
The function will generate a series of internal control plots, which are similar to the plots from Illumina genomic studio software. Users should refer to the software's online guide to interpret these figures. These figures can be used to check data quality and experimental procedures.
plotCtrl(rgSet,IDorder=NULL)
rgSet |
An object of class |
IDorder |
A list of sample ids in the order user specified. The list can be a subset of the samples in input dataset. If an id list is provided, all plots will be produced in the order of the list. The default is NULL. |
A set of jpeg figures.
Zongli Xu
Zongli Xu, Liang Niu, Leping Li and Jack A. Taylor, ENmix: a novel background correction method for Illumina HumanMethylation450 BeadChip. Nucleic Acids Research 2015.
if(FALSE){ if (require(minfiData)) { pinfo=pData(RGsetEx) IDorder=rownames(pinfo)[order(pinfo$Slide,pinfo$Array)] plotCtrl(RGsetEx,IDorder) }}