vireo icon indicating copy to clipboard operation
vireo copied to clipboard

Assign donor ids to actual donor

Open Parul-Kudtarkar opened this issue 2 years ago • 2 comments

Hi, do we have a method to assign the actual donor IDs (e.g. SAMNXXX or whatnot) to the donor 0/1/2/etc. assignments from Vireo? This is when we have donor genotype.

Thanks, Parul

Parul-Kudtarkar avatar Aug 26 '22 01:08 Parul-Kudtarkar

This is a major oversight for a common use case. Have you since found a better-designed software for donor labelling?

DarioS avatar Nov 17 '22 01:11 DarioS

Hi, this is only possible if you have the genotypes from these individual donors.

The genotype can come from SNP array, bulk RNA-seq (or other omics) or even RT-PCR. You may consider cellsnp-lite for genotyping if it's NGS-based data.

Once you have the donor genotype, you can either put it in the Vireo's input or do it in a post step by checking the mismatch of direct genotype and demultiplexed genotype (which you can check the notebook below): https://nbviewer.org/github/single-cell-genetics/vireo/blob/master/examples/donor_match.ipynb

Yuanhua

huangyh09 avatar Nov 17 '22 01:11 huangyh09