get_pathways_list {hipathia} | R Documentation |
Lists the IDs of the pathways included in the pathways object
metaginfo
get_pathways_list(metaginfo)
metaginfo |
Pathways object |
List of the pathway IDs included in the pathways object
pathways <- load_pathways(species = "hsa", pathways_list = c("hsa03320", "hsa04012")) pathways_list <- get_pathways_list(pathways)