Ryan Moore
Ryan Moore
Here is why you need the BISECT_FILE env variable (at least with cram tests, ppx_inline_test, ppx_expect ...not sure if it will be the same for other testing frameworks): If you...
Looks like the build is failing due to the dependency on `core_bench` for the benchmarks.
Any interest in this PR? If so I could resolve the conflicts, if not, I will close it.
Thanks @rgrinberg, I rebased, and added corresponding examples to the `split_delim` function as well, since its behavior is a bit different than `split`.
Linking the issue from the divnet-rs page for reference: https://github.com/mooreryan/divnet-rs/issues/9. I closed the issue there to keep the troubleshooting in one space.
I can run the latest `divnet-rs` and try and reproduce your results. One thing I did notice though...in your `matrix_null.csv` sample data file, each sample is in its own category...
By the way, I think your issue is a combination of the pseudocount plus the fact that you are not using any sample covariates in your model. I made a...
> is one-hot encoding matrix still ok? If you want divnet-rs variable encoding to match the way the R package does it, you will need to use dummy encoding rather...
Ah, I see, when you say overall shannon/simpson estimates you mean with no covariates (ie using the samples themselves as a covariate) is that correct? If that is what you...
Hey, yeah the arc drawing is currently buggy, sorry about that :( It's listed in the [known issues](https://www.iroki.net/wiki#Issues%20%26%20Bugs) but I do need it more apparent in the app. In fact,...