Click or drag to resize
MUMmerAlignerAlignSimple Method (IEnumerableISequence)
Align the list of input sequences using a simple constant penalty gap model.

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

Parameters

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

Return Value

Type: IListIPairwiseSequenceAlignment
A list of sequence alignments.
See Also