Results 3 issues of Giovanni Pasquini

I am having hard times in performing a simple Wald test on two specified clusters of a data I annotate the sample description of my Scanpy AnnData. To test one...

Hello, I am trying to use Velocyto on the cluster of my institute. I followed the Installation Guide: $ pip3 install --user velocyto Then: $ velocyto --help -bash: velocyto: command...

Here is a reproducible code for the error: ``` import scanpy as sc import scanpy.external as ice from itertools import cycle pbmc = sc.datasets.pbmc68k_reduced() pbmc_corrected = mnnpy.mnn_correct(pbmc, batch_key="phase", save_raw=True) ```...