listpathnet: Get human KEGG pathway data and the output of list_path_net...

Description Usage Arguments Value Examples

View source: R/path_star.R

Description

listpathnet creates a list of interacting genes for each human pathway.

Usage

1
listpathnet(lista_net, pathway_exp)

Arguments

lista_net

output of path_net

pathway_exp

pathway data as provided by getKEGGdata

Value

a list of genes for each pathway (interacting genes belong to that pathway)

Examples

1
2
lista_network<-pathnet(genes.by.pathway=pathway[1:5],data=netw)
list_path<-listpathnet(lista_net=lista_network,pathway=pathway[1:5])

StarBioTrek documentation built on Nov. 8, 2020, 8:02 p.m.