Cassiopeia icon indicating copy to clipboard operation
Cassiopeia copied to clipboard

[WIP] Branch length estimation

Open sprillo opened this issue 4 years ago • 0 comments

I migrated my branch length estimation code here, under cassiopeia/tools. This PR should be see as a big draft to get discussions started around APIs. For example, note that my APIs currently depend on a Tree class, rather than on networkx.DiGraph.

Note also that my code is totally self-contained right now, segregated from any utilities that Cassiopeia might already provide, such as ancestral state reconstruction via maximum parsimony (I have a method for this in the Tree class which I just implemented de-novo).

sprillo avatar Dec 29 '20 03:12 sprillo