-
Notifications
You must be signed in to change notification settings - Fork 93
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
Does not see all variants with REF allele longer than 1 letter #83
Comments
How you prepared the avinput? were you using vcf file? The avinput of these two variants, should be as: |
I prepared avinput format extracting chr pos and ref/alt alleles information from VCF file (using awk) |
for SNV, you can directly get the avinput with ref /alt and position, but for deletions, need some change, so please read the manual of avinput at here: https://www.openbioinformatics.org/annovar/annovar_input.html |
Please use VCF file for variant interpretation. You cannot just use awk to
generate an avinput file from VCF file, it is wrong.
I am not sure what you meant by "removing 3/4 of all variants". The output
should have the same number of variants from input, if there is indeed a
variant with 0/1 or 1/1 genotype in the VCF file.
…On Sat, Jul 9, 2022 at 9:31 AM Quan LI ***@***.***> wrote:
for SNV, you can directly get the avinput with ref /alt and position, but
for deletions, need some change, so please read the manual of avinput at
here: https://www.openbioinformatics.org/annovar/annovar_input.html
—
Reply to this email directly, view it on GitHub
<#83 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNG3OD2TSCCSHZ4FCGOZADVTF5M3ANCNFSM53DC5T4Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you so much, I will try to fix it |
Was running many samples, all variants with REF allele longer than A, T, C or G were without any interpretation (so all deletions were missing).
What is interesting, with ALT allele longer than one letter everything works correctly.
Was using .avinput format
Is there any ways to fix it?
Thank you in advance.
Example:
The text was updated successfully, but these errors were encountered: