get_pathway_info: Dataframe containing meta-information of pathways in database

View source: R/pathway_databases.R

get_pathway_infoR Documentation

Dataframe containing meta-information of pathways in database

Description

Dataframe containing meta-information of pathways in database

Usage

get_pathway_info(
  query_species = "hsapiens",
  database_list = NULL,
  include_network_statistics = FALSE
)

Arguments

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!

Value

data frame with pathway meta information

Examples

head(get_pathway_info(database_list = c("kegg")))

cbg-ethz/dce documentation built on Oct. 29, 2022, 8:14 a.m.