build_mid_dotplot | R Documentation |
build_mid_dotplot() builds a central dot plot displaying the relationship between haplotype combinations and the characteristic marker group alleles that define them. Makes use of the $Hapfile information from a haplotype object. This is an internal function called by crosshap_viz(), though can be called separately to build a stand-alone plot (can be useful when patched to a peripheral plot).
build_mid_dotplot(HapObject, epsilon, hide_labels = FALSE)
HapObject |
Haplotype object created by run_haplotyping |
epsilon |
Epsilon to visualize haplotyping results for. |
hide_labels |
If TRUE, legend is hidden. |
A ggplot2 object.
build_mid_dotplot(HapObject, epsilon = 0.6, hide_labels = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.