... | ... |
@@ -1,8 +1,6 @@ |
1 | 1 |
# This tests the various quickCorrect functions. |
2 | 2 |
# library(testthat); library(batchelor); source("test-quick-correct.R") |
3 | 3 |
|
4 |
-library(dqrng) # see https://github.com/daqana/dqrng/issues/43. |
|
5 |
- |
|
6 | 4 |
set.seed(100) |
7 | 5 |
d1 <- matrix(rnbinom(50000, mu=10, size=1), ncol=100) |
8 | 6 |
sce1 <- SingleCellExperiment(list(counts=d1)) |