DESCRIPTION
dafeef0b
 Package: msa
 Type: Package
 Title: Multiple Sequence Alignment
4a8d1488
 Version: 1.20.1
 Date: 2020-09-01
dafeef0b
 Author: Enrico Bonatesta, Christoph Horejs-Kainrath, Ulrich Bodenhofer
 Maintainer: Ulrich Bodenhofer <bodenhofer@bioinf.jku.at>
8674fd7c
 Description: The 'msa' package provides a unified R/Bioconductor interface to
              the multiple sequence alignment algorithms ClustalW, ClustalOmega,
d1e1d043
 	     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.
3b2854ac
 URL: http://www.bioinf.jku.at/software/msa/
dafeef0b
 License: GPL (>= 2)
 Copyright: See file inst/COPYRIGHT
5ad93866
 Depends: R (>= 3.1.0), methods, Biostrings (>= 2.40.0)
12f5100c
 Imports: Rcpp (>= 0.11.1), BiocGenerics, IRanges (>= 1.20.0),
         S4Vectors, tools
bbc69d15
 Suggests: Biobase, knitr, seqinr, ape, phangorn
dafeef0b
 LinkingTo: Rcpp
fd1f660c
 SystemRequirements: GNU make
dafeef0b
 VignetteBuilder: knitr
 LazyLoad: yes
12f5100c
 Collate: AllClasses.R AllGenerics.R params-methods.R version-methods.R
         helperFunctions.R inputChecks.R convertRows.R msaPrettyPrint.R
         print-methods.R show-methods.R msa.R msaMuscle.R msaClustalW.R
faf12a44
         msaClustalOmega.R msaConvert.R msaCheckNames.R
5ad93866
 	msaConsensusSequence-methods.R msaConservationScore-methods.R
12f5100c
 biocViews: MultipleSequenceAlignment, Alignment, MultipleComparison,
         Sequencing
 NeedsCompilation: yes