Adding Spatial Centroids to Existing Object #7112
Unanswered
n318162971
asked this question in
Q&A
Replies: 1 comment
-
You can use the Seurat built in functions. You need to create a "centroid" object, assign the centroid info to an "FOV" object, then store in your seurat object. Here is my code that works for nanostring cosmx data
This post also has an example with vizgen data |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have an existing Seurat v5 object containing RNA counts, cell annotations etc.
Seperately, I have the centroid coordinates for the same cells.
How am I to add those coordinates to the object so that I may apply spatial-oriented methods to it?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions