JonathanShor / DoubletDetection

Doublet detection in single-cell RNA-seq data.
https://doubletdetection.readthedocs.io/en/stable/
MIT License
81 stars 23 forks source link

Input for mixed species experiments #156

Open rjg2186 opened 1 year ago

rjg2186 commented 1 year ago

Hi @JonathanShor ,

I have the UMI count matrix (genes by barcodes) from a mixed species experiments. The same barcode might also have few UMI counts in both human and mouse. Currently, based on few reference articles, I have got the mouse ortholog genes in human and have a data for these common genes. Essentially, two count matrix, where gene names are same and barcodes with UMI counts. How do I use this in DoubletDetection to estimate doublets. Kindly suggest. Thanks.