SimpleConsensusResolverThreshold Property |
Gets or sets threshold value - used when generating consensus symbol
The confidence level for a position must equal or exceed Threshold for
a non-gap symbol to appear in the consensus at that position.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public double Threshold { get; set; }
Public Property Threshold As Double
Get
Set
public:
property double Threshold {
double get ();
void set (double value);
}
member Threshold : float with get, set
Property Value
Type:
DoubleSee Also