Skip to content

Contructs bifurcating phylogenetic trees from data that has an associated distance function, e.g. protein or DNA sequences

License

Notifications You must be signed in to change notification settings

avisemler/Phylogeny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phylogeny

Contructs bifurcating phylogenetic trees from data that has an associated distance function

Example

For the input sequence of integers 625, 390, 400, 410, 605 and distance function 'distance(x,y)=|x-y|', the following tree is outputted:

Node
 |_ Node
     |_ 410
     |_ Node
         |_ 390
         |_ 400
 |_ Node
     |_ 625
     |_ 605

Todo

  • Add distances to the visualisation

About

Contructs bifurcating phylogenetic trees from data that has an associated distance function, e.g. protein or DNA sequences

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages