Nanostring-Biostats / CosMx-Analysis-Scratch-Space

This repository is an exploratory resource to accelerate opensource analysis of CosMx® Spatial Molecular Imager (SMI) data. Contained here are and writeups and vignettes addressing a variety of topics discussed when analyzing single-cell spatial data.
https://nanostring-biostats.github.io/CosMx-Analysis-Scratch-Space/
Other
34 stars 4 forks source link

create h5ad object for interactive viewer and analysis #46

Closed lidanwu closed 5 months ago

lidanwu commented 5 months ago

anndata is a popular data structure and there are quite a few open-sourced interactive viewer of this data structure that allows non-coders to share the light-weighted data object, visualize and explore the processed data in an interactive view, e.g. cirro viewer, CELLxGENE Annotate viewer Thus, it's desired to have a tutorial on how to convert AtoMx generated seurat object into a h5ad object that could be used by those viewers. A few customers have also requested about this feature for easier data sharing to their collaborators.