daviddaiweizhang / istar

GNU General Public License v3.0
84 stars 12 forks source link

How to import the predicted super-resolution genes to Anndata (Scanpy)? #14

Open inyeopjang opened 5 months ago

inyeopjang commented 5 months ago

I used to use scanpy python package for down-stream analysis.

I wonder how the predicted gene expressions can be analyzed in Anndata (Scanpy).

daviddaiweizhang commented 4 months ago

I haven't tried using Scanpy for results generated by iStar. You could try treating each superpixel as a single cell and and load the superpixel-level data into Scanpy. Please beware that since Scanpy is designed for single-cell data, it may not be the best tool for handling spatial data.