list_path_net {StarBioTrek} | R Documentation |
list_path_net creates a list of interacting genes for each human pathway.
list_path_net(lista_net, pathway)
lista_net |
output of path_net |
pathway |
pathway data as provided by getKEGGdata |
a list of genes for each pathway (interacting genes belong to that pathway)
lista_netw<-path_net(pathway=path,data=netw) list_path<-list_path_net(lista_net=lista_netw,pathway=path)