# Create a model for the spatial distribution of the clones in a tumor represented by the
# B matrix B_mat
# Create a mutation matrix for a phylogenetic tree with 10 nodes and k = 2
B_mat <- create_B(10, 2)
clone_placement <- place_clones_space(B_mat)
Run the code above in your browser using DataLab