geom_msaBar | R Documentation |
Multiple sequence alignment layer for ggplot2. It plot sequence conservation bar.
geom_msaBar()
A list
Lang Zhou
#plot multiple sequence alignment and conservation bar. f <- system.file("extdata/sample.fasta", package="ggmsa") ggmsa(f, 221, 280, font = NULL, seq_name = TRUE) + geom_msaBar()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.