Click or drag to resize
PairwiseSequenceAlignmentItem Property
Returns the nth aligned sequence in the alignment.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public PairwiseAlignedSequence this[
	int i
] { get; }

Parameters

i
Type: SystemInt32
The index.

Return Value

Type: PairwiseAlignedSequence
The aligned sequence.
See Also