load_gmt_signatures | R Documentation |
There are a bunch of places from which to acquire signature data. This function attempts to provide a single place to load them. The easiest way to get up to date signatures is to download them from msigdb and set the signatures parameter to the downloaded filename.
load_gmt_signatures(
signatures = "c2BroadSets",
data_pkg = "GSVAdata",
signature_category = "c2",
id_type = "entrez"
)
signatures |
Either the filename downloaded or the variable's name as found in the environment created by data_pkg. |
data_pkg |
Used when signatures is not a filename to load a data package, presumably GSVAdata. |
signature_category |
Probably not needed unless you download a signature file containing lots of different categories. |
id_type |
Specify the ID type in the data. |
signature dataset which may be used by gsva()
[GSEABase]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.