Learn R Programming

tmod (version 0.44)

getModuleMembers: Return the contents of a module

Description

Return the contents of a module

Usage

getModuleMembers(x, mset = "all")

Arguments

x

a character vector of module names

mset

optional, a module set

Value

A list of modules

Details

This function returns the selected modules from a module set.

Examples

Run this code
# NOT RUN {
# show the interferon related modules
getModuleMembers(c("LI.M127", "LI.M158.0", "LI.M158.0"))
# }

Run the code above in your browser using DataLab