AED = Annotation edit distance describes how closely the prediction matches the evidence. This is a distance measure and thus 0 is a perfect match and 1 is no overlap.
eAED = Exon adjusted annotation edit distance: This metric is the same as AED with a couple of exceptions. For a protein coding exon to be counted as overlapping protein evidence the reading frame must be the same in the coding exon and the protein evidence. Second, when mRNA Seq data is used as evidence and both ends of an exon are supported with splice site spanning reads, the middle of that exon is counted as supported as well even if coverage drops off in the interior of the exon.. For the most part AED and eAED will always be the same, but eAED tends to work better on many fringe cases.
QI values are as follows:
- 5' UTR Length
- Fraction of splice sites confirmed by EST alignment.
- Fraction of exons that overlap and EST alignment.
- Fraction of exons that overlap EST or protein alignment.
- Fraction of splice sites confirmed by an ab initio prediction.
- Fraction of exons that overlap an ab intitio prediction.
- Number of exons in the transcript.
- 3' UTR length.
- Length of encoded protein.