Mapping clonotypes on UMAP
0
0
Entering edit mode
3.6 years ago
ecl75 ▴ 20

Hello! I have identified in my seurat object the top 10 clonotypes based on frequency. I used this code to find them

top10_clonotype <- table(Object$clonotype_id)
top10_clonotype <- as.data.frame(top10_clonotype)
top10_clonotype <- slice_max(top10_clonotype, order_by = top10$Freq, n=11)

I would like to then highlight them on my umap. I ran the line-DimPlot(AD007, reduction = "umap", cells.highlight=top10). The number one clonotype frequency came up 22 times yet on the umap there was just one dot for it. Any suggestions? Please and thanks!

R Seurat RNA-Seq VDJ • 1.4k views
ADD COMMENT
0
Entering edit mode

What does head(top10) and head(top10_clonotype) yield? My guess is that you aren't feeding a vector of cell barcodes to cells.highlight.

ADD REPLY

Login before adding your answer.

Traffic: 2670 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6