Genotype Likelihood based Inbreeding Coefficient

From Genome Analysis Wiki
Jump to navigationJump to search

Introduction

Inbreeding Coefficient is an important statistic in the study of genetic variants. This page details a method to estimate inbreeding coefficients from genotype likelihoods in NGS data.

Formulation

The inbreeding coefficient FIC is a measure of deviation from the Hardy Weinberg Equilibrium in terms of the excess of heterozygotes observed. A value of 0 implies no deviation, a negative value implies an excess of heterozygotes and a positive value implies an excess of homozygotes. FIC ranges from -1 to 1.


The following equation gives the estimate of F where the observed genotypes are available. gi,j,k is the genotype composed of alleles i and j for the kth individual.P(Gi,j|p) is the estimated genotype allele frequency for genotype Gi,j under HWE assumption. I[ij] is an indicator function for heterozygote genotypes.

FIC=1O[Het]E[Het|p]=1i,j,kgi,j,kI[ij]i,jP(Gi,j|p)I[ij]

The following equation gives the estimate of F where genotype likelihoods are available. P(Rk|Gi,j) is the genotype likelihood for individual k given genotype Gi,j. This is basically the probability of observing the reads in individual k assuming Gi,j is the underlying true genotype for that particular locus.

FIC=1O[Het]E[Het|p]=1i,j,kP(Gi,j|Rk,p)I[ij]i,jP(Gi,j|p)I[ij]=1i,j,kP(Rk|Gi,j)P(Gi,j|p)i,jP(Rk|Gi,j)P(Gi,j|p)I[ij]i,jP(Gi,j|p)I[ij]

Derivation

Adrian with much help from Hyun.

Implementation

This is implemented in vt.

Maintained by

This page is maintained by Adrian.