Entering edit mode
23 months ago
bioinformatics.girl
▴
20
Hey there-- is there a way to decrease the size of UMAP labels (not the key itself, but the actual labels within the UMAP). I've been looking everywhere and can only seem to decrease the size of text within the keys.
Right now, the labels are too big and almost overlap each other on the UMAPs so it looks terrible in terms of aesthetics and resolution.
Thanks!
the seurat Dimplot function is a wrapper of the ggplot2. You can fetch the UMAP coordinates in the obj@DimReduc$umap and plot yourself with ggrepel https://cran.r-project.org/web/packages/ggrepel/vignettes/ggrepel.html