DESCRIPTION
dafeef0b
 Package: msa
 Type: Package
 Title: Multiple Sequence Alignment
f938e2f8
 Version: 1.0.0
b8859187
 Date: 2015-04-16
dafeef0b
 Author: Enrico Bonatesta, Christoph Horejs-Kainrath, Ulrich Bodenhofer
 Maintainer: Ulrich Bodenhofer <bodenhofer@bioinf.jku.at>
d1e1d043
 Description: This 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.
3b2854ac
 URL: http://www.bioinf.jku.at/software/msa/
dafeef0b
 License: GPL (>= 2)
 Copyright: See file inst/COPYRIGHT
 Depends: R (>= 3.1.0), methods, Biostrings (>= 2.30.0)
b8859187
 Imports: Rcpp (>= 0.11.1), BiocGenerics, IRanges (>= 1.20.0), S4Vectors,
 	 tools
dafeef0b
 Suggests: Biobase, knitr
 LinkingTo: Rcpp
b5f31f05
 SystemRequirements:
dafeef0b
 VignetteBuilder: knitr
 LazyLoad: yes
b8859187
 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 
          msaClustalOmega.R
 biocViews: MultipleSequenceAlignment, Alignment, MultipleComparison, Sequencing