Skip to content

Commit 8e2e66f

Browse files
committed
docs: update ClonalCompositionPlot examples to include clone_split parameter
1 parent 93d404d commit 8e2e66f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

R/clonalcompositionplot.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,8 @@ ClonalResidencyPlot <- function(
822822
#' ClonalCompositionPlot(data)
823823
#' ClonalCompositionPlot(data, method = "top")
824824
#' ClonalCompositionPlot(data, plot_type = "ring")
825-
#' ClonalCompositionPlot(data, group_by = "Type", plot_type = "box", comparison = TRUE)
825+
#' ClonalCompositionPlot(data, group_by = "Type", plot_type = "box", comparison = TRUE,
826+
#' clone_split = list(Small = 0.001, Medium = 0.01, Large = 0.1, Hyperexpanded = 1))
826827
#' ClonalCompositionPlot(data, group_by = "Type", plot_type = "violin", add_box = TRUE,
827828
#' add_bg = TRUE)
828829
#' ClonalCompositionPlot(data, method = "rare")

man/ClonalCompositionPlot.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)