This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Removing RBC contamination in Seurat

Hello! I got data back from cellranger output. It is obvious in it that there is significant RBC contamination. There is some hemoglobin genes (HBA, HBB, HBD, etc) among the significant genes of clusters. Is it possible to filter out cells expressing these genes in Seurat? Thanks!

seurat rna-seq r

1 answer

Sure. Just remove the clusters that have those as markers, though be warned that certain vascular/endothelial cell populations may have them as markers as well. Typically, RBCs cluster well on their own, so removing them is pretty simple. See ?SubsetData or check out the Seurat cheatsheet.

Log in to answer this question.