powered by
This function was implemented to re-plot easily the diagrams of clonality for changes/enhancement. Returns a ggplot object Uses ggplot2 package
plot_QC_out(QClone_Output, Sample_names = NULL, simulated = FALSE, sample_selected = 1:2)
Output from QuantumClone algorithm
: character vector of the names of each sample (in the same order as the data)
Was the data generated by QuantumCat?
: number of the sample to be considered for plot (can be 1 or 2 samples)
# NOT RUN { require(ggplot2) message("Using preclustered data:") QC_out<-QuantumClone::QC_output plot_QC_out(QC_out,Sample_names = c("Diagnosis","Relapse")) # }
Run the code above in your browser using DataLab