-
Notifications
You must be signed in to change notification settings - Fork 0
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
Question about applying this method across multiple images #6
Comments
Hi, thanks for interest in our package! Multi-sample integration/clustering is definitely an interesting application. Unfortunately, I haven't had the time to look into that so far, but we will investigate it during SpaceHack in december. So maybe there will be more info after that. |
Some comments:
|
@naveedishaque Hi, thanks for your feedback!
Yeah my images are rather small, I have a set of 107 FOVs with an X, Y size of 1024
I"ll give this a try.
I'll try lowering the |
Hello, cool method! I would like to know how to apply this method across multiple images. For example, if I have$N$ images (samples), or an
AnnData
object with a sample categorical column inobs
, how can I use this method across all of them to get similar clusters across multiple images correctly? Currently if I run the method across multiple images at once, each image gets essentially gets labeled with one cluster. I would like to see the same "subpopulations" appearing across multiple field of views.My code for reference, maybe I did something wrong here?
For the following 2 figures I have subset on a cell type and ran the clustering algorithm on just those cells. I've plotted the FOV with the numerical spatialleiden clusters, and the other cell types present in the FOV.
One FOV after running
SpatialLeiden
across all FOVsOne FOV after running
SpatialLeiden
on just this FOVThe text was updated successfully, but these errors were encountered: