click on the Biowiki logo to go to homepage
Edit Raw Print
Links Diffs RSS
About Stats Recent


Research Teaching Blog
Fall10 | Sandbox
Biowiki > Teaching > BioE241PruningLab

Search

Advanced search...

Topics

PageRank Checker

Bio E 241 pruning lab

Model

Goals

  • Write code to implement the Felsenstein pruning algorithm to calculate the (log-)likelihood of a multiple sequence alignment under the Kimura 2-parameter model.
    • At this stage, you can represent tree and alignment as internal data structures; the next step involves writing parsers, but that's a bit more involved
    • You should allow for
      1. ambiguous character symbols - see e.g. http://www.chick.manchester.ac.uk/SiteSeer/IUPAC_codes.html
      2. gap characters (treat as missing data)

  • Write code, or leverage existing code, to parse the following inputs into data structures, thus extending your program to allow user-specification of alignment & tree

  • Write a program that simulates the Kimura model on a given (user-supplied) tree

-- IanHolmes - 05 Feb 2010

Actions: Edit | Attach | New | Ref-By | Printable view | Raw view | Normal view | See diffs | Help | More...