Description Usage Arguments Value Examples
This function was implemented to re-plot easily the diagrams of clonality for changes/enhancement. Returns a ggplot object Uses ggplot2 package
| 1 2 3 4 5 6 | plot_QC_out(
  QClone_Output,
  Sample_names = NULL,
  simulated = FALSE,
  sample_selected = 1:2
)
 | 
| QClone_Output | Output from QuantumClone algorithm | 
| Sample_names | : character vector of the names of each sample (in the same order as the data) | 
| simulated | Was the data generated by QuantumCat? | 
| sample_selected | : number of the sample to be considered for plot (can be 1 or 2 samples) | 
ggplot object
| 1 2 3 4 | require(ggplot2)
message("Using preclustered data:")
QC_out<-QuantumClone::QC_output
plot_QC_out(QC_out,Sample_names = c("Diagnosis","Relapse"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.