click on the Biowiki logo to go to homepage
Edit Raw Print
Links Diffs RSS
About Stats Recent
Research Teaching | Blog
Main | JBrowse | TWiki
Biowiki > Main > TWiki Users > Ian Holmes > String Transducers > TreeTransducers

Search

Advanced search...

Topics

PageRank Checker

Tree transducers

Introduction

Tree transducers are extensions of string transducers. Rather than locally mutating strings, tree transducers locally mutate parse trees.

Formal rules for intersection and composition of tree transducers make them amenable to phylogenetic alignment and in particular multiple RNA alignment.

Tree transducers can be used to perform structural alignment of multiple RNAs or even reconstruct possible ancestral RNA structures. Our programs, Evol Doer and Indie Gram, can (respectively) align & fold two non-coding RNAs (evoldoer) or reconstruct the most-probable ancestral structure of three non-coding RNAs (evolstar), using tree transducers to model RNA structural change.

Alternate names

Tree transducers (or parse tree transducers) are essentially equivalent to Pair Stochastic Context-Free Grammars.

They are also closely related to pushdown automata.

"Pair HMMs on Tree Structures" (Sakakibara) are similar models.

References

Software

The Evol Deeds package uses tree transducers:

  • Evol Sayer does forward-simulation of a continuous-time model (the TKF structure tree) whose finite-time transitions can be described by a time-parameterized tree transducer
  • Evol Doer does pairwise alignment & inference under this same model (TKF structure tree), using pair SCFGs
  • Indie Gram, Robert Bradley's graduate project, creates a 4-tape SCFG via a three-transducer composition on a star toplogy, then uses this for multiple alignment & ancestral inference on 3 sequences
Actions: Edit | Attach | New | Ref-By | Printable view | Raw view | Normal view | See diffs | Help | More...