... | ... |
@@ -14,6 +14,9 @@ Returns a data.frame that shows MSigDB categories and |
14 | 14 |
subcategories as well as descriptions for each. The entries in the ID |
15 | 15 |
column in this table can be used as input for \link{importGeneSetsFromMSigDB}. |
16 | 16 |
} |
17 |
+\examples{ |
|
18 |
+getMSigDBTable() |
|
19 |
+} |
|
17 | 20 |
\seealso{ |
18 | 21 |
\link{importGeneSetsFromMSigDB} for importing MSigDB gene sets. |
19 | 22 |
} |
... | ... |
@@ -7,7 +7,7 @@ |
7 | 7 |
getMSigDBTable() |
8 | 8 |
} |
9 | 9 |
\description{ |
10 |
-Returns a data.frame that shows MSigDB categories and |
|
10 |
+Returns a data.frame that shows MSigDB categories and |
|
11 | 11 |
subcategories as well as descriptions for each. The entries in the ID |
12 | 12 |
column in this table can be used as input for \link{importGeneSetsFromMSigDB}. |
13 | 13 |
} |
... | ... |
@@ -11,6 +11,9 @@ Returns a data.frame that shows MSigDB categories and |
11 | 11 |
subcategories as well as descriptions for each. The entries in the ID |
12 | 12 |
column in this table can be used as input for \link{importGeneSetsFromMSigDB}. |
13 | 13 |
} |
14 |
+\seealso{ |
|
15 |
+\link{importGeneSetsFromMSigDB} for importing MSigDB gene sets. |
|
16 |
+} |
|
14 | 17 |
\author{ |
15 | 18 |
Joshua D. Campbell |
16 | 19 |
} |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,16 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/importGeneSets.R |
|
3 |
+\name{getMSigDBTable} |
|
4 |
+\alias{getMSigDBTable} |
|
5 |
+\title{Shows MSigDB categories} |
|
6 |
+\usage{ |
|
7 |
+getMSigDBTable() |
|
8 |
+} |
|
9 |
+\description{ |
|
10 |
+Returns a data.frame that shows MSigDB categories and |
|
11 |
+subcategories as well as descriptions for each. The entries in the ID |
|
12 |
+column in this table can be used as input for \link{importGeneSetsFromMSigDB}. |
|
13 |
+} |
|
14 |
+\author{ |
|
15 |
+Joshua D. Campbell |
|
16 |
+} |