You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Related to #120
In
clone.out
, the node options and tree structure are separated into different dataframes. This can cause issues including:tree[tree$tip == vi$id]
)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.
The text was updated successfully, but these errors were encountered: