Equidiagonal quadrilateral

From formulasearchengine
Revision as of 10:53, 24 February 2013 by en>Circlesareround (Examples -> Special cases)
Jump to navigation Jump to search

Probalign is a sequence alignment tool that calculates a maximum expected accuracy alignment using partition function posterior probabilities.[1] Base pair probabilities are estimated using an estimate similar to Boltzmann distribution. The partition function is calculated using a dynamic programming approach.

Algorithm

The following describes the algorithm used by probalign to determine the base pair probabilities.[2]

Alignment score

To score an alignment of two sequences two things are needed:

The score S(a) of an alignment a is defined as:

S(a)=xiyjaσ(xi,yj)+gap cost

Now the boltzmann weighted score of an alignment a is:

eS(a)T=exiyjaσ(xi,yj)+gap costT=(xiyiaexiyjaσ(xi,yj)T)egapcostT

Where T is a scaling factor.

The probability of an alignment assuming boltzmann distribution is given by

Pr[a|x,y]=eS(a)TZ

Where Z is the partition function, i.e. the sum of the boltzmann weights of all alignments.

Dynamic Programming

Let Zi,j denote the partition function of the prefixes x0,x1,...,xi and y0,y1,...,yj. Three different cases are considered:

  1. Zi,jM: the partition function of all alignments of the two prefixes that end in a match.
  2. Zi,jI: the partition function of all alignments of the two prefixes that end in an insertion (,yj).
  3. Zi,jD: the partition function of all alignments of the two prefixes that end in a deletion (xi,).

Then we have: Zi,j=Zi,jM+Zi,jD+Zi,jI

Initialization

The matrixes are initialized as follows:

Recursion

The partition function for the alignments of two sequences x and y is given by Z|x|,|y|, which can be recursively computed:

Base pair probability

Finally the probability that positions xi and yj form a base pair is given by:

P(xiyj|x,y)=Zi1,j1eσ(xi,yj)TZ'i,jZ|x|,|y|

Z,i,j are the respective values for the recalculated Z with inversed base pair strings.

See also

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

External links

  1. U. Roshan and D. R. Livesay, Probalign: multiple sequence alignment using partition function posterior probabilities, Bioinformatics, 22(22):2715-21, 2006 (PDF)
  2. Lecture "Bioinformatics II" at University of Freiburg