list_path_net {StarBioTrek}R Documentation

Get human KEGG pathway data and output of path_net in order to define the common genes.

Description

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

Usage

list_path_net(lista_net, pathway)

Arguments

lista_net

output of path_net

pathway

pathway data as provided by getKEGGdata

Value

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

Examples

lista_netw<-path_net(pathway=path,data=netw)
list_path<-list_path_net(lista_net=lista_netw,pathway=path)

[Package StarBioTrek version 1.6.0 Index]