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 constant support and developing new tools to make single-cell data analysis easier.
I am trying to project query onto a reference using 3 UMAP components, instead of 2.
To assess the results, the current query is just a subset of the reference.
Essentially, I project query cells to the reference PCA space before projecting to UMAP (based on https://github.com/satijalab/seurat/issues/5199)
Here is the code:
Then I use plotly to visualize query and reference cells:
The picture is showing only NK.cells (reference is grey and query is dark greeen).
I don't understand the 2 cells in opposite coordinates. I was expecting the reference and query (subset of reference) to be more aligned.
And that effect is happening for every cell types: most of the query cells are grouped with corresponding ref cells in the 3D-UMAP but some query cells are far away from the reference.
Could you point me what am I missing there?
Best,
Andy
The text was updated successfully, but these errors were encountered:
andynkili
changed the title
ProjectUMAP results lacks accuracy
ProjectUMAP- 3D projection lacks accuracy
Nov 25, 2024
Dear developpers,
Thanks for the constant support and developing new tools to make single-cell data analysis easier.
I am trying to project query onto a reference using 3 UMAP components, instead of 2.
To assess the results, the current query is just a subset of the reference.
Essentially, I project query cells to the reference PCA space before projecting to UMAP (based on https://github.com/satijalab/seurat/issues/5199)
Here is the code:
Then I use plotly to visualize query and reference cells:
The picture is showing only NK.cells (reference is grey and query is dark greeen).
I don't understand the 2 cells in opposite coordinates. I was expecting the reference and query (subset of reference) to be more aligned.
And that effect is happening for every cell types: most of the query cells are grouped with corresponding ref cells in the 3D-UMAP but some query cells are far away from the reference.
Could you point me what am I missing there?
Best,
Andy
The text was updated successfully, but these errors were encountered: