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 @@ Returns data to plot CellMiner plots
19 19
 loadCellminerPlotInfo()  
20 20
   
21 21
 }
22
-\concept{
23
-rcellminer
24
-}
22
+\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
... ...
@@ -22,4 +22,3 @@ loadCellminerPlotInfo()
22 22
 \concept{
23 23
 rcellminer
24 24
 }
25
-
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/loadCellminerPlotInfo.R
3 3
 \name{loadCellminerPlotInfo}
4 4
 \alias{loadCellminerPlotInfo}
... ...
@@ -16,7 +16,8 @@ a vector of colors as strings or a data.frame with dataType, label, xMin, xMax
16 16
 Returns data to plot CellMiner plots
17 17
 }
18 18
 \examples{
19
-loadCellminerPlotInfo()
19
+loadCellminerPlotInfo()  
20
+  
20 21
 }
21 22
 \concept{
22 23
 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,24 @@
1
+% Generated by roxygen2 (4.1.1): do not edit by hand
2
+% Please edit documentation in R/loadCellminerPlotInfo.R
3
+\name{loadCellminerPlotInfo}
4
+\alias{loadCellminerPlotInfo}
5
+\title{Returns data to plot CellMiner plots}
6
+\usage{
7
+loadCellminerPlotInfo(returnDf = FALSE)
8
+}
9
+\arguments{
10
+\item{returnDf}{a boolean if a data.frame with all information (default: FALSE)}
11
+}
12
+\value{
13
+a vector of colors as strings or a data.frame with dataType, label, xMin, xMax
14
+}
15
+\description{
16
+Returns data to plot CellMiner plots
17
+}
18
+\examples{
19
+loadCellminerPlotInfo()
20
+}
21
+\concept{
22
+rcellminer
23
+}
24
+