View source: R/sequence_context_functions.R
HaplotypePlot | R Documentation |
Generate Haplotype plot from a given list of sequences
HaplotypePlot(
sequences,
indel.class,
flank.length = 5,
title = "Haplotype Plot"
)
sequences |
A list of strings returned from
|
indel.class |
A single character string that denotes a 1 base pair
insertion or deletion, as taken from |
flank.length |
The length of flanking bases around the position or homopolymer targeted by the indel. |
title |
The title of the haplotype plot |
A ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.