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
... ...
@@ -1,6 +1,5 @@
1 1
 % Generated by roxygen2: do not edit by hand
2 2
 % Please edit documentation in R/MolData-methods.R
3
-\docType{methods}
4 3
 \name{[[<-,MolData-method}
5 4
 \alias{[[<-,MolData-method}
6 5
 \title{Assigns an eSet object to a specified position in a MolData object eSet list.}
... ...
@@ -20,6 +19,4 @@ An eSet object to a specified position in a MolData object eSet list.
20 19
 \description{
21 20
 Assigns an eSet object to a specified position in a MolData object eSet list.
22 21
 }
23
-\concept{
24
-rcellminerData
25
-}
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
... ...
@@ -23,4 +23,3 @@ Assigns an eSet object to a specified position in a MolData object eSet list.
23 23
 \concept{
24 24
 rcellminerData
25 25
 }
26
-
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-methods.R
3 3
 \docType{methods}
4 4
 \name{[[<-,MolData-method}
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,26 @@
1
+% Generated by roxygen2 (4.1.1): do not edit by hand
2
+% Please edit documentation in R/MolData-methods.R
3
+\docType{methods}
4
+\name{[[<-,MolData-method}
5
+\alias{[[<-,MolData-method}
6
+\title{Assigns an eSet object to a specified position in a MolData object eSet list.}
7
+\usage{
8
+\S4method{[[}{MolData}(x, i) <- value
9
+}
10
+\arguments{
11
+\item{x}{A MolData object.}
12
+
13
+\item{i}{Index or named item in MolData object eSet list.}
14
+
15
+\item{value}{An eSet object to be assigned.}
16
+}
17
+\value{
18
+An eSet object to a specified position in a MolData object eSet list.
19
+}
20
+\description{
21
+Assigns an eSet object to a specified position in a MolData object eSet list.
22
+}
23
+\concept{
24
+rcellminerData
25
+}
26
+