dat | R Documentation |
These generic functions access and set the attributes dat stored in an object of class IcaSet
.
dat(object)
dat(object) <- value
datByGene(object)
datByGene(object) <- value
geneNames(object)
object |
object of class |
value |
Matrix with rows representing features or genes and columns samples. |
dat
and datByGene
return a matrix containing measured values (e.g
expression data) indexed by features and genes, respectively.
geneNames
returns the names of the genes, i.e the row names of
datByGene
.
Anne
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.