Package: pwalign Title: Perform pairwise sequence alignments Description: The two main functions in the package are pairwiseAlignment() and stringDist(). The former solves (Needleman-Wunsch) global alignment, (Smith-Waterman) local alignment, and (ends-free) overlap alignment problems. The latter computes the Levenshtein edit distance or pairwise alignment score matrix for a set of strings. biocViews: Alignment, SequenceMatching, Sequencing, Genetics URL: https://bioconductor.org/packages/pwalign BugReports: https://github.com/Bioconductor/pwalign/issues Version: 1.9.1 License: Artistic-2.0 Encoding: UTF-8 Authors@R: c( person("Patrick", "Aboyoun", role="aut"), person("Robert", "Gentleman", role="aut"), person("Hervé", "Pagès", role="cre", email="hpages.on.github@gmail.com", comment=c(ORCID="0009-0002-8272-4522"))) Depends: BiocGenerics (>= 0.59.3), S4Vectors, IRanges, Biostrings (>= 2.71.5) Imports: methods, utils LinkingTo: S4Vectors, IRanges, XVector, Biostrings Enhances: Rmpi Suggests: RUnit Collate: 00datacache.R utils.R InDel-class.R AlignedXStringSet-class.R PairwiseAlignments-class.R PairwiseAlignmentsSingleSubject-class.R PairwiseAlignments-io.R align-utils.R pid.R substitution_matrices.R pairwiseAlignment.R stringDist.R zzz.R Config/pak/sysreqs: zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-05-22 06:10:02 UTC RemoteUrl: https://github.com/bioc/pwalign RemoteRef: HEAD RemoteSha: f1991c73415ec8720cbdb57673fe57cd12715c23 NeedsCompilation: yes Packaged: 2026-06-23 15:02:51 UTC; root Author: Patrick Aboyoun [aut], Robert Gentleman [aut], Hervé Pagès [cre] (ORCID: ) Maintainer: Hervé Pagès