... | ... |
@@ -1,28 +1,29 @@ |
1 |
-% Generated by roxygen2 (4.1.1): do not edit by hand |
|
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 | 2 |
% Please edit documentation in R/getMolDataMatrices.R |
3 | 3 |
\name{getMolDataMatrices} |
4 | 4 |
\alias{getMolDataMatrices} |
5 |
-\title{Returns a list of molecular data type matrices, with rownames in |
|
5 |
+\title{Returns a list of molecular data type matrices, with rownames in |
|
6 | 6 |
each matrix prefixed with a data type abbreviation.} |
7 | 7 |
\usage{ |
8 | 8 |
getMolDataMatrices(molDataMats = NULL) |
9 | 9 |
} |
10 | 10 |
\arguments{ |
11 |
-\item{molDataMats}{A named list of molecular data type matrices with feature data |
|
11 |
+\item{molDataMats}{A named list of molecular data type matrices with feature data |
|
12 | 12 |
specified along the rows, and feature names indicated in the row names.} |
13 | 13 |
} |
14 | 14 |
\value{ |
15 |
-a list containing molecular data type matrices, with rownames |
|
15 |
+a list containing molecular data type matrices, with rownames |
|
16 | 16 |
in each matrix prefixed with a data type abbreviation, e.g., 'exp' for |
17 | 17 |
mRNA expression, etc. The matrix-specific data type abbreviations are |
18 | 18 |
derived from the names of molDataMats. |
19 | 19 |
} |
20 | 20 |
\description{ |
21 |
-Returns a list of molecular data type matrices, with rownames in |
|
21 |
+Returns a list of molecular data type matrices, with rownames in |
|
22 | 22 |
each matrix prefixed with a data type abbreviation. |
23 | 23 |
} |
24 | 24 |
\examples{ |
25 | 25 |
molDataMats <- getMolDataMatrices() |
26 |
+ |
|
26 | 27 |
} |
27 | 28 |
\concept{ |
28 | 29 |
rcellminer |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,30 @@ |
1 |
+% Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 |
+% Please edit documentation in R/getMolDataMatrices.R |
|
3 |
+\name{getMolDataMatrices} |
|
4 |
+\alias{getMolDataMatrices} |
|
5 |
+\title{Returns a list of molecular data type matrices, with rownames in |
|
6 |
+each matrix prefixed with a data type abbreviation.} |
|
7 |
+\usage{ |
|
8 |
+getMolDataMatrices(molDataMats = NULL) |
|
9 |
+} |
|
10 |
+\arguments{ |
|
11 |
+\item{molDataMats}{A named list of molecular data type matrices with feature data |
|
12 |
+specified along the rows, and feature names indicated in the row names.} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+a list containing molecular data type matrices, with rownames |
|
16 |
+in each matrix prefixed with a data type abbreviation, e.g., 'exp' for |
|
17 |
+mRNA expression, etc. The matrix-specific data type abbreviations are |
|
18 |
+derived from the names of molDataMats. |
|
19 |
+} |
|
20 |
+\description{ |
|
21 |
+Returns a list of molecular data type matrices, with rownames in |
|
22 |
+each matrix prefixed with a data type abbreviation. |
|
23 |
+} |
|
24 |
+\examples{ |
|
25 |
+molDataMats <- getMolDataMatrices() |
|
26 |
+} |
|
27 |
+\concept{ |
|
28 |
+rcellminer |
|
29 |
+} |
|
30 |
+ |