get_pathways_list: Lists the IDs of the pathways in a pathways object

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Lists the IDs of the pathways included in the pathways object metaginfo

Usage

1
get_pathways_list(metaginfo)

Arguments

metaginfo

Pathways object

Value

List of the pathway IDs included in the pathways object

Examples

1
2
3
pathways <- load_pathways(species = "hsa", pathways_list = c("hsa03320",
"hsa04012"))
pathways_list <- get_pathways_list(pathways)

hipathia documentation built on Nov. 8, 2020, 7:52 p.m.