| A {MineICA} | R Documentation |
These generic functions access and set the attributes S, SByGene and A
stored in an object of class IcaSet.
S(object) S(object) <- value SByGene(object) SByGene(object) <- value A(object) A(object) <- value nbComp(object)
object |
object of class |
value |
Data.frame with rows representing: features (for
|
S returns a data.frame containing feature projection values;
SByGene returns a data.frame containing gene projection values;
A returns a data.frame containing sample contribution values.
nbComp returns the number of components, i.e the number of
columns of A.
Anne Biton