Calculate AB (allele balance) using SnpEff/SnpSift
Is it possible to calculate Allele balance for heterozygote genotypes using SnpEff/SnpSift. My thought is yes, but I am not finding any clue.
Thanks,
snpeff
snpsift
allele balance
snp
• 4,126 views
•
link
written
by
kirannbishwa01
160
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Annotate WGS VCF with Allele Frequencies
written by Gabriel 0Hi, I'm annotating a whole genome sequence VCF file for the first time. I've had success using SnpEff and SnpSift but the annotations do not …
-
Running SnpSift in parallel
written by williamsbrian5064 55Hi, I am trying to using SnpSift to calculate case vs control groups. The file I am using is quite large and the first time …
-
Annotate vcf with AF, gene symbol, functional information
written by bsmith030465 25Hi, I wanted to annotate my vcf file with the following fields: 1. Gene symbol 2. Functional effect (stop-gain, frameshift etc.) 3. Allele Frequency from …
-
SnpSift: Annotate vcf file using GNOMAD
written by bsmith030465 25Hi, I am trying to annotate my vcf file (my.vcf.gz) with gnomad using SnpEff/SnpSift. I downloaded gnomad (3.1.1) as given in the instructions [GNOMAD download][1] …
-
snpEff and SIFT calculation
written by misterie 11Hi, I annotated my VCF files using snpEff by creating new database (I use own assembly and gtf file). I would like also to calculate …
-
Genotype representation with 0, 1, 2 - what do they mean?
written by Volka 18Hello all, I am currently learning about phasing and imputation, and I have come across a few ways of representing genotypes. As I understand it, …
-
LD, LD-decay and Correlation Coefficients of SNP loci
written by mysisayk 2Dear all, I am working on GWAS of yellow rust resistance in durum wheat. I have ~ 9k SNPs genotype data generated from 293 individuals. …
-
Using SnpEff to extract relevant fields
written by bishtamit078 0Hi all , I am new to SnpEff tool, i want to produce an annotated vcf file that contains relevant columns such as Gene, Transcript …
-
Extract heterozygous genotype (GT: 0/1 and 1/2) from the vcf file and calculate allelebalance.
written by kirannbishwa01 160Hi, I need to extract heterozygous genotype from my vcf file. The genotype GT:0/1 and 1/2 should be extracted separately and is under the FORMAT …
-
Weir And Cockerham Fst
written by thjnant 16<p>Hello, </p> <p>I am trying to understand a script that uses allele counts (that is the counts of allele 1 and 2) to calculate fst …
snpEff is for detecting the effect of snps not for calling snps. snpSift is a tool for filtering snp information, but for that you need to have those attributes computed and present in the file. Do you have those?
Sorry, I don't have the attributes computed in the vcf file. I used GATK haplotype caller to call the variants (when I could have asked to ouptut the AB parameter but unfortuntely didn't). It takes about 3 days to call the variants on each sample, so wanted to do it post variants calling.
Thanks,
Hi,
I thought the allele balance is the ratio of reads that support the alternative allele. This information is contained in the vcf file anyway (INFO field) , you just need to calculate it yourself.
Hi Hansani,
Thank you for the info. But GATK haplotypecaller doesn't calculate the AB values unless specified. I have the AD values for ref vs. alt alleles (which can be used to calculate AB values), but I am not finding a way to calculate it. I don't have programming skill, I work on the level of scripts.
Thanks,
Then it is time to obtain this skill ;)
HI Hasani,
Thank you for the suggestion. I actually tried to learn some programming skills for python. My background is biology with expertise in evolution. I think it would be quite awesome to be a programmer as well but I have not had enough time to teach myself. And at times I have tried some programming but ended up quite frustrated and unsuccesful. I really want to thank Biostar community for all the help they have been and suggestion they have made while running a program or preparing a script.
I will work on some programming skill but I can't assure that I won't be bothering BioStars community. Lol (; I hope everyone understands !!