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

indels #46

Open
RafaFariasVarona opened this issue Aug 1, 2024 · 3 comments
Open

indels #46

RafaFariasVarona opened this issue Aug 1, 2024 · 3 comments

Comments

@RafaFariasVarona
Copy link

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?

@RafaFariasVarona
Copy link
Author

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?

@RafaFariasVarona RafaFariasVarona changed the title ORP, ORL and GQ indels Aug 1, 2024
@umahsn
Copy link
Collaborator

umahsn commented Aug 5, 2024

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 intermediate_indel_files/variant_calls.raw.indel.vcf file. Later, we normalize these complex indels and split them into basic SNVs and indels using RTG-tools vcfdecompose. This step adds ORL and ORP to the signify where the original indel record was.

I will add DP, VF and AD to indel output as well, thanks for bringing this to our attention.

@RafaFariasVarona
Copy link
Author

Thank you for your answer! Will you upload a new NanoCaller version soon that includes these changes?

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