-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi, thanks for implementing this fantastic tool!
I'm wondering if the Visium heart dataset might be corrupted because the samples GT_IZ_P9 and GT_IZ_P9_rep2 (ACH0012 and ACH0013) appear to be identical. In the meantime, I'm attempting to download the raw data for GT_IZ_P9 from Zenodo (https://zenodo.org/records/6580069) to replace the problematic part in adata. However, I noticed there are additional columns in adata.obs. Would it be possible to share the data preprocessing notebook on GitHub? Thanks a lot!
adata = gc.datasets.visium_heart()
np.array_equal(
adata[adata.obs['sample'] == 'GT_IZ_P9'].X.toarray(),
adata[adata.obs['sample'] == 'GT_IZ_P9_rep2'].X.toarray()
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels