Description Value Slots Examples
SampleSet is an S4 class defined for the purpose of running the funtooNorm algorithm. They are lists containing signal data and different variables useful for funtooNorm. The data is separated into the 3 probes types, each having 2 channels (methylated and unmethylated ie : A and B) We then define then the 6 (2*3) labels: AIGrn BIGrn AIRed BIRed AII BII
a S4 object of class SampleSet
type
Character: is 'minfi' or 'GenomeStudio'
sampleNames
character vector: contain the list of sample names in order used
sampleSize
numeric: the number of samples
nPos
numeric: the number of positions in the ILLUMINA chip
annotation
character: the annotation object from minfi package
cell_type
factor: vector of the cell type for each sample as factors
qntllist
numeric: vector of ordered quantiles
quantiles
list: list of 6 quantiles tables for the 6 signal types
ctl.covmat
matrix: covariance matrix for the model fit
signal
list: list of the values for all 6 probe types.
names
list: list of probes for each type
predmat
list: list of the normalized values for all 6 probe types.
1 | showClass("SampleSet")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.