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).
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).
This part of my integrated dataset when I do harmonized_seurat@meta.data %>% View()
Thank you!!!!
Camilla
• 1,788 views
•
link
0 answers
No answers yet.
Log in to answer this question.
When you call Idents(), you should assign a vector corresponding to the clustering identifiers of samples, not a single character