Click or drag to resize
ISequenceAlignerAlignSimple Method
AlignSimple aligns the set of input sequences using the linear gap model (one gap penalty), 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
IList<ISequenceAlignment> AlignSimple(
	IEnumerable<ISequence> inputSequences
)

Parameters

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

Return Value

Type: IListISequenceAlignment
List of sequence alignments.
See Also