Learn R Programming

QuantumClone (version 1.0.0.6)

manual_plot_trees: Plot tree

Description

Creates a visual output for the phylogeny created by Tree_generation()

Usage

manual_plot_trees(connexion_list, d, cex = 0.8, p)

Arguments

connexion_list

Data frame of the concatenation of the interaction matrix and the cellularity of each clone at different time points.

d

Number of clusters found by QuantumClone

cex

Coefficient of expansion for the texts in phylogenetic tree plots. Default is 0.8

p

Probability of a tree

Examples

Run this code
# NOT RUN {
# Extract one tree out of the 3 available trees:
Example_tree<-QuantumClone::Tree[[1]]
manual_plot_trees(Example_tree[[1]], d= 4,p = Example_tree[[2]])
# }

Run the code above in your browser using DataLab