geneSetDescs {SeqGSEA} | R Documentation |
Get the descriptions of gene sets in a SeqGeneSet object
geneSetDescs(GS)
GS |
a SeqGeneSet object. |
Gene sets with size less than GSSizeMin
or more than GSSizeMax
are not included.
A vector of descriptions of each gene set in the SeqGeneSet object.
Xi Wang, xi.wang@newcastle.edu.au
geneSetNames
,
geneSetSize
,
SeqGeneSet-class
,
loadGenesets
data(GS_example, package="SeqGSEA") geneSetDescs(GS_example)