geom_GC
Multiple sequence alignment layer for ggplot2. It plot points of GC content.
geom_GC()
Lang Zhou
library(ggplot2) #plot GC content f <- system.file("extdata/LeaderRepeat_All.fa", package="ggmsa") ggmsa(f, font = NULL, color="Chemistry_NT") + geom_GC()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.