View source: R/plot_signatures.R
plot_signatures | R Documentation |
Function to visualize the estimated and reference signatures.
plot_signatures(
x,
types = get_types(x),
context = T,
cls = NULL,
signames = get_signames(x)
)
x |
bascule object. |
types |
List of variant types to visualize. |
context |
Logical. If 'TRUE', context names will be reported on the x axis. |
cls |
Custom color palette for signatures. |
signames |
List of signatures to visualize. |
ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.