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
I recently started using Celltrek. I am trying to understand how to interpret the x and y coordinate output in celltrek data.
My celltrek results are interpolated (for the visium data) to show cells between the spots. I am trying to understand or accurately decipher the tumor proportions for each site. I was looking at the image output of the Seurat object and the celltrek output. Do the two things mean the same?
I see there is a difference here which is possible because of the interpolation celltrek does for 10x visium for cells which may lie between two spots.
But is this the correct understanding of the output or is there a more accurate way to get the cells/celltypes for a particular spot? Kindly let me know.
Thank you!
The text was updated successfully, but these errors were encountered:
smk5g5
changed the title
Celltrek output to spatial locations
Celltrek output to spot and cell mapping
Jul 5, 2023
Hi,
I recently started using Celltrek. I am trying to understand how to interpret the x and y coordinate output in celltrek data.
My celltrek results are interpolated (for the visium data) to show cells between the spots. I am trying to understand or accurately decipher the tumor proportions for each site. I was looking at the image output of the Seurat object and the celltrek output. Do the two things mean the same?
sum(table(samp_celltrek$clean_cell_type[grep(7077,samp_celltrek$coord_x)]))
sum(table(samp_celltrek$clean_cell_type[grep(7642,samp_celltrek$coord_y)]))
I see there is a difference here which is possible because of the interpolation celltrek does for 10x visium for cells which may lie between two spots.
But is this the correct understanding of the output or is there a more accurate way to get the cells/celltypes for a particular spot? Kindly let me know.
Thank you!
The text was updated successfully, but these errors were encountered: