Open flying-sheep opened 5 years ago
We have to figure out if this is a bug in my new logic from 1008274908db42e08e608236bab1df382795bf5e or an effect of the switch to RSpectra in b4e8dade4972ed5f3b815a58fd87c7244214cd09. There were no other relevant changes since then.
devtools::install_github('theislab/destiny', ref='fbf6f29b4f3eab54095b2c96da27173619babc52')
set.seed(1)
, set.seed(2)
, …Due to the subsampling making a difference, I suspect that the data just gives unstable results, and using different seeds might make a difference.
I will give it a try. I can also share the input matrix if you'd like.
Regarding subsampling, I was using the same input matrix for both versions.
@igordot wrote: