Open Parul-Kudtarkar opened 2 years ago
Hi Parul,
Thanks for the issue. The coverage indeed looks low for both scRNA and scATA modules. I wonder a quick thing you can try is combining the two modules together so that more SNPs are available for each cell. Vireo doesn't support this directly, but you can use bcftools concat if you have *cells.vcf.gz (by using --genotype
in cellsnp-lite). Alternatively, you may try combining the sparse matrices directly.
The parameters seem already lenient, especially for scATAC module. Potentially, you can consider adding mitochondrial SNPs, though we haven't tried it for demultiplexing donors, but we did observe that they are informative even for clustering somatic clones (see MQuad).
If none of them works, then it probably has to increase the sequencing coverage, which may be helpful for the downstream analysis too.
Best Yuanhua
I have tried combining the BAM files from scATAC and scRNA before calling the SNPs using vartrix.
Hi @huangyh09,
Thank you for creating vireo & cellsnp-lite - it is my to go software for demultiplexing!!
We have multiomic sequencing (shallow)
I ran cell-snp lite with 7.4M SNPs ref list & vireo (mode 1)
vireo -c cellsnp-out-PM_002 -o /home/ubuntu/vireo-PM_002 -N 3 --randSeed 2
I used - 36.6M SNPs with minor allele frequency (MAF) > 0.0005 Any other recommendations?
Best, Parul