Accessors {BeadExplorer} | R Documentation |
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
detExprs(object) fileOrigin(object) nGenes(object) normMethod(object) nSamples(object) param(object) sampleQC(object) signalMeans(object)
object |
the beadData-class object you want to access |
Gareth Elvidge