Click or drag to resize
NucmerPairwiseAlignerAlign 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<ISequenceAlignment> Align(
	IEnumerable<ISequence> inputSequences
)

Parameters

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

Return Value

Type: IListISequenceAlignment

[Missing <returns> documentation for "M:Bio.Algorithms.Alignment.NucmerPairwiseAligner.Align(System.Collections.Generic.IEnumerable{Bio.ISequence})"]

Implements

ISequenceAlignerAlign(IEnumerableISequence)
See Also