Download Different Reactome Analysis Results
Based on the "request" argument, you can download different analysis results data associated with a given token.
rba_reactome_analysis_download( token, request, save_to = NA, resource = "TOTAL", ... )
token |
A token associated to your previous Reactome analysis. |
request |
What to download? Should be one of:
|
save_to |
NA or Character:
|
resource |
(Only when request is "found_ids" or "pathways") Filter results based on the resource. Default is "TOTAL", available choices are:"TOTAL", "UNIPROT", "ENSEMBL", "CHEBI", "IUPHAR", "MIRBASE", "NCBI_PROTEIN", "EMBL", "COMPOUND", "ENTITIES_FDR" or "PUBCHEM_COMPOUND". |
... |
rbioapi option(s). Refer to |
Token is associated to each Reactome analysis results and kept by Reactome
for at least 7 days. You can locate it in
rba_reactome_analysis
's output, under a sub-list named
"summary" (i.e. results$summary$token).
Use rba_reactome_analysis_pdf
to save a full report
in PDF format.
NULL, a CSV,JSON or Gzipped JSON file will be saved to disk based on your input.
GET https://reactome.org/AnalysisService/download/token/entities/ found/resource/filename.csv" GET https://reactome.org/AnalysisService//download/token/entities/ notfound/filename.csv" GET https://reactome.org/AnalysisService/download/token/pathways/ resource/filename.csv" GET https://reactome.org/AnalysisService/download/token/result.json" GET https://reactome.org/AnalysisService/download/token/result.json.gz"
Fabregat A, Sidiropoulos K, Viteri G, Forner O, Marin-Garcia P, Arnau V, D'Eustachio P, Stein L, Hermjakob H. Reactome pathway analysis: a high-performance in-memory approach. BMC bioinformatics. 2017 Mar;18(1) 142. doi: 10.1186/s12859-017-1559-2. PubMed PMID: 28249561. PubMed Central PMCID: PMC5333408.
Other "Reactome Analysis Service":
rba_reactome_analysis_import()
,
rba_reactome_analysis_mapping()
,
rba_reactome_analysis_pdf()
,
rba_reactome_analysis_species()
,
rba_reactome_analysis_token()
,
rba_reactome_analysis()
## Not run: rba_reactome_analysis_download(token = "MjAyMDEwMTYwMTI3MTNfMjY1MjM", request = "found_ids", save_to = "found_ids.csv") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.