variance_components_plot: Plots variance components estimates for all unique alleles.

View source: R/plots.R

variance_components_plotR Documentation

Plots variance components estimates for all unique alleles.

Description

Plots variance components estimates for all unique alleles.

Usage

variance_components_plot(varcomp, split_by_fraction = FALSE)

Arguments

varcomp

Result from a call to get_variance_components.

split_by_fraction

If TRUE, then points are colored by allele fraction.

Value

Returns a ggplot object.

See Also

alignment_analysis

get_variance_components

Examples


# Note: First run alignment_analysis()
# The below isn't run since it can take 10+ seconds to run

# mul1_alignment_results is a pre-loaded result
vc = get_variance_components(mul1_alignment_results[[1]], mul1_replicates)
variance_components_plot(vc)


Jeremy37/rgenie documentation built on Sept. 22, 2023, 10:17 a.m.