Description Usage Arguments Value References Examples
Downloads current pathway data (protein-to-pathway mapping) from reactome, saves it in a local directory and returns a data frame usable by the library. It can reuse downloaded files if the downloaded folder is passed as an argument
1 | downloadReactomePathways(data_folder, species = "HomoSapiens")
|
data_folder |
- The folder where the data resides, or where it should be downloaded if it doesnt exist |
species |
- The species being analysed. Currently only supports the string 'HomoSapiens' |
a data frame containing three columns, uniProtID, reactomeID, reactomeDescription which stand for the protein identifier, pathway identifier and the pathway description
http://www.reactome.org/pages/download-data/
1 2 3 4 5 | ## Not run:
dataFolder <- tempdir()
pathwayData<-downloadReactomePathways(dataFolder)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.