Learn R Programming

ggmsa (version 1.0.2)

geom_msaBar: geom_msaBar

Description

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

Usage

geom_msaBar()

Arguments

Value

A list

Examples

Run this code
# NOT RUN {
#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()
# }

Run the code above in your browser using DataLab