Description Usage Arguments Value Author(s) Examples
This function filteres a GeneSetCollection by removing all contained GeneSets that do not include at least the user-specified number of genes also found in the user-specified universe.
1 2 | ## S4 method for signature 'CMAPCollection'
minSetSize(sets, universe=NULL, min.members = 5)
|
sets |
A |
universe |
Optional character vector of gene identfiers to be considered as the universe. Only geneIds included in the universe will count toward the gene set membership counts. If 'NULL' (default), all featureNames of the CMAPCollection will be considered. |
min.members |
Number of genes (in the univerese) a gene set needs to contain to be retained. |
A CMAPCollection with all gene sets containing more than the specified number of members.
Thomas Sandmann
1 2 3 4 | data(gCMAPData)
gene.set.collection <- induceCMAPCollection(gCMAPData, "z", higher=2, lower=-2)
minSetSize(gene.set.collection, min.members=100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.