Description Usage Arguments Details Value Author(s) References See Also Examples
Filters gene sets through a given minimum and maximum set size.
1 2 3 4 | ## S4 method for signature 'list'
filterGeneSets(gSets, min.sz=1, max.sz=Inf)
## S4 method for signature 'GeneSetCollection'
filterGeneSets(gSets, min.sz=1, max.sz=Inf)
|
gSets |
Gene sets given either as a |
min.sz |
Minimum size. |
max.sz |
Maximum size. |
This function filters the input gene sets according to a given minimum and maximum set size.
A collection of gene sets that meet the given minimum and maximum set size.
J. Guinney
Hänzelmann, S., Castelo, R. and Guinney, J. GSVA: Gene set variation analysis for microarray and RNA-Seq data. BMC Bioinformatics, 14:7, 2013.
1 2 3 | geneSets <- list(set1=as.character(1:4), set2=as.character(4:10))
filterGeneSets(geneSets, min.sz=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.