question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I am running the pipeline on ONT bams generated with minimap2. The SNPs are called but there are no InDels. Why is that?

docker run --ipc=host -v kishwars/pepper_deepvariant:r0.4 run_pepper_margin_deepvariant call_variant -b -f hg19.fa -o pepper_out --ont -r chr22:42520501-42528812 -t 10 -s --phased_output

Deepvariant should call Indels as I have tested it with this data. Is there some option missing for indels?

There are three VCF in the output

HP_OUTPUT, SNP_OUTPUT and name.vcf

it’s not in any of those.

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
kishwarshafincommented, May 13, 2021

@husamia ,

We have discussed the issues with the amplicon data. What we would suggest is to add enough flanking regions on both sides of your target sequence so you can capture heterozygous variants that enable phasing of your region of interest. Without the heterozygous variants, it will not be possible for the methods we have developed to be successful in these regions. We are planning to release a backup model for targeted amplicon sequence data. But in this case, where everything is extremely homozygous, our methods will not be able to produce sensible variant calls.

I will close this issue for now and will give you an update once we get to the point where we can officially support targeted sequencing.

1reaction
kishwarshafincommented, May 7, 2021

@husamia ,

In this mode, you are running the individual modules of PEPPER-DeepVariant. So, instead of doing allele-likelihood-based candidate-finding with PEPPER-HP, you did a frequency-based candidate finding, where all candidates with allele frequency of 0.10 or higher are reported. Next, you will do variant calling with DeepVariant to get the variants. And finally, you will phase the variants with Margin. This is to see if you get a good set of variants in this region.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Indel - an overview | ScienceDirect Topics
Insertion–deletion mutations (indels) refer to insertion and/or deletion of nucleotides into genomic DNA and include events less than 1 kb in length.
Read more >
Reducing INDEL calling errors in whole genome and exome ...
INDELs, especially those disrupting protein-coding regions of the genome, have been strongly associated with human diseases.
Read more >
Indel - Wikipedia
Indel is a molecular biology term for an insertion or deletion of bases in the genome of an ... Indels that are not...
Read more >
The missing indels: an estimate of indel variation in a human ...
The coverage of the reference and alternate indel event is calculated as the number of reads that aligned uniquely to each (and not...
Read more >
Effects of short indels on protein structure and function in ...
Insertions and deletions (indels) represent the second most common ... in olfactory receptor activity while non-frameshift (NFS) indels are ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found