Description Usage Arguments Value Examples
View source: R/grep_datasets.R
grep_datasets funcion takes a list of species as an input and produces a datasets of map numpers of the pathways and gene IDs
1 | grep_datasets(species)
|
species |
A list of abbreviations of the intersested species. |
A data frame of two columns, the first one is KEGG gene ids and the second one is the map numpers
1 2 | a <- list_species("arachis")
b <- grep_datasets(c("adu","aip"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.