Closed richelbilderbeek closed 7 years ago
Kees and me are both working on a pedigree graph. In the end, it will be close to a phylogeny.
I will have to convert it to a phylogeny, then to a Newick, so that R can do an ML analysis.
I think this has been done now. Use sado::create_reconstructed on a species graph, then sado::to_newick to get a newick, then sado::calc_max_likelihood on that Newick.
sado::create_reconstructed
sado::to_newick
sado::calc_max_likelihood
Kees and me are both working on a pedigree graph. In the end, it will be close to a phylogeny.
I will have to convert it to a phylogeny, then to a Newick, so that R can do an ML analysis.