msa
Multiple Sequence Alignment
Bioconductor version: 3.23 · Package version: 1.44.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("msa") Details
| Maintainer | Ulrich Bodenhofer <ulrich@bodenhofer.com> |
| Author | Enrico Bonatesta [aut], Christoph Kainrath [aut], Ulrich Bodenhofer [aut, cre, ths] |
| License | GPL (>= 2) |
| URL | https://github.com/UBod/msa |
| System Requirements | GNU make |
| Downloads rank | 2526 |
| Source branch | RELEASE_3_23 |
| biocViews | Alignment, MultipleComparison, MultipleSequenceAlignment, Sequencing, Software |
Documentation
Download
Dependencies
Depends: R (>= 3.3.0), methods, Biostrings (>= 2.40.0)
Imports: Rcpp (>= 0.11.1), BiocGenerics, IRanges (>= 1.20.0), S4Vectors, tools
LinkingTo: Rcpp
Suggests: Biobase, knitr, seqinr, ape (>= 5.1), phangorn, pwalign
Reverse dependencies
Imports Me (6): ClustIRR, DspikeIn, LymphoSeq, odseq, rhinotypeR, surfaltr
Suggests Me (5): AntibodyForests, bio3d, BOLDconnectR, idpr, SVAlignR