Seurat: doubts UMAP and FindNeighbors/FindClusters

Created on 4 Jun 2020  路  1Comment  路  Source: satijalab/seurat

Hi, I'm new on this kind of analysis so I have difficulties to understand what exactly this steps are doing.
I've realized that in the clustering tutorial you perform first the clustering and then de UMAP, but in the integrating datasets tutorial you do it the other way around; first the UMAP and then the clustering. I though that the UMAP needed the clustering in order to do the representation? If not, what is the difference between this two steps?

Thank you in advance,
Marta.

Most helpful comment

Hi Marta,

No the UMAP (or tSNE) don't need the clustering to create the dimensionality reduction visualization. You can visualize this yourself in that as you change say the resolution parameter of FindClusters() you don't actually change the UMAP or tSNE but simply impact the clusters. Also see: #2152 and I would also suggest https://osca.bioconductor.org/ which includes some more details in definition of various steps that are performed during single cell analyses and their uses.

Best,
Sam

>All comments

Hi Marta,

No the UMAP (or tSNE) don't need the clustering to create the dimensionality reduction visualization. You can visualize this yourself in that as you change say the resolution parameter of FindClusters() you don't actually change the UMAP or tSNE but simply impact the clusters. Also see: #2152 and I would also suggest https://osca.bioconductor.org/ which includes some more details in definition of various steps that are performed during single cell analyses and their uses.

Best,
Sam

Was this page helpful?
0 / 5 - 0 ratings

Related issues

milanmlft picture milanmlft  路  3Comments

Biogitte picture Biogitte  路  3Comments

sarahwajid picture sarahwajid  路  3Comments

bio-la picture bio-la  路  3Comments

akhst7 picture akhst7  路  3Comments