dKlee99
Results
2
issues of
dKlee99
Hi, any ideas how to solve this issue? adata format looks like following  Here are commands I ran, `adata_hvg = adata[:, adata.var["highly_variable"]].copy()` `adata_hvg = remove_sparsity(adata_hvg)` `adata_hvg.X = adata_hvg.X.astype('float32')` ```...
Hi, Regarding prf option, how do you define false positive from the truth sets provided? Is this also a part of SURVIVOR option ? I couldn't find relevant information in...