geom_GC.Rd
Multiple sequence alignment layer for ggplot2. It plot points of GC content.
geom_GC(show.legend = FALSE)
show.legend | logical. Should this layer be included in the legends? |
---|
a ggplot layer
Lang Zhou
#plot GC content f <- system.file("extdata/LeaderRepeat_All.fa", package="ggmsa") ggmsa(f, font = NULL, color="Chemistry_NT") + geom_GC()