size {SeqGSEA} | R Documentation |
This function to get the number of gene sets in a SeqGeneSet object.
size(GS)
GS |
an object of class SeqGeneSet. |
Gene sets with size less than GSSizeMin
or more than GSSizeMax
are not included.
The number of gene sets in this SeqGeneSet object.
Xi Wang, xi.wang@newcastle.edu.au
SeqGeneSet-class
,
loadGenesets
data(GS_example, package="SeqGSEA") size(GS_example)