indComp {MineICA} | R Documentation |
These generic functions access and set the attributes compNames
, indComp
and witGenes
stored in an object of class IcaSet
.
indComp(object) indComp(object) <- value compNames(object) compNames(object) <- value witGenes(object) witGenes(object) <- value
object |
object of class |
value |
Numeric vector for |
indComp
returns a numeric vector containing component indices;
compNames
returns a character vector containing component labels;
witGenes
returns a character vector containing witness genes IDs.
Anne Biton