Stefano Mangiola

Results 117 issues of Stefano Mangiola

the issue for tidyseurat is here https://github.com/stemangiola/tidyseurat/issues/65

enhancement

@HelenaLC in one occasion loading first `tidyverse` and `tidySingleCellExperiment` second, I get ```r The following objects are masked from ‘package:dplyr’: collapse, desc, slice ``` Specifically `slice` seems to be the...

Inspired by @csoneson at https://github.com/stemangiola/tidySummarizedExperiment/pull/78

bug

There is an example in the tidyseurat repository of how we can speed out nesting for very simple use cases using the split and merge functionality of Surat

enhancement

An example file is `/stornext/Bioinf/data/bioinf-data/Papenfuss_lab/projects/mangiola.s/PostDoc/covid19pbmc/data/all_batches/raw_counts/C120_COVID_PBMC_batch6/data/SCEs/C120_COVID_PBMC_batch6.demultiplexed.SCE.rds`

bug
enhancement

select has been modified for efficiency, while distinct still relies on very simple code.

this challenge was proposed by @csoneson https://github.com/stemangiola/tidySummarizedExperiment/pull/78

bug