path_net {StarBioTrek}R Documentation

Get human KEGG pathway data and network data in order to define the common gene.

Description

path_net creates a list of network data for each human pathway. The network data will be generated when interacting genes belong to that pathway.

Usage

path_net(pathway, data)

Arguments

pathway

pathway data as provided by getKEGGdata

data

network data as provided by getNETdata

Value

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

Examples

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

[Package StarBioTrek version 1.6.0 Index]