NucmerPairwiseAlignerSeparationFactor Property |
Gets or sets separation factor. Fraction equal to
(diagonal difference / match separation) where higher values
increase the insertion or deletion (indel) tolerance.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public float SeparationFactor { get; set; }
Public Property SeparationFactor As Single
Get
Set
public:
property float SeparationFactor {
float get ();
void set (float value);
}
member SeparationFactor : float32 with get, set
Property Value
Type:
SingleSee Also