This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to specify which resolution I want to be plotted in the UMAP?

Hi,

Maybe is it a stupid question but I integrated two dataset with harmony and like this post I tried different resolutions. How can I specify which resolution I want to be plotted? Dimplot show only the last resolution used (38 cluster - In my opinion too many). last resolution

I tried following tutorial but when I do

Idents(object = harmonized_seurat) <- "integrated_snn_res.0.2"

I get the cells distributed in the umap but not divided in clusters (eg. it should be 16 clusters).enter image description here

This part of my integrated dataset when I do harmonized_seurat@meta.data %>% View() enter image description here

Thank you!!!!

Camilla

resolution scrnseq harmony r map

When you call Idents(), you should assign a vector corresponding to the clustering identifiers of samples, not a single character

0 answers

No answers yet.

Log in to answer this question.