From e92ad9f4b19a0670a80cdd293970c3a08c27a8b4 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 3 Jan 2021 18:34:19 -0500 Subject: Initial commit. --- index.html | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..5ab898a --- /dev/null +++ b/index.html @@ -0,0 +1,92 @@ + + + + + + Molecular Evolution Simulator + + + + + + + + + +
    +
+ +
+
+
--
+ +
+ + -- more times: +
    +
  1. + the genome to + start mutating it. +
  2. + +
  3. + Roll to find the nucleotide to mutate. +
      +
    • If the roll is between 1 through 18, inclusive, select + that nucleotide.
    • +
    • Otherwise, skip mutation and clone the genome + again.
    • +
    +
  4. + +
  5. + Select the rolled + nucleotide in the sequence. +
  6. + +
  7. + Roll to see what kind of mutation to perform. +
  8. + +
  9. + Depending on the roll: + +
      +
    • If the roll is between 1 through 14, inclusive, perform + a transition on the selected nucleotide.
    • + +
    • If the roll is between 15 through 17, inclusive, + perform a complementing transversion on the selected + nucleotide to the base it pairs with.
    • + +
    • Otherwise, perform the other transversion on + the selected nucleotide.
    • +
    +
  10. +
+ + +
+ + + + + + + + -- cgit v1.2.3