AppliedFSharp


HelixOptions

Namespace: AppliedFSharp
Parent Module: IntaRNA

Union Cases

Union CaseDescription
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 memberDescription
HelixOptions.make
Signature: HelixOptions -> string list

CompiledName: get_make

Fork me on GitHub