Header menu logo BioFSharp

LowComplexityFilteringOptions Type

Union cases

Union case Description

ComplexityThreshold int

Full Usage: ComplexityThreshold int

Parameters:
    Item : int

the threshold for low complexity filter (0~100). Default is 30, which means 30% complexity is required.

Item : int

EnableLowComplexityFiltering

Full Usage: EnableLowComplexityFiltering

enable low complexity filter. The complexity is defined as the percentage of base that is different from its next base (base[i] != base[i+1]).

Static members

Static member Description

LowComplexityFilteringOptions.makeCmd

Full Usage: LowComplexityFilteringOptions.makeCmd

Returns: LowComplexityFilteringOptions -> string
Returns: LowComplexityFilteringOptions -> string

Type something to start searching.