Slist {MineICA} | R Documentation |
IcaSet
object
as a list.These generic functions retrieve, from an IcaSet object,
the feature and gene projections contained in
the attribute S
and SByGene
as
a list where feature and gene IDs are preserved.
Slist(object) SlistByGene(object)
object |
Object of class |
Slist
and SlistByGene
return a list whose length equals the number of
components contained in the IcaSet
object. Each element of this
list contains a vector of feature or gene projections
indexed by the feature or gene IDs.
Anne Biton