r-panero

Results 2 issues of r-panero

Hi, I am using anndata 0.6.21 and scanpy 1.4.3 I executed this code: ``` sc.pp.highly_variable_genes(adata, min_mean=0.0001, max_mean=3, min_disp=0.5) sc.pl.highly_variable_genes(adata) adata = adata[:, adata.var['highly_variable']] ``` and I got this error: `AssertionError:...

Hello, If I understood it correctly SingleR uses the union of the de.n genes among the pairwise comparisons of the reference labels. I tried to run SingleR using different test...