downloadPathway | R Documentation |
Download Reactome Pathways in BioPAX level 2 and 3
downloadPathway(pathwayID, biopaxLevel = "3", destDirectory, overwrite = F)
pathwayID |
The Reactome ID or list of IDs of the pathways to be downloaded. The ID should start with R-HSA-. |
biopaxLevel |
The BioPAX Level, 2 or 3. By default set to 3. |
destDirectory |
The Directory in which the Pathway Files should be saved. If missing, the files are saved in the working directory. The Reactome IDs are used to name the files. |
overwrite |
A Boolean whether to overwrite existing files with the same name. |
The Directory in which the files are saved.
## Not run:
downloadPathway(c("R-HSA-195721","R-HSA-9609507"),biopaxLevel=3,overwrite=T)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.