Closed LTLA closed 6 years ago
Checkout the latest version for a fix.
Thanks Greg. But I think this introduces another bug, as indexing fails when target=NULL
. Perhaps:
if (is.null(target)) {
regSet[[target]] <- x[[target]]
}
... would be more appropriate?
Of course..
Fixed in ead63f72513fada9f2b3654cff0ad703e4c73c59 Thanks @LTLA .
Has this fix been propagated to Bioconductor yet? I'm seeing ERROR
s on the build machines for flowStat related to warping, though I don't know if the problem above is the cause.
ead63f7 wasn't propagated. Will appear in 3.39.2
Consider the following code:
One would expect that, by setting
target="A"
, the intensities of sample A would be the same before and after warping. And indeed, this is the case except for one value that is quite different. This problem occurs intermittently and is not of great practical consequence, but it makes it hard for package developers to test methods that depend onwarpSet
; it would be nice to be able toexpect_equal
whentarget
is set.Edit: oops, forgot my session info: