... | ... |
@@ -4,7 +4,13 @@ |
4 | 4 |
\alias{pathwayGeneTab} |
5 | 5 |
\title{Pathway-Gene Associations} |
6 | 6 |
\usage{ |
7 |
-pathwayGeneTab(pathAdress = NA, pathwayList = NA, outDir = NA) |
|
7 |
+pathwayGeneTab( |
|
8 |
+ pathAdress = NA, |
|
9 |
+ pathwayList = NA, |
|
10 |
+ fromType = "ENTREZID", |
|
11 |
+ toType = "ENSEMBL", |
|
12 |
+ outDir = NA |
|
13 |
+) |
|
8 | 14 |
} |
9 | 15 |
\arguments{ |
10 | 16 |
\item{pathAdress}{Address to an RDS file containing list of pathways where |
... | ... |
@@ -13,6 +19,10 @@ each element is a list of genes similar to GMT format.} |
13 | 19 |
\item{pathwayList}{If you wish to use a list of pathways instead of a file |
14 | 20 |
use this argument instead. The list must contain no NA values.} |
15 | 21 |
|
22 |
+\item{fromType}{gene annotation type used in your input data.} |
|
23 |
+ |
|
24 |
+\item{toType}{gene annotation type to be produced in the output.} |
|
25 |
+ |
|
16 | 26 |
\item{outDir}{Address to save an RDS for a table of pathway-gene association} |
17 | 27 |
} |
18 | 28 |
\value{ |
... | ... |
@@ -21,3 +21,12 @@ pathExpTab Table of pathway-gene association. |
21 | 21 |
\description{ |
22 | 22 |
Generates a table of pathways and genes associations. |
23 | 23 |
} |
24 |
+\examples{ |
|
25 |
+pathway1 <- c("125", "3099", "126") |
|
26 |
+pathway2 <- c("5232", "5230", "5162") |
|
27 |
+pathList <- list("Path1" = pathway1, "Path2" = pathway2) |
|
28 |
+res <- pathwayGeneTab(pathwayList = pathList) |
|
29 |
+ |
|
30 |
+data(msigdb_c2) |
|
31 |
+pathwayGeneTab(pathwayList = msigdb_c2[1:2]) |
|
32 |
+} |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,23 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/utils.R |
|
3 |
+\name{pathwayGeneTab} |
|
4 |
+\alias{pathwayGeneTab} |
|
5 |
+\title{Pathway-Gene Associations} |
|
6 |
+\usage{ |
|
7 |
+pathwayGeneTab(pathAdress = NA, pathwayList = NA, outDir = NA) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{pathAdress}{Address to an RDS file containing list of pathways where |
|
11 |
+each element is a list of genes similar to GMT format.} |
|
12 |
+ |
|
13 |
+\item{pathwayList}{If you wish to use a list of pathways instead of a file |
|
14 |
+use this argument instead. The list must contain no NA values.} |
|
15 |
+ |
|
16 |
+\item{outDir}{Address to save an RDS for a table of pathway-gene association} |
|
17 |
+} |
|
18 |
+\value{ |
|
19 |
+pathExpTab Table of pathway-gene association. |
|
20 |
+} |
|
21 |
+\description{ |
|
22 |
+Generates a table of pathways and genes associations. |
|
23 |
+} |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,23 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/utils.R |
|
3 |
-\name{pathwayGeneTab} |
|
4 |
-\alias{pathwayGeneTab} |
|
5 |
-\title{Pathway-Gene Associations} |
|
6 |
-\usage{ |
|
7 |
-pathwayGeneTab(pathAdress = NA, pathwayList = NA, outDir = NA) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{pathAdress}{Address to an RDS file containing list of pathways where |
|
11 |
-each element is a list of genes similar to GMT format.} |
|
12 |
- |
|
13 |
-\item{pathwayList}{If you wish to use a list of pathways instead of a file |
|
14 |
-use this argument instead. The list must contain no NA values.} |
|
15 |
- |
|
16 |
-\item{outDir}{Address to save an RDS for a table of pathway-gene association} |
|
17 |
-} |
|
18 |
-\value{ |
|
19 |
-pathExpTab Table of pathway-gene association. |
|
20 |
-} |
|
21 |
-\description{ |
|
22 |
-Generates a table of pathways and genes associations. |
|
23 |
-} |
Former-commit-id: 444213b103c87f5d5bff1fa5b5a10939a1f6b4ec [formerly f1437fdabdf95f03a367fcc74e7c5cc4d6e935f4] [formerly 97cede4d3c2fa28136c53b06804b078cec7d60ee [formerly 65074d6bb0313deba85bcf58e6fae098dc2fb98d]]
Former-commit-id: f43810466b31fb25955531c8607f1a7b7d800f0c
Former-commit-id: 84d673765949bad5766d16e25358e5f2920450b6
Former-commit-id: 2bf07d2fee3f3eb9fef77f8278297ddc4b4c984d
Former-commit-id: c3a9e66289568936418c1cfef73a8733b5b1ec12
Former-commit-id: 16314b1ac9910f363bff27d1f8cc798359a75391 [formerly bab9241cd50f87ec8e401c4da8ae3c5c6bbb3114]
Former-commit-id: 22fdc1bdafd237e5a14736f674b3580ce91974e8
... | ... |
@@ -4,16 +4,16 @@ |
4 | 4 |
\alias{pathwayGeneTab} |
5 | 5 |
\title{Pathway-Gene Associations} |
6 | 6 |
\usage{ |
7 |
-pathwayGeneTab(path.address = NA, pathway.list = NA, out.dir = NA) |
|
7 |
+pathwayGeneTab(pathAdress = NA, pathwayList = NA, outDir = NA) |
|
8 | 8 |
} |
9 | 9 |
\arguments{ |
10 |
-\item{path.address}{Address to an RDS file containing list of pathways where |
|
10 |
+\item{pathAdress}{Address to an RDS file containing list of pathways where |
|
11 | 11 |
each element is a list of genes similar to GMT format.} |
12 | 12 |
|
13 |
-\item{pathway.list}{If you wish to use a list of pathways instead of a file |
|
13 |
+\item{pathwayList}{If you wish to use a list of pathways instead of a file |
|
14 | 14 |
use this argument instead. The list must contain no NA values.} |
15 | 15 |
|
16 |
-\item{out.dir}{Address to save an RDS for a table of pathway-gene association} |
|
16 |
+\item{outDir}{Address to save an RDS for a table of pathway-gene association} |
|
17 | 17 |
} |
18 | 18 |
\value{ |
19 | 19 |
pathExpTab Table of pathway-gene association. |
Former-commit-id: 319170fb6b7ffa7680f07b22a7d0fa6e76a639c5 [formerly f4a4b309aac46f6c8f10db616d46207ae99ed829] [formerly 7302dd25a20925bd38a7c182073089b072d046ae [formerly a29692c96226055e29499aa9b6cafdadd6cae3fa]]
Former-commit-id: 6a2e9fae9cf0c3f7ee7a7ac4fd199a1633f20c08
Former-commit-id: b96f04a7d4534f98645235267ca02ef02f60e8a5
Former-commit-id: 3d6b4e22bbde679000a6ac6032cb8cb96ef3012c
Former-commit-id: 1ba4ad50135777d117395dec776c07247538c4b4
Former-commit-id: 68786f102618fa5266bdbcafe0e5301e2221582c [formerly ce04763e5f541f69e3b596825f1eb262b506d52e]
Former-commit-id: b69c95a48c932c56147481c562897487baa3159d
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,23 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/utils.R |
|
3 |
+\name{pathwayGeneTab} |
|
4 |
+\alias{pathwayGeneTab} |
|
5 |
+\title{Pathway-Gene Associations} |
|
6 |
+\usage{ |
|
7 |
+pathwayGeneTab(path.address = NA, pathway.list = NA, out.dir = NA) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{path.address}{Address to an RDS file containing list of pathways where |
|
11 |
+each element is a list of genes similar to GMT format.} |
|
12 |
+ |
|
13 |
+\item{pathway.list}{If you wish to use a list of pathways instead of a file |
|
14 |
+use this argument instead. The list must contain no NA values.} |
|
15 |
+ |
|
16 |
+\item{out.dir}{Address to save an RDS for a table of pathway-gene association} |
|
17 |
+} |
|
18 |
+\value{ |
|
19 |
+pathExpTab Table of pathway-gene association. |
|
20 |
+} |
|
21 |
+\description{ |
|
22 |
+Generates a table of pathways and genes associations. |
|
23 |
+} |