single-cell-genetics / vireo

Demultiplexing pooled scRNA-seq data with or without genotype reference
https://vireoSNP.readthedocs.io
Apache License 2.0
71 stars 27 forks source link

Inferring consensus genotype for N=1 #87

Open Ngort opened 1 year ago

Ngort commented 1 year ago

I have scRNA-seq data where I have sequenced each individual separately and then all pooled together. I'm interested in turning these standalone samples into a genetic reference, but I'm not sure how to go about that. I can imagine I could run vireo with N=2 or 3 and expect convergence/maximization of the ELBO when assigning >95% of the cells to a single identity, but that sounds janky and could pick up heterogeneity coming from different cell types displaying different SNPs. Is there a more vireo-friendly way to do this?