View source: R/pathway_databases.R
get_pathways | R Documentation |
Easy pathway network access
get_pathways( query_species = "hsapiens", database_list = NULL, remove_empty_pathways = TRUE, pathway_list = NULL )
query_species |
For which species |
database_list |
Which databases to query. Query all if 'NULL'. |
remove_empty_pathways |
Discard pathways without nodes |
pathway_list |
List mapping database name to vector of pathway names to download |
list of pathways
pathways <- get_pathways( pathway_list = list(kegg = c( "Protein processing in endoplasmic reticulum" )) ) plot_network(as(pathways[[1]]$graph, "matrix"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.