Description Usage Arguments Details Value Examples
fetch pathway definitions from downloads.baderlab.org
1 | fetchPathwayDefinitions(month = NULL, year = NULL, day = 1, verbose = FALSE)
|
month |
(numeric or char) month of pathway definition file. Can be numeric or text (e.g. "January","April"). If NULL, fails. |
year |
(numeric) year of pathway definition file. Must be in yyyy format (e.g. 2018). If NULL, fails. |
day |
(integer) |
verbose |
(logical) print messages |
Fetches genesets compiled from multiple curated pathway databases. Downloaded from: http://download.baderlab.org/EM_Genesets/ The file contains pathways from HumanCyc, NetPath, Reactome, NCI Curated Pathways and mSigDB. For details see Merico D, Isserlin R, Stueker O, Emili A and GD Bader. (2010). PLoS One. 5(11):e13984.
(char) Path to local cached copy of GMT file or initial download is required
1 2 3 | fetchPathwayDefinitions("October",2020)
fetchPathwayDefinitions("January",2018)
fetchPathwayDefinitions(month=10,year=2020)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.