You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
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")
The text was updated successfully, but these errors were encountered: