-
Notifications
You must be signed in to change notification settings - Fork 8
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
indels #46
Comments
I think they are indels. Why NanoCaller doesn't provide the DP (read depth), VF (alternative allele frequency) and AD (allele depth) in these cases? |
Hi! During indel calling, NanoCaller detects all sequence alterations between reference and sample near a candidate indel. As a result, it predicts the complete alternative sequence compared to the reference which may contain multiple indels, multiple SNV and block substitutions near each other. These original indel predictions can be seen in I will add DP, VF and AD to indel output as well, thanks for bringing this to our attention. |
Thank you for your answer! Will you upload a new NanoCaller version soon that includes these changes? |
Hi! In the vcf generated by NanoCaller there are some records that differ from others because they are only defined by ORP (Original variant position), ORL (Original reference length) and GQ (Genotype Probability) instead of GT, DP, VF... What are these records? Are they variants?
The text was updated successfully, but these errors were encountered: