variance_components_plot | R Documentation |
Plots variance components estimates for all unique alleles.
variance_components_plot(varcomp, split_by_fraction = FALSE)
varcomp |
Result from a call to get_variance_components. |
split_by_fraction |
If TRUE, then points are colored by allele fraction. |
Returns a ggplot object.
alignment_analysis
get_variance_components
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.