View source: R/reactome_analysis.R
rba_reactome_analysis_mapping | R Documentation |
Use this function to map molecule identifiers of different species to Reactome Identifiers.
rba_reactome_analysis_mapping(
input,
input_format = NULL,
projection = TRUE,
interactors = FALSE,
...
)
input |
A vector, local file path or URL that points to your identifiers list. |
input_format |
(Optional) This function will automatically identify your supplied input's format. But in case of unexpected issues or if you want to be explicit, set this argument to one of:
|
projection |
Logical (default = TRUE) Should non-human identifiers be projected to their human equivalents? (using Reactome orthology data) |
interactors |
Logical (default = FALSE) Should IntAct interaction data be included? |
... |
rbioapi option(s). See |
List containing your identifiers and the IDS and resources they are mapped to.
"GET https://reactome.org/AnalysisService/mapping"
"GET https://reactome.org/AnalysisService/mapping/form"
"GET https://reactome.org/AnalysisService/mapping/form/projection"
"GET https://reactome.org/AnalysisService/mapping"
"GET https://reactome.org/AnalysisService/mapping/url"
"GET https://reactome.org/AnalysisService/mapping/url/projection"
Marc Gillespie, Bijay Jassal, Ralf Stephan, Marija Milacic, Karen Rothfels, Andrea Senff-Ribeiro, Johannes Griss, Cristoffer Sevilla, Lisa Matthews, Chuqiao Gong, Chuan Deng, Thawfeek Varusai, Eliot Ragueneau, Yusra Haider, Bruce May, Veronica Shamovsky, Joel Weiser, Timothy Brunson, Nasim Sanati, Liam Beckman, Xiang Shao, Antonio Fabregat, Konstantinos Sidiropoulos, Julieth Murillo, Guilherme Viteri, Justin Cook, Solomon Shorser, Gary Bader, Emek Demir, Chris Sander, Robin Haw, Guanming Wu, Lincoln Stein, Henning Hermjakob, Peter D’Eustachio, The reactome pathway knowledgebase 2022, Nucleic Acids Research, 2021;, kab1028, https://doi.org/10.1093/nar/gkab1028
Griss J, Viteri G, Sidiropoulos K, Nguyen V, Fabregat A, Hermjakob H. ReactomeGSA - Efficient Multi-Omics Comparative Pathway Analysis. Mol Cell Proteomics. 2020 Sep 9. doi: 10.1074/mcp. PubMed PMID: 32907876.
Other "Reactome Analysis Service":
rba_reactome_analysis()
,
rba_reactome_analysis_download()
,
rba_reactome_analysis_import()
,
rba_reactome_analysis_pdf()
,
rba_reactome_analysis_species()
,
rba_reactome_analysis_token()
## Not run:
rba_reactome_analysis_mapping(c("Q8SQ34", "cd40"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.