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
... ...
@@ -19,6 +19,4 @@ An S4 class to represent molecular data recorded for a set of biological samples
19 19
 \item{\code{sampleData}}{A MIAxE object capturing sample and other data set information.}
20 20
 }}
21 21
 
22
-\concept{
23
-rcellminerData
24
-}
22
+\concept{rcellminerData}
Browse code

Minor documentation update Updated analytics Updated about.md

cannin authored on 29/03/2017 21:43:19
Showing 1 changed files
... ...
@@ -2,8 +2,8 @@
2 2
 % Please edit documentation in R/MolData-class.R
3 3
 \docType{class}
4 4
 \name{MolData-class}
5
-\alias{.MolData}
6 5
 \alias{MolData-class}
6
+\alias{.MolData}
7 7
 \title{An S4 class to represent molecular data recorded for a set of biological samples.}
8 8
 \arguments{
9 9
 \item{...}{Other possible parameters.}
... ...
@@ -18,7 +18,7 @@ An S4 class to represent molecular data recorded for a set of biological samples
18 18
 
19 19
 \item{\code{sampleData}}{A MIAxE object capturing sample and other data set information.}
20 20
 }}
21
+
21 22
 \concept{
22 23
 rcellminerData
23 24
 }
24
-
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,4 +1,4 @@
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/MolData-class.R
3 3
 \docType{class}
4 4
 \name{MolData-class}
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,24 @@
1
+% Generated by roxygen2 (4.1.1): do not edit by hand
2
+% Please edit documentation in R/MolData-class.R
3
+\docType{class}
4
+\name{MolData-class}
5
+\alias{.MolData}
6
+\alias{MolData-class}
7
+\title{An S4 class to represent molecular data recorded for a set of biological samples.}
8
+\arguments{
9
+\item{...}{Other possible parameters.}
10
+}
11
+\description{
12
+An S4 class to represent molecular data recorded for a set of biological samples.
13
+}
14
+\section{Slots}{
15
+
16
+\describe{
17
+\item{\code{eSetList}}{A list of eSet objects for a common set of samples.}
18
+
19
+\item{\code{sampleData}}{A MIAxE object capturing sample and other data set information.}
20
+}}
21
+\concept{
22
+rcellminerData
23
+}
24
+