Show line plots of all integration sites over time, split into facets by their respective clone.
lineplot_split_clone(
bd,
rec,
order = NULL,
mapping = NULL,
sim = NULL,
silhouette_values = !is.null(sim),
singletons = TRUE,
zero_values = TRUE
)
The readouts of the integration sites over time.
A matrix with columns "IS" and "Clone", that describes for each integration site, which clone it belongs to.
Integration site names will be converted to a factor. This allows to give the order for this factor, as it influences the order in which the lines are drawn.
A ggplot2 aesthetics mapping that will be merged with the aesthetics used by this plot.
A similarity matrix giving the similarities for each pair of integration sites. Used if `silhouette_values` is `TRUE` to calculate the silhouette score.
A boolean value that determines whether the silhouette values for each clone should be calculated and added to the facet labels. Requires `sim` to be present.
Whether to show clones that only have a single integration site.
How to handle values that are zero. If `TRUE`, they remain zero and subsequently, a the measurement the line drops to zero. If `FALSE`, the values are removed and a gap in the line is shown.