Browse code

Added importFrom statements Edited vignette to remove structure related sections Remove structure related tests Updated Rd files

cannin authored on 17/04/2020 15:48:36
Showing 1 changed files
... ...
@@ -25,6 +25,4 @@ each matrix prefixed with a data type abbreviation.
25 25
 molDataMats <- getMolDataMatrices()
26 26
 
27 27
 }
28
-\concept{
29
-rcellminer
30
-}
28
+\concept{rcellminer}
Browse code

Minor documentation update Updated analytics Updated about.md

cannin authored on 29/03/2017 21:43:19
Showing 1 changed files
... ...
@@ -28,4 +28,3 @@ molDataMats <- getMolDataMatrices()
28 28
 \concept{
29 29
 rcellminer
30 30
 }
31
-
Browse code

Adding parCorPatternComparison() function to do pattern comparisons based on partial correlations with respect to a fixed pattern (whose influence with respect to a linear model is to be excluded).

Vinodh N. Rajapakse authored on 09/08/2016 18:28:29
Showing 1 changed files
... ...
@@ -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
Browse code

Initial commit

cannin authored on 25/02/2016 02:26:31
Showing 1 changed files
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
+