Click or drag to resize
NucmerPairwiseAlignerConcatSequence Method
Concat all the sequences into one sequence with special character.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected static ISequence ConcatSequence(
	IEnumerable<ISequence> sequences
)

Parameters

sequences
Type: System.Collections.GenericIEnumerableISequence
List of reference sequence.

Return Value

Type: ISequence
Concatenated sequence.
See Also