HelixOptions
Namespace: AppliedFSharp
Parent Module: IntaRNA
Union Cases
Union Case | Description |
Default
Signature:
|
|
MaxBP(int)
Signature: int
|
--helixMaxBP arg (=10) maximal number of base pairs inside a helix (arg
in range [2,20])
|
MaxEDValue(float)
Signature: float
|
--helixMaxED arg (=999) maximal ED-value allowed (per sequence) during
helix computation (arg in range [-999,999]).
|
MaxEnergy(float)
Signature: float
|
--helixMaxE arg (=0) maximal energy considered during helix
computation (arg in range [-999,999]).
|
MaxInternalLoop(float)
Signature: float
|
--helixMaxIL arg (=0) maximal size for each internal loop size in a
helix (arg in range [0,2]).
|
MinBP(int)
Signature: int
|
--helixMinBP arg (=2) minimal number of base pairs inside a helix (arg
in range [2,4])
|
WithED
Signature:
|
--helixWithED if present, ED-values will be used within the
energy evaluation of a helix
|
Static members
Static member | Description |
HelixOptions.make
Signature: HelixOptions -> string list
|
CompiledName: get_make
|