indComp | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.