allPairAligns: All pairwise alignments

View source: R/bioinfo_sequences.R

allPairAlignsR Documentation

All pairwise alignments

Description

Align each sequence against each other (and itself)

Usage

allPairAligns(x, type = "global", ...)

Arguments

x

vector of sequences (e.g. "AGGT"), possibly with names

type

type of alignment ("global", i.e. Needleman-Wunsch)

...

arguments to be passed to Biostrings::pairwiseAlignment()

Details

Requires the Biostrings package.

Value

list of instances of class PairwiseAlignments

Author(s)

Timothee Flutre


timflutre/rutilstimflutre documentation built on Aug. 18, 2024, 7:43 p.m.