% Generated by roxygen2: do not edit by hand % Please edit documentation in R/msaplot.R \name{msaplot} \alias{msaplot} \title{msaplot} \usage{ msaplot(p, fasta, offset = 0, width = 1, color = NULL, window = NULL, bg_line = TRUE, height = 0.8) } \arguments{ \item{p}{tree view} \item{fasta}{fasta file, multiple sequence alignment} \item{offset}{offset of MSA to tree} \item{width}{total width of alignment, compare to width of tree} \item{color}{color} \item{window}{specific a slice to display} \item{bg_line}{whether add background line in alignment} \item{height}{height ratio of sequence} } \value{ tree view } \description{ multiple sequence alignment with phylogenetic tree } \author{ Guangchuang Yu }