Learn R Programming

clonevol (version 0.99.11)

compare.clone.trees: Compare two clonal evolution trees

Description

Compare two clonal evolution trees to see if they differ assuming excluded nodes are already excluded, labels are ordered

Return F if they are different, T if they are the same

Usage

compare.clone.trees(v1, v2, compare.seeding.models = TRUE)

Arguments

v1:

clonal evolution tree data frame 1

v2:

clonal evolution tree data frame 2

compare.seeding.models:

if true, match all sample status (presence/absence/founding) at all nodes to make sure clonal seeding between samples are preserved.