geom_msaBar: geom_msaBar

View source: R/geom_msaBar.R

geom_msaBarR Documentation

geom_msaBar

Description

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

Usage

geom_msaBar()

Value

A list

Author(s)

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

YuLab-SMU/ggmsa documentation built on Aug. 26, 2022, 1:48 a.m.