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

Combine `v` and `tree` internal data structures #121

Open dan-knight opened 7 months ago

dan-knight commented 7 months ago

Related to #120

In clone.out, the node options and tree structure are separated into different dataframes. This can cause issues including:

Since these dataframes both seem to express the same concept - each row representing data for a single subclone - they can likely be combined. This will require further examination, but is worth a look.