Click or drag to resize
ISequenceAlignerGapExtensionCost Property
Gets or sets value of GapExtensionCost The GapExtensionCost is the cost of extending an already existing gap. This is used for the affine gap model, not used for the linear gap model.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
int GapExtensionCost { get; set; }

Property Value

Type: Int32
See Also