Skip to content

ChriZiegler/ivy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ivy: interactive visual phylogenetics

ivy is a lightweight library and an interactive visual programming environment for phylogenetics. It is built on a powerful foundation of open-source software components, including numpy, scipy, matplotlib, and IPython.

ivy emphasizes interactive, exploratory visualization of phylogenetic trees. For example:

#!/usr/bin/env ipython
from ivy.interactive import *

root = readtree("primates.newick")
fig = treefig(root)

Documentation and other resources

http://www.reelab.net/ivy

http://rhr.github.io/ivy/

Installation

Recommended: clone this repo and run setup.py install in a virtual environment

About

Interactive Python shell for visual phylogenetics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.0%
  • Python 18.6%
  • Fortran 3.8%
  • OpenEdge ABL 3.1%
  • Jupyter Notebook 2.9%
  • JavaScript 1.7%
  • Other 0.9%