Accessors {BeadExplorer}R Documentation

Accessor Methods for beadData class

Description

These functions return a number of parameters that are useful for quality control and for obtaining further infomration about the beadData-class object.

Briefly:

detExprs: Returns a matrix of Illumina detection scores fileOrigin: Returns a file path(s) of the file(s) used to create the beadData-class object nGenes: Returns the number of genes in the beadData-class object normMethod: Returns the method used to normalise the beadData-class object nSamples: Returns the number of samples analysed param: Returns a list of analysis parameters signalMeans: Returns a vector of sample signal means

Usage

detExprs(object)
fileOrigin(object)
nGenes(object)
normMethod(object)
nSamples(object)
param(object)
sampleQC(object)
signalMeans(object)

Arguments

object the beadData-class object you want to access

Author(s)

Gareth Elvidge

See Also

beadData-class


[Package BeadExplorer version 1.2.0 Index]