NucmerPairwiseAlignerConcatSequence Method |
Concat all the sequences into one sequence with special character.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax protected static ISequence ConcatSequence(
IEnumerable<ISequence> sequences
)
Protected Shared Function ConcatSequence (
sequences As IEnumerable(Of ISequence)
) As ISequence
protected:
static ISequence^ ConcatSequence(
IEnumerable<ISequence^>^ sequences
)
static member ConcatSequence :
sequences : IEnumerable<ISequence> -> ISequence
Parameters
- sequences
- Type: System.Collections.GenericIEnumerableISequence
List of reference sequence.
Return Value
Type:
ISequenceConcatenated sequence.
See Also