Learn R Programming

clonevol (version 0.99.11)

match.sample.clones: Check if two clonal structures are compatible (one evolves to the other)

Description

Check if two clonal structures are compatible (one evolves to the other); ie. if structure v1 evolves to v2, all nodes in v2 must have the same parents as in v1. This function returns TRUE if the two clonal structures are compatible, otherwise, return FALSE

Usage

match.sample.clones(v1, v2)

Arguments

v1:

first clonal structure data frame

v2:

first clonal structure data frame

Details

--