Click or drag to resize
DeltaAlignmentConvertDeltaToSequences Method
Convert the delta alignment object to its sequence representation

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public PairwiseAlignedSequence ConvertDeltaToSequences()

Return Value

Type: PairwiseAlignedSequence
Reference sequence alignment at 0th index and Query sequence alignment at 1st index
See Also