Skip to content

alevin: Almost no overlapping cell barcodes between GEX and HTO libraries #576

Discussion options

You must be logged in to vote

All right, I think the quants look fine to me, not sure what was happening on your end but I get ~7k common cells between RNA and the ADT. I use the following script:

library(tximport)

map <- read.table("~/3M-february-2018.txt")
rnaToADT <- map$V1
names(rnaToADT) <- map$V2

hto <- tximport("~/hto_out/alevin/quants_mat.gz", "alevin")$counts
rna <- tximport("~/rna_out/alevin/quants_mat.gz", "alevin")$counts

colnames(rna) <- rnaToADT[colnames(rna)]
length(intersect(colnames(rna), colnames(hto)))
# 7482

I went further to check if the HTOs are separable and that also looks fine to me along with the RNA clustering. You can check the R script -> script.R.zip. I am closing the issue feel free …

Replies: 12 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by k3yavi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #576 on December 22, 2020 20:30.