Description Usage Arguments Value Examples
Downloads the most up-to-date versions of the mouse or human wikipathway information databases. Output will be stored as three distinct dataframes within the input MAE 1) path_gene, 2) path_names, 3) path_data.
1 | dloadGmt(MAE, species = "")
|
MAE |
MultiAssayExperiment to store downloaded GMT data in. It might be useful to start a new MAE for dloadGmt using MultiAssayExperiment(). This is so the MAE objects used in this analysis do not get too large. |
species |
Full species names e.g. retrieve "Homo sapiens" or "Mus musculus" data. |
3 dataframes. 1) path_gene, 2) path_names, 3) path_data. All of which will be stored as assays in the input MAE.
1 2 3 | MAE <- MultiAssayExperiment()
MAE <- dloadGmt(MAE, species = "Homo sapiens")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.