This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Integrate CITESeq reads to Seurat object

I am trying to integrate my scRNASeq data with a CITESeq matrix. However, my scRNAseq cell barcodes look like XXXXXXXXX-1, whereas the cell barcodes from CITEseq doesn't have the "-1". This causes a problem when trying to integrate the CITEseq sparse matrix into the Seurat object.

In my mind, the solution would be either to remove the "-1" from my Seurat object or to add "-1" to all the cell barcodes in the CITEseq sparse matrix.

But I haven't found a way to do either. What would you suggest?

scrnaseq citeseqcount seurat citeseq

1 answer

When you use Read10X, set strip.suffix = TRUE to the RNA data.

Log in to answer this question.