Package: MultipleAlignment
Title: Representation of multiple sequence alignments in Bioconductor
Description: The package implements a set of S4 classes (DNAMultipleAlignment,
	RNAMultipleAlignment, AAMultipleAlignment) for representing Multiple
	Sequence Alignments (MSA). The classes allow users to represent groups
	of aligned DNA, RNA or amino acid sequences as a single object.
	The package also provides functions to read/write such object from/to
	traditional MSA file formats including Stockholm and Clustal.
biocViews: Alignment, MultipleSequenceAlignment, Genetics, DataImport,
        DataRepresentation, Infrastructure
URL: https://bioconductor.org/packages/MultipleAlignment
BugReports: https://github.com/Bioconductor/MultipleAlignment/issues
Version: 0.99.4
License: Artistic-2.0
Encoding: UTF-8
Authors@R: c(
	person("Marc", "Carlson", role="aut"),
	person("Patrick", "Aboyoun", role="aut"),
	person("Hervé", "Pagès", role="cre",
		email="hpages.on.github@gmail.com",
		comment=c(ORCID="0009-0002-8272-4522")),
	person("Beryl", "Kanali", role="ctb",
	       comment="Converted 'MultipleAlignments' vignette from Sweave to RMarkdown"),
	person("Michael", "Lawrence", role="ctb"),
	person("Martin", "Morgan", role="ctb"))
Depends: BiocGenerics (>= 0.59.7), S4Vectors, IRanges, Seqinfo,
        Biostrings
Imports: methods, stats
Suggests: pwalign, testthat, knitr, rmarkdown, BiocStyle
VignetteBuilder: knitr
Collate: MultipleAlignment-class.R MultipleAlignment-IO.R
        MultipleAlignment-utils.R
git_url: https://git.bioconductor.org/packages/MultipleAlignment
git_branch: devel
git_last_commit: a3f8b65
git_last_commit_date: 2026-06-06
Repository: Bioconductor 3.24
Date/Publication: 2026-06-07
NeedsCompilation: no
Packaged: 2026-06-07 23:02:46 UTC; biocbuild
Author: Marc Carlson [aut],
  Patrick Aboyoun [aut],
  Hervé Pagès [cre] (ORCID: <https://orcid.org/0009-0002-8272-4522>),
  Beryl Kanali [ctb] (Converted 'MultipleAlignments' vignette from Sweave
    to RMarkdown),
  Michael Lawrence [ctb],
  Martin Morgan [ctb]
Maintainer: Hervé Pagès <hpages.on.github@gmail.com>
