pathnet {StarBioTrek} | R Documentation |
pathnet creates a list of network data for each human pathway. The network data will be generated when interacting genes belong to that pathway.
pathnet(genes.by.pathway, data)
genes.by.pathway |
a list of pathway data as provided by ConvertedIDgenes |
data |
a list of network data as provided by getNETdata |
a list of network data for each pathway (interacting genes belong to that pathway)
lista_net<-pathnet(genes.by.pathway=pathway[1:5],data=netw)