Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Section

Intron model files describe the format of splice site combinations that are considered as potential intron. Discriminatory attributes of biological introns are (1st) the distance of the donor/acceptor pair, (2nd) the combination of their splice site sequences. Each model block is introduced by a header line.

Code Block
#MODEL minDist maxDist
Section

where #MODEL introduces a new model, and minDist respectively maxDist delimit the boundaries on the lengths of valid introns that are described by the model. Subsequently, a list of donor/acceptor sequences that may co-occur in valid introns is provided.

donorSeq1acceptorSeq1
donorSeq2acceptorSeq2
    
Section

The sequences are the strings directly adjacent to exons, and may be redundant — as combinations are evaluated — as their length may vary, even amongst donors and acceptors.