Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to map all the cell type in a single visium slide #33

Open
AkilaRanjith opened this issue Nov 7, 2022 · 0 comments
Open

How to map all the cell type in a single visium slide #33

AkilaRanjith opened this issue Nov 7, 2022 · 0 comments

Comments

@AkilaRanjith
Copy link

Hello All,

Thanks for the steroscope cool method!!! It lloks pretty good for my data.

I need some help to plot all my celltype in the spatial data and get single image. I used scatter plot but still another way to get nice plot
plt.scatter(sl_adata.obsm["spatial"][:, 0], sl_adata.obsm["spatial"][:, 1], c=sl_adata.obsm["deconvolution"].values.argmax(1), cmap="Set2")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant