View source: R/panev.speciesCode.R
panev.speciesCode | R Documentation |
Get the list of species available for panev. The correct 'panev code' is mandatory for run correctly the main PANEV functions.
panev.speciesCode(string = NULL)
string |
A string used to search the organism code within the full list. (default = NULL). |
This function is based on the keggList
function of KEGGREST package (http://bioconductor.org/packages/release/bioc/html/KEGGREST.html.
A dataframe containing two columns named 'species' and 'panev code', respectively.
Valentino Palombo (valentino.palombo@gmail.com)
Tenenbaum D (2017). KEGGREST: Client-side REST access to KEGG. R package version 1.16.1.
##### EXAMPLES CODE ##### #Create a list of all available species for PANEV list <- panev.speciesCode() #Look for a specific species in PANEV, matching a search string list <- panev.speciesCode(string="bos")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.