Constantin

Results 9 issues of Constantin

I am sure that this is something someone will want, but I currently don't have the capacity to implement this. But, this would a great issue for somebody to try...

enhancement
help wanted
good first issue

Hi Henrik, I noticed that `rowWeightedMeans()` with `w != NULL` is the only of the weighted functions, that doesn't return a named vector: ``` r mat row_4 4 12 20...

names-attribute

``` r a1 setting value #> version R version 4.1.1 (2021-08-10) #> os macOS Big Sur 10.16 #> system x86_64, darwin17.0 #> ui X11 #> language (EN) #> collate en_US.UTF-8...

In https://github.com/mikelove/DESeq2/issues/29 @mschubert raised the point that `glmGamPoi`, unlike `DESeq2` does not return the standard error for the LFC estimates. His use-case for them is change point detection, where he...

Running `planes3d(numeric(0L))` crashes the R session. Information about my system: ``` > sessionInfo() R version 4.1.1 (2021-08-10) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Big Sur 10.16 Matrix products: default BLAS:...

Hi Luke, I tried to load a single cell dataset from https://singlecell.broadinstitute.org/single_cell/study/SCP1052/covid-19-lung-autopsy-samples#study-summary, however I get the following error ``` > sce2 rhdf5::h5ls("lung.h5ad") group name otype dclass dim 0 / X...

bug

Hi, first of all, thanks for the cool package. I was playing around with randomized SVD to perform dimension reduction on sparse single-cell RNA-seq data, but was surprised that the...

Hi Claus, first of all, thank you for the great package :) I just encountered a weird edge case where custom aesthetic names that contain `color` fail. The abbreviation `col`...

The following line crashes for me: ``` vctrs::vec_group_id(structure(matrix(1:10, ncol = 1), class = "custom")) > Error: C stack usage 7970016 is too close to the limit ``` I tried it...