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

Denovogear and DenovogearBB #313

Open
StellaXia opened this issue Apr 29, 2021 · 1 comment
Open

Denovogear and DenovogearBB #313

StellaXia opened this issue Apr 29, 2021 · 1 comment

Comments

@StellaXia
Copy link

Hi,

It is mentioned in the Denovogear paper that the software implements Denovogear (using SAMTools genotype likelihoods) and DenovogearBB (beta binomial based likelihoods). Actually, I'd like to implement DenovogearBB but not Denovogear.

I'm wondering how to distinguish DenovogearBB with Denovogear, taking the folloing code as an example.

bcftools mpileup -a 'AD,DP'
-r chr8 -f Homo_sapiens_assembly38.fasta
sample1.bam
sample2.bam
sample3.bam |
bcftools call -mv -Ov -o trio8/chr8.vcf

dng-dnm auto --ped trio8/trio8.ped
--vcf trio8/chr8.vcf
--output_vcf trio8/dngout_chr8.vcf

Thank you very much and looking forward to your reply.

@reedacartwright
Copy link
Contributor

I no longer support dng-dnm. You can try using dng-call which uses a dirichlet-multinomial for genotype likelihoods.

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