Select the organism to use. Use "all" for all organisms in the file (only for "xml" format; default: "Homo sapiens")
fields
Which fields to import to the MODULES data frame (only for "xml" format)
Value
A tmod object
Details
This command parses a file from MSigDB. Both XML and the MSigDB-specific
"GMT" format are supported (however, the latter is discouraged, as it
contains less information).
# NOT RUN {## First, download the file "msigdb_v5.0.xml" from http://www.broadinstitute.org/gsea/downloads.jspmsig <- tmodImportMSigDB( "msigdb_v5.0.xml" )
# }