Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many doublets but not many AMB calls when running demuxlet #69

Open
RoseYuan opened this issue Oct 24, 2023 · 3 comments
Open

Too many doublets but not many AMB calls when running demuxlet #69

RoseYuan opened this issue Oct 24, 2023 · 3 comments

Comments

@RoseYuan
Copy link

I'm trying to run demuxlet with 8 individuals, and I always get a lot of doublet calls, but strangely not many AMB calls. I saw the discussions in previous issues here and here, and I tried the following parameter settings, but couldn't solve my problem.

  • --alpha 0 --alpha 0.5
  • --alpha 0 --alpha 0.1 --alpha 0.2 --alpha 0.3 --alpha 0.4 --alpha 0.5

I was getting 470/4927/4603 AMB/DBL/SNG calls in the first setting, and 435/6004/3561 AMB/DBL/SNG in the second setting.

I see that in my .best file, N.SNP and RD.UNIQ is smaller than the example file you gave here. Not sure if this could cause any problem or not. See the histogram below:

image image

If the small N.SNP and RD.UNIQ is the problem, how can I fix it? The vcf file I'm using is from SNPs array data, and the RD.TOTL seems fine (see below). So it's not the problem of SNPs. Is it because of any read filtering steps? Do you have any suggestions?

image
@hyunminkang
Copy link
Contributor

It looks that the number of informative SNPs are probably too low for most droplets?

@RoseYuan
Copy link
Author

RoseYuan commented Nov 8, 2023

Do you think it could be due to the read filtering steps? Because I feel the RD.TOTL is comparable. Is there a way to know if the SNPs give enough power or not, and how good the estimation is?

image

@hyunminkang
Copy link
Contributor

Usually 20-30 SNPs per cells may be good enough, but it >100 are probably ideal. Check whether you have sufficient number of exonic SNPs in your VCF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants