Multiple sequence alignment layer for ggplot2. It plot sequence conservation bar.

geom_msaBar()

Value

A list

Author

Lang Zhou

Examples

#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()
#> Coordinate system already present. Adding new coordinate system, which will replace the existing one.