pathnet {StarBioTrek}R Documentation

Get human KEGG pathway data and creates a network data.

Description

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

Usage

pathnet(genes.by.pathway, data)

Arguments

genes.by.pathway

a list of pathway data as provided by ConvertedIDgenes

data

a list of network data as provided by getNETdata

Value

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

Examples

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

[Package StarBioTrek version 1.10.0 Index]