msa
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see msa.
Multiple Sequence Alignment
DOI: 10.18129/B9.bioc.msa
Bioconductor version: 3.21
The 'msa' package provides a unified R/Bioconductor interface to the multiple sequence alignment algorithms ClustalW, ClustalOmega, and Muscle. All three algorithms are integrated in the package, therefore, they do not depend on any external software tools and are available for all major platforms. The multiple sequence alignment algorithms are complemented by a function for pretty-printing multiple sequence alignments using the LaTeX package TeXshade.
Author: Enrico Bonatesta [aut], Christoph Kainrath [aut], Ulrich Bodenhofer [aut,cre]
Maintainer: Ulrich Bodenhofer <ulrich at bodenhofer.com>
citation("msa")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("msa")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("msa")
Details
Package Archives
Follow Installation instructions to use this package in your R session.