Maps Molecule Identifiers
Use this function to map molecule identifiers of different species to Reactome Identifiers.
rba_reactome_analysis_mapping( input, input_format = NA, projection = FALSE, 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 provided 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 = FALSE) 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). Refer to |
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"
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_download()
,
rba_reactome_analysis_import()
,
rba_reactome_analysis_pdf()
,
rba_reactome_analysis_species()
,
rba_reactome_analysis_token()
,
rba_reactome_analysis()
rba_reactome_analysis_mapping(c("Q8SQ34", "cd40"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.