Browse code

Add TODO

Peter Hickey authored on 18/06/2018 13:27:53
Showing 1 changed files

... ...
@@ -338,6 +338,8 @@ BSmooth <- function(BSseq,
338 338
 
339 339
 # TODOs ------------------------------------------------------------------------
340 340
 
341
+# TODO: The @trans slot isn't getting correctly set (it's using stats::plogis
342
+#       instead of DelayedArray::plogis).
341 343
 # TODO: Use the logging facilities of BiocParallel. This is a longterm goal.
342 344
 #       For example, we could set custom messages within .BSmooth() using the
343 345
 #       futile.logger syntax; see the BiocParalell vignette 'Errors, Logs and