Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To calculate the Extinction coefficient, an approach proposed by Richard Owczarzy is used: http://www.owczarzy.net/extinctionDNA.htm. That is for a single-stranded molecule:

Extinction coefficient = sum(extinction coefficients of all dinucleotides) - sum(extinction coefficients of inner mononucleotides)

For example, let's calculate the molar extinction coefficient ("ε") for "ATGCA":

ε(ATGCA) = ε(AT) + ε(TG) + ε(GC) + ε(CA) - ε(T) - ε(G) - ε(C) =

                      = 22800 + 19000 + 17600 + 21200 - 8700 - 11500 - 7400 =

                      = 53000

As for the the other statistics, average values are used used in case of degenerate base characters.

Extinction coefficientfor a double-stranded molecule is calculated as a sum of the extinction coefficients of the two single strands (es1 + es2) multiplied by coefficient of (1 - hypochromicity h260nm). The hypochromicity effect can be taken into account account as follows:

h260nm = (0.287fAT + 0.059fGC)

...