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