Description Usage Arguments Details Value Methods (by class) Examples
funtooNorm
Returns the normalized signals to the SampleSet object
1 2 3 4 5 6 | funtooNorm(object, type.fits = "PCR", ncmp = 4, force = FALSE,
sex = NULL)
## S4 method for signature 'SampleSet'
funtooNorm(object, type.fits = "PCR", ncmp = 4,
force = FALSE, sex = NULL)
|
object |
Object of class SampleSet |
type.fits |
Choice between "PCR" or "PLS" (default="PCR") |
ncmp |
Number of components included in the analysis (default=4) |
force |
If set to TRUE, forces the normalization procedure to re-compute |
sex |
Boolean vector if male. if NULL Beta values from ChrY are used for classification. |
This is a generic function which applies to autosomes and the X chromosome. Chromosome Y requires separate analysis as there are few probes on Y. We use a straightforward quantile normalization applied to males only.
a S4 object of class SampleSet containing the normalized signal
SampleSet
: The funtooNorm normalization function
1 2 3 4 | require(minfiData)
pData(RGsetEx)$cell_type <- rep(c("type1","type2"),3)
mySampleSet=fromRGChannelSet(RGsetEx)
mySampleSet=funtooNorm(mySampleSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.