Description Usage Arguments Author(s) Examples
Multiple sequence alignment layer for ggplot2. It plot points of GC content.
1 |
show.legend |
logical. Should this layer be included in the legends? |
Lang Zhou
1 2 3 4 | library(ggplot2)
#plot GC content
f <- system.file("extdata/LeaderRepeat_All.fa", package="ggmsa")
ggmsa(f, font = NULL, color="Chemistry_NT") + geom_GC()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.