geom_GC: geom_GC

Description Usage Arguments Author(s) Examples

View source: R/geom_GC.R

Description

Multiple sequence alignment layer for ggplot2. It plot points of GC content.

Usage

1
geom_GC(show.legend = FALSE)

Arguments

show.legend

logical. Should this layer be included in the legends?

Author(s)

Lang Zhou

Examples

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()

ggmsa documentation built on Aug. 3, 2021, 9:06 a.m.