Skip to content

Combine v and tree internal data structures #121

@dan-knight

Description

@dan-knight

Related to #120

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

  • Costly and inaccurate lookup (for example. tree[tree$tip == vi$id])
  • Inconsistency between index of each data.frame

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions