plotValidationGraph | R Documentation |
Plots a series of graphs for each signal type, to determine the number of components to include in the normalization procedure.
plotValidationGraph(object, type.fits = "PCR", pdf.file = NULL) ## S4 method for signature 'SampleSet' plotValidationGraph(object, type.fits = "PCR", pdf.file = NULL)
object |
of class SampleSet |
type.fits |
can be "PCR" or "PLS" (default "PCR") |
pdf.file |
if no file name is provided print pdf file plotValidationGraph.pdf in working directory. |
No value is returned. The function prints the plots to a pdf file.
SampleSet
: Plots a series of graphs for each
signal type, to determine the number of components to include
in the normalization procedure.
require(minfiData) pData(RGsetEx)$cell_type <- rep(c("type1","type2"),3) mySampleSet=fromRGChannelSet(RGsetEx) plotValidationGraph(mySampleSet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.