getModuleMembers {tmod} | R Documentation |
Return the contents of a gene set
Description
Return the contents of a gene set
Usage
getModuleMembers(x, mset = "all")
Arguments
x |
a character vector of gene set names |
mset |
optional, a gene set collection |
Details
This function returns the selected gene sets from a collection.
Value
A list of gene sets
Examples
# show the interferon related modules
getModuleMembers(c("LI.M127", "LI.M158.0", "LI.M158.0"))
getModuleMembers("LI.M127")
[Package tmod version 0.50.13 Index]