Learn R Programming

QuantumClone (version 1.0.0.6)

evolution_plot: Evolution plot

Description

Plots evolution in time of clones

Usage

evolution_plot(QC_out, Sample_names = NULL)

Arguments

QC_out

: Output from One_step_clustering

Sample_names

: character vector of the names of each sample (in the same order as the data)

Examples

Run this code
# NOT RUN {
require(ggplot2)
evolution_plot(QC_output)
# }

Run the code above in your browser using DataLab