README 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. LocARNA: Alignment of RNAs
  2. ==========================
  3. LocARNA is a collection of alignment tools for the structural analysis
  4. of RNA. Given a set of RNA sequences, LocARNA simultaneously aligns
  5. and predicts common structures for your RNAs. In this way, LocARNA
  6. performs Sankoff-like alignment and is in particular suited for
  7. analyzing sets of related RNAs without known common structure.
  8. LocARNA distinguishes itself from many other Sankoff-style multiple
  9. alignment programs by its performance and low memory complexity, high
  10. accuracy, and richness of features. As unique features, it offers
  11. structure-local alignment, flexible structure and anchor constraints,
  12. and provides efficient computation of reliabilities in
  13. sequence-structure alignment. The package offers a robust core of
  14. features and is used as experimental platform for the incorporation of
  15. new features in RNA sequence-structure alignment.
  16. At its core, the package offers global and local multiple alignment of
  17. RNAs.
  18. Multiple alignment can be performed in one of several different ways:
  19. * progressive alignment using sequence-structure alignment of profiles
  20. * progressive alignment after consistency transformation using
  21. T-Coffee
  22. * progressive alignment using probabilistic consistency transformation
  23. and sequence-structure profile alignments, optionally followed by
  24. iterative refinement.
  25. Besides of global alignment, LocARNA supports two kinds of
  26. locality. Local alignment as it is known from sequence alignment,
  27. identifies and aligns the best matching subsequences. This form of
  28. locality is called sequence local to distinguish it from structural
  29. locality. When performing structure local alignment, LocARNA
  30. identifies and aligns the best matching substructures in the RNAs. The
  31. sequences of those substructures can be discontinuous on the sequence
  32. level, but remain connected via structural bonds.
  33. Alignment Reliabilities (LocARNA-P). In this special, probabilistic
  34. mode of operation LocARNA supports the efficient computation of match
  35. probabilities, probabilistic consistency transformation for more
  36. accurate multiple alignment, and generates reliability profiles of
  37. multiple alignments.