@hackage MutationOrder0.0.0.2

Most likely order of mutation events in RNA

  • Installation

  • Tested Compilers

  • Dependencies (27)

  • Dependents (0)

  • Package Flags

      debug
       (off by default)

      Enable bounds checking and various other debug operations at the cost of a significant performance penalty.

      debugoutput
       (off by default)

      Enable debug output, which spams the screen full of index information

Determine the most likely order in which single nucleotide mutations happened between two RNA sequences.

Developed to analyse the HAR 1 region.

As long as the two input RNAs are small enough enough (couple hundred nucleotides) and the number of mutations is small enough (around 20-26, since the algorithm is exponential in this number) the algorithm should work for similar problems without changes.