dat: Retrieve and set data from IcaSet

Description Usage Arguments Value Author(s)

Description

These generic functions access and set the attributes dat stored in an object of class IcaSet.

Usage

1
2
3
4
5
dat(object)
dat(object) <- value
datByGene(object)
datByGene(object) <- value
geneNames(object)

Arguments

object

object of class IcaSet

value

Matrix with rows representing features or genes and columns samples.

Value

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.

Author(s)

Anne


MineICA documentation built on Nov. 8, 2020, 5:35 p.m.