View source: R/pathway_databases.R
get_pathway_info | R Documentation |
Dataframe containing meta-information of pathways in database
get_pathway_info( query_species = "hsapiens", database_list = NULL, include_network_statistics = FALSE )
query_species |
For which species |
database_list |
Which databases to query. Query all if 'NULL'. |
include_network_statistics |
Compute some useful statistics per pathway. Takes longer! |
data frame with pathway meta information
head(get_pathway_info(database_list = c("kegg")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.