Immanuel Abdi
Immanuel Abdi
Added in the following changes - R interrupt checking as well as removal of Rcpp code from physical logic has been finished for `pseudobulk_matrix()` and `matrix_quantile_per_cell()`. These functions now follow...
change `matrix_quantile_per_cell()` to S3 generalizable `colQuantile()` function change `colQuantile()` to use type 7 quantile calculation change `pseudobulk_matrix()` to use a numeric clip_values representing quantile rather than boolean set to .99...
Few notes: - Added `rowQuantiles()` - Change `colQuantiles()` to return a matrix if multiple probs are given - Change `colQuantiles()` to work with any of the continuous quantile algorithms (4-9)...
I think I have addressed all comments, I also gave it a pass with manually checking everything. As for the two points that you have put up, I put them...
- Changed quantile tests to use `matrixStats` functions, so we can ensure correct syntax and behaviour - Reverted `PseudobulkStatsMethod` bit flagging to no longer be cast as ints. - Transposed...
Hi Xin, Thank you for reaching out, and I'm sorry to hear you're having trouble installing BPCells. The error message you're encountering indicates that the compiler is unable to compile...
Hi Juan, Thanks for trying out BPCells! I went ahead and tried to install BPCells on Rocky 8.10, to validate some of your issues. On a base installation, I wasn't...
Glad to hear it!
Cool, thanks! I forgot about that change, was mainly concerned about how the `\eqn` blocks that were working in my #189 weren't working when copy pasted into this branch's lists....
Hi @Artur-man , Thanks again with using BPCells! I'm unable to reproduce the crash on my end. Can you give a little more information on the data being used in...