This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to extract cells of different species after mapping with combined genome?

I have samples from xenograft tumors with both human and mouse cells. Samples are from Singleron technology and I used celescope for preprocessing with human & mouse combined genome. From the QC I see there are 6k cells.

From the estimated number of cells, I would like to know how to get the number of mouse and human cells.

Any help is appreciated. Thank you.

snrna-seq scrna-seq

You have used the tag snRNA-seq. I am not familiar with singleron tech but if you have sequence data you may be able to use xenome or bbsplit.sh to assign the reads to human/mouse bins. Unless there are cell specific barcodes it may not be possible to get the number of cells (which is what you are looking for).

https://singleron.bio/products/focuscope/ seems to indicate xenograft use case.

1 answer

From the marker genes of each cluster, we can determine whether the cluster belongs to human or mouse. Human genes are all capitalized, while mouse genes only have the first letter capitalized. Just sum up the number of cluster cells belonging to human or mouse respectively.

Can you confirm that this answer is specific for singleron technology and associated bioinformatics software.

Log in to answer this question.