get_pathways_list {hipathia}R Documentation

Lists the IDs of the pathways in a pathways object

Description

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

Usage

get_pathways_list(metaginfo)

Arguments

metaginfo

Pathways object

Value

List of the pathway IDs included in the pathways object

Examples

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


[Package hipathia version 2.10.0 Index]