Skip to content

Visium heart dataset #67

@wxicu

Description

@wxicu

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()
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions