listpathnet {StarBioTrek} | R Documentation |
listpathnet creates a list of interacting genes for each human pathway.
listpathnet(lista_net, pathway_exp)
lista_net |
output of path_net |
pathway_exp |
pathway data as provided by getKEGGdata |
a list of genes for each pathway (interacting genes belong to that pathway)
lista_network<-pathnet(genes.by.pathway=pathway[1:5],data=netw) list_path<-listpathnet(lista_net=lista_network,pathway=pathway[1:5])