Description Usage Arguments Value References Examples
View source: R/Find_support_functions.R
This function retrieves the identifiers (IDs) of all metabolic and signaling KEGG pathways of a given organism. These pathway IDs can be used to build a MetaboSignal network with the function "MS_keggNetwork( )".
1 | MS_getPathIds(organism_code)
|
organism_code |
character vector containing the KEGG code for the organism of interest. For example the KEGG code for the rat is "rno". See the function "MS_keggFinder( )". |
This function returns a matrix, where each row contains the ID, description, category, and type (i.e. "metabolic" or "signaling") of each pathway. This matrix is also exported in a file named "organism-code_pathways.txt".
Tenenbaum, D. KEGGREST: Client-side REST access to KEGG. R package version >= 1.17.0.
1 2 | rat_paths <- MS_getPathIds(organism_code = "rno")
human_paths <- MS_getPathIds(organism_code = "hsa")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.