Description Usage Arguments Value Examples
Subset a GeneSetDb to only include geneSets with specified features.
1 | subsetByFeatures(x, features, value = c("feature_id", "x.id", "x.idx"), ...)
|
x |
|
featureIds |
Character vector of featureIds |
A subset of x
which contains only the geneSets that contain
features found in featureIds
1 2 3 | gdb <- exampleGeneSetDb()
features <- c("55839", "8522", "29087")
(gdb.sub <- subsetByFeatures(gdb, features))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.