Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

variance_components_plot

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

Examples

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

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

rgenie

Analysis of GenIE Experiments

v1.0.0
MIT + file LICENSE
Authors
Jeremy Schwartzentruber [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.