... | ... |
@@ -151,7 +151,7 @@ checkpointInFile=NULL, transposeData=FALSE, BPPARAM=NULL, ...) |
151 | 151 |
#' @importFrom methods new |
152 | 152 |
#' @examples |
153 | 153 |
#' data(SimpSim) |
154 |
-#' scCoGAPS(SimpSim.data) |
|
154 |
+#' scCoGAPS(SimpSim.data, BPPARAM=BiocParallel::SerialParam()) |
|
155 | 155 |
scCoGAPS <- function(data, params=new("CogapsParams"), nThreads=1, |
156 | 156 |
messages=TRUE, outputFrequency=500, uncertainty=NULL, |
157 | 157 |
checkpointOutFile="gaps_checkpoint.out", checkpointInterval=1000, |
... | ... |
@@ -173,7 +173,7 @@ checkpointInFile=NULL, transposeData=FALSE, BPPARAM=NULL, ...) |
173 | 173 |
#' @importFrom methods new |
174 | 174 |
#' @examples |
175 | 175 |
#' data(SimpSim) |
176 |
-#' GWCoGAPS(SimpSim.data) |
|
176 |
+#' GWCoGAPS(SimpSim.data, BPPARAM=BiocParallel::SerialParam()) |
|
177 | 177 |
GWCoGAPS <- function(data, params=new("CogapsParams"), nThreads=1, |
178 | 178 |
messages=TRUE, outputFrequency=500, uncertainty=NULL, |
179 | 179 |
checkpointOutFile="gaps_checkpoint.out", checkpointInterval=1000, |
... | ... |
@@ -51,8 +51,8 @@ NULL |
51 | 51 |
|
52 | 52 |
#' GIST gene expression uncertainty matrix from Ochs et al. (2009) |
53 | 53 |
#' @docType data |
54 |
-#' @name GIST.matrix |
|
55 |
-#' @usage GIST.matrix |
|
54 |
+#' @name GIST.uncertainty |
|
55 |
+#' @usage GIST.uncertainty |
|
56 | 56 |
NULL |
57 | 57 |
|
58 | 58 |
#' CoGAPS result from running on GIST dataset |
... | ... |
@@ -451,7 +451,7 @@ configure:6353: gcc -o conftest -UNDEBUG -Wall -pedantic -g -O0 conftest.c >& |
451 | 451 |
configure:6353: $? = 0 |
452 | 452 |
configure:6353: ./conftest |
453 | 453 |
configure:6353: $? = 0 |
454 |
-configure:6363: result: 806ea:5100800:7ffafbff:bfebfbff |
|
454 |
+configure:6363: result: 806ea:6100800:7ffafbff:bfebfbff |
|
455 | 455 |
configure:6390: checking for x86 cpuid 0x00000007 output |
456 | 456 |
configure:6420: gcc -o conftest -UNDEBUG -Wall -pedantic -g -O0 conftest.c >&5 |
457 | 457 |
configure:6420: $? = 0 |
... | ... |
@@ -757,7 +757,7 @@ ax_cv_cxx_openmp=-fopenmp |
757 | 757 |
ax_cv_gcc_x86_avx_xgetbv_0x00000000=1f:0 |
758 | 758 |
ax_cv_gcc_x86_avx_xgetbv_=unknown |
759 | 759 |
ax_cv_gcc_x86_cpuid_0x00000000=16:756e6547:6c65746e:49656e69 |
760 |
-ax_cv_gcc_x86_cpuid_0x00000001=806ea:5100800:7ffafbff:bfebfbff |
|
760 |
+ax_cv_gcc_x86_cpuid_0x00000001=806ea:6100800:7ffafbff:bfebfbff |
|
761 | 761 |
ax_cv_gcc_x86_cpuid_0x00000007=0:29c6fbf:0:0 |
762 | 762 |
ax_cv_gcc_x86_cpuid_0x80000000=80000008:0:0:0 |
763 | 763 |
ax_cv_gcc_x86_cpuid_0x80000001=0:0:121:2c100800 |
... | ... |
@@ -5,12 +5,8 @@ |
5 | 5 |
\alias{GIST.matrix} |
6 | 6 |
\title{GIST gene expression data from Ochs et al. (2009)} |
7 | 7 |
\usage{ |
8 |
-GIST.matrix |
|
9 |
- |
|
10 | 8 |
GIST.matrix |
11 | 9 |
} |
12 | 10 |
\description{ |
13 | 11 |
GIST gene expression data from Ochs et al. (2009) |
14 |
- |
|
15 |
-GIST gene expression uncertainty matrix from Ochs et al. (2009) |
|
16 | 12 |
} |
17 | 13 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,12 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/Package.R |
|
3 |
+\docType{data} |
|
4 |
+\name{GIST.uncertainty} |
|
5 |
+\alias{GIST.uncertainty} |
|
6 |
+\title{GIST gene expression uncertainty matrix from Ochs et al. (2009)} |
|
7 |
+\usage{ |
|
8 |
+GIST.uncertainty |
|
9 |
+} |
|
10 |
+\description{ |
|
11 |
+GIST gene expression uncertainty matrix from Ochs et al. (2009) |
|
12 |
+} |