1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,22 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/path_star.R |
|
3 |
+\name{pathnet} |
|
4 |
+\alias{pathnet} |
|
5 |
+\title{Get human KEGG pathway data and creates a network data.} |
|
6 |
+\usage{ |
|
7 |
+pathnet(genes.by.pathway, data) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{genes.by.pathway}{a list of pathway data as provided by ConvertedIDgenes} |
|
11 |
+ |
|
12 |
+\item{data}{a list of network data as provided by getNETdata} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+a list of network data for each pathway (interacting genes belong to that pathway) |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+pathnet creates a list of network data for each human pathway. The network data will be generated when interacting genes belong to that pathway. |
|
19 |
+} |
|
20 |
+\examples{ |
|
21 |
+lista_net<-pathnet(genes.by.pathway=pathway[1:5],data=netw) |
|
22 |
+} |