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

Does not see all variants with REF allele longer than 1 letter #83

Open
Reba13 opened this issue Jul 9, 2022 · 5 comments
Open

Does not see all variants with REF allele longer than 1 letter #83

Reba13 opened this issue Jul 9, 2022 · 5 comments

Comments

@Reba13
Copy link

Reba13 commented Jul 9, 2022

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:

#Chr Start End Ref Alt Ref.Gene Func.refGene ExonicFunc.refGene Gene.ensGene avsnp147 AAChange.ensGene AAChange.refGene clinvar: Clinvar InterVar: InterVar and Evidence Freq_gnomAD_genome_ALL Freq_esp6500siv2_all Freq_1000g2015aug_all CADD_raw CADD_phred SIFT_score GERP++_RS phyloP46way_placental dbscSNV_ADA_SCORE dbscSNV_RF_SCORE Interpro_domain AAChange.knownGene rmsk MetaSVM_score Freq_gnomAD_genome_POPs OMIM Phenotype_MIM OrphaNumber Orpha
1 985443 985443 AG A . . . . . . . clinvar: UNK InterVar: Uncertain significance PVS1=0 PS=[0, 0, 0, 0, 0] PM=[0, 1, 0, 0, 0, 0, 0] PP=[0, 0, 0, 0, 0, 0] BA1=0 BS=[0, 0, 0, 0, 0] BP=[0, 0, 0, 0, 0, 0, 0, 0] . . . . . . . . . . . . . . AFR:.,AMR:.,EAS:.,FIN:.,NFE:.,OTH:.,ASJ:. . .    
#Chr Start End Ref Alt Ref.Gene Func.refGene ExonicFunc.refGene Gene.ensGene avsnp147 AAChange.ensGene AAChange.refGene clinvar: Clinvar InterVar: InterVar and Evidence Freq_gnomAD_genome_ALL Freq_esp6500siv2_all Freq_1000g2015aug_all CADD_raw CADD_phred SIFT_score GERP++_RS phyloP46way_placental dbscSNV_ADA_SCORE dbscSNV_RF_SCORE Interpro_domain AAChange.knownGene rmsk MetaSVM_score Freq_gnomAD_genome_POPs OMIM Phenotype_MIM OrphaNumber Orpha
1 664487 664487 AG - . . . . . . . clinvar: UNK InterVar: Uncertain significance PVS1=0 PS=[0, 0, 0, 0, 0] PM=[0, 1, 0, 0, 0, 0, 0] PP=[0, 0, 0, 0, 0, 0] BA1=0 BS=[0, 0, 0, 0, 0] BP=[0, 0, 0, 0, 0, 0, 0, 0] . . . . . . . . . . . . . . AFR:.,AMR:.,EAS:.,FIN:.,NFE:.,OTH:.,ASJ:. . .    
@quanliustc
Copy link
Collaborator

How you prepared the avinput? were you using vcf file? The avinput of these two variants, should be as:
1 985444 985444 G -
1 664487 664488 AG -
if you not sure avinput format, then do suggest you start from vcf format.

@Reba13
Copy link
Author

Reba13 commented Jul 9, 2022

I prepared avinput format extracting chr pos and ref/alt alleles information from VCF file (using awk)
If I run InterVar using VCF file as input it is removing 3/4 of all variants.

@quanliustc
Copy link
Collaborator

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

@kaichop
Copy link
Contributor

kaichop commented Jul 11, 2022 via email

@Reba13
Copy link
Author

Reba13 commented Jul 11, 2022

Thank you so much, I will try to fix it

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

3 participants