dKlee99

Results 2 issues of dKlee99

Hi, any ideas how to solve this issue? adata format looks like following ![image](https://github.com/theislab/scarches/assets/82995207/e457c58c-4e5d-4028-9577-f108f30e084b) 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...