uclahs-cds / package-CancerEvolutionVisualization

Publication Quality Phylogenetic Tree Plots
https://cran.r-project.org/web/packages/CancerEvolutionVisualization/
GNU General Public License v2.0
2 stars 0 forks source link

Root node prep #52

Closed dan-knight closed 1 year ago

dan-knight commented 1 year ago

Closes #45. This checks for a valid root node (parent value NA, 0, or -1) and raises an error if an invalid tree structure is provided (no root node, or more than one root node).