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
... ...
@@ -17,6 +17,4 @@ A data frame with sample information.
17 17
 \description{
18 18
 Returns a data frame with sample information.
19 19
 }
20
-\concept{
21
-rcellminerData
22
-}
20
+\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
... ...
@@ -20,4 +20,3 @@ Returns a data frame with sample information.
20 20
 \concept{
21 21
 rcellminerData
22 22
 }
23
-
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/AllGenerics.R
3 3
 \name{getSampleData}
4 4
 \alias{getSampleData}
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,23 @@
1
+% Generated by roxygen2 (4.1.1): do not edit by hand
2
+% Please edit documentation in R/AllGenerics.R
3
+\name{getSampleData}
4
+\alias{getSampleData}
5
+\title{Returns a data frame with sample information.}
6
+\usage{
7
+getSampleData(object, ...)
8
+}
9
+\arguments{
10
+\item{object}{Object for which sample data is to be returned.}
11
+
12
+\item{...}{Other possible parameters.}
13
+}
14
+\value{
15
+A data frame with sample information.
16
+}
17
+\description{
18
+Returns a data frame with sample information.
19
+}
20
+\concept{
21
+rcellminerData
22
+}
23
+