ukleiner

Results 2 issues of ukleiner

Hi, When I try to open an h5ad file with `H5Fopen(filename)` i get "File accessibility. Unable to open file". I'm using: ``` R version 4.1.0 (2021-05-18) Platform: x86_64-pc-linux-gnu (64-bit) Running...

In section 4.3.6 the base R version `t(apply(post[, 1:2], 2, quantile, probs = c(.5, .025, .75)))` doesn't have a parallel tidyverse version. One can use a solution like this: ```...