Click or drag to resize
PairwiseSequenceAlignerAlign Method (IEnumerableISequence)
Align aligns the set of input sequences using the affine gap model (gap open and gap extension penalties) and returns the best alignment found.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IList<IPairwiseSequenceAlignment> Align(
	IEnumerable<ISequence> inputSequences
)

Parameters

inputSequences
Type: System.Collections.GenericIEnumerableISequence
The sequences to align.

Return Value

Type: IListIPairwiseSequenceAlignment
List of sequence alignments.
See Also