Learn R Programming

rgenie (version 1.0.0)

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

deletion_analysis

get_variance_components

Examples

Run this code
# NOT RUN {
# 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)
# }

Run the code above in your browser using DataLab