Description Usage Arguments Examples
Function is used to set up initial space of mappings in package. It is necessary to set up this space before any analysis. It is crutial for the process of mapping ChEBI, Ensemble and UniProt ids to Reactome pthways ids.
1 2 | setUpReactomeMapping(ChEBI2ReactomeFileURL, Ensembl2ReactomeFileURL,
UniProt2ReactomeFileURL)
|
ChEBI2ReactomeFileURL |
A string which represents full URL to mapping file on Reactome page. This file include ChEBI ids mapped to Reactome pathway ids. |
Ensembl2ReactomeFileURL |
A string which represents full URL to mapping file on Reactome page. This file include Ensemble ids mapped to Reactome pathway ids. |
UniProt2ReactomeFileURL |
A string which represents full URL to mapping file on Reactome page. This file include UniProt ids mapped to Reactome pathway ids. |
1 2 3 4 | OmicsON::setUpReactomeMapping(
ChEBI2ReactomeFileURL = "https://reactome.org/download/current/ChEBI2Reactome.txt",
Ensembl2ReactomeFileURL = "https://reactome.org/download/current/Ensembl2Reactome.txt",
UniProt2ReactomeFileURL = "https://reactome.org/download/current/UniProt2Reactome.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.