Comp Based Stats RPS
value class CompBasedStatsRPS(value: CompBasedStatsRPSValue) : BlastField
Content copied to clipboard
-comp_based_stats
Use composition-based statistics:
D or d: default (equivalent to 1)
0 or F or f: Simplified Composition-based statistics as in Bioinformatics 15:1000-1011, 1999
1 or T or t: Composition-based statistics as in NAR 29:2994-3005, 2001
Default = 1
Constructors
Link copied to clipboard
fun CompBasedStatsRPS(value: CompBasedStatsRPSValue = CompBasedStatsRPSValue.CompBasedStats)
Content copied to clipboard
Functions
Link copied to clipboard
Appends this field to the given MutableList only if it is not set to its default value.
Link copied to clipboard
Appends this field to the given StringBuilder only if it is not set to its default value.
Link copied to clipboard
Appends this field to the given JSON ObjectNode only if it is not set to its default value.