plot_scatter_density: 2D scatterplot and density

View source: R/plots_coverage.R

plot_scatter_densityR Documentation

2D scatterplot and density

Description

Function to plot the scatterplots of the coverage, one timepoint against the other, together with the Gaussian density.

Usage

plot_scatter_density(x, plot_density = T, highlight = c(), min_frac = 0)

Arguments

x

a mvnmm object.

plot_density

a Boolean. If set to FALSE, the Gaussian density will not be displayed.

highlight

a vector of clusters IDs to highlight in the plot.

facet

a Boolean. If set to TRUE, the plot will be faceted on the labels.

Value

a list of plots, one for each timepoints combination.

Examples

if (FALSE) plots = plot_scatter_density(x)


caravagnalab/lineaGT documentation built on June 13, 2025, 6:01 p.m.