/tree_algebra

Manipulation of binary tree topologies

Primary LanguageR

Tree algebra

  • Labeling and manipulation of binary rooted trees.
  • Algebraic operations: addition, multiplication, etc.
  • Applications for phylogenetic trees.

Initially used as PoC for

Hadfi R. (2018) "Solving Tree Problems with Category Theory". In: Iklé M., Franz A., Rzepka R., Goertzel B. (eds) Artificial General Intelligence. AGI 2018. Lecture Notes in Computer Science, vol 10999. Springer, Cham

Usage

All routines are mainly in algtree.r.

You need to update the directory tree_algebra/.

See also