Nicolas Sidoux

Results 2 comments of Nicolas Sidoux

Hi guys, First contributions here! My plan was to create a new function in preprocessing/_quality_control as: ``` def ks_test(adata: AnnData, adata_imputed: AnnData, layer: str | None = None, method: Literal["auto",...

Also, out of curiosity I wanted to check the effect of imputation on KS test. It looks like the calculated p-values are correlated with the size of the dataset, the...