Need to use the S4 generic `qrnom()` from DelayedArray. It's default method is `stats::qrnom()`, so it does the right thing.
... | ... |
@@ -18,7 +18,7 @@ importFrom(BiocGenerics, "anyDuplicated", "cbind", "colnames", |
18 | 18 |
"strand", "strand<-", "union", "unique", "updateObject", "unstrand") |
19 | 19 |
importFrom(stats, "approxfun", "fisher.test", "ppoints", |
20 | 20 |
"predict", "preplot", "qchisq", |
21 |
- "qnorm", "qqplot", "qunif", "cov2cor", |
|
21 |
+ "qqplot", "qunif", "cov2cor", |
|
22 | 22 |
"setNames") |
23 | 23 |
importFrom(graphics, "abline", "axis", "layout", "legend", "lines", |
24 | 24 |
"mtext", "par", "plot", "points", "polygon", "rect", "rug", "text") |