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