Skip to content

Could you please provide the link of processed example data? #1

@Johnny3333

Description

@Johnny3333

Thank you for providing such an innovative work in integration of Xenium and Visium.
I'm wondering if you could provide the download link of preprocessed example data? As shown below, the BRCA.dmp
import pickle vi, xe, R = pickle.load(open("BRCA.dmp", "rb")) vi.var_names_make_unique() xe.var_names_make_unique() if hasattr(vi.X, "toarray"): vi.X = vi.X.toarray() if hasattr(xe.X, "toarray"): xe.X = xe.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