Human Rat xenograft
1
0
Entering edit mode
15 months ago
chiara.sdn • 0

Hi, I am new to scRNA seq and I'd need help with this. I have a rat sample containing a human xenograft (around 5% of total cells are human). I am only interested in the human cells. Talking to 10x reps, they recommended this approach 1) I created a rat+human genome, mapped the 10x output to the human+ rat genome and to the human genome only. 2) I should subtract from the human only mapped output, the cells that previously mapped to rat, based on their barcode.

I am not quite sure how to do this, how to eliminate cells based on the barcode. Any help would be highly appreciated!

xenograft Seurat scRNAseq 10x • 522 views
ADD COMMENT
0
Entering edit mode
15 months ago
Ram 43k

You're going to need to dig deep into the output files from CellRanger count to understand how to exclude cells by barcode. I also work on 10X platforms + xenografts but I follow a different approach. It kinda intuitively makes sense to me but I'd also love others' takes on it.

  1. Use software like Xenome or BBSplit to split the biological reads (R2 for scRNAseq, R1 & R3 for scATACseq etc.) to split these into reads that fall into human, mouse and other ambiguous categories (if applicable).
  2. Using BBMap's filterbyname.sh, extract non-transcriptome reads (I1, I2, R1, R2 etc. as applicable) to match the above split transcriptome reads so you have matching I and R read files for each organism.
  3. Use the sets generated above to map to the 10X organism-specific index.

Ming Tang provides an alternative here: https://divingintogeneticsandgenomics.rbind.io/post/mixing-mouse-and-human-10x-single-cell-rnaseq-data/

He also provides an explainer for the 10X FASTQs here: https://divingintogeneticsandgenomics.rbind.io/post/understand-10x-scrnaseq-and-scatac-fastqs/

ADD COMMENT

Login before adding your answer.

Traffic: 1973 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