get_msigdb_metadata | R Documentation |
Create a metadata dataframe of msigdb data, this hopefully will be usable to fill the fData slot of a gsva returned expressionset.
get_msigdb_metadata(
msig_db = "msigdb_v6.2.xml",
wanted_meta = c("ORGANISM", "DESCRIPTION_BRIEF", "AUTHORS", "PMID")
)
msig_db |
Filename containing the MSigDB metadata. |
wanted_meta |
Choose metadata columns of interest. |
list containing 2 data frames: all metadata from broad, and the set matching the sig_data GeneSets.
[xml2] [rvest]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.