CompBasedStatsRPSTN

value class CompBasedStatsRPSTN(value: CompBasedStatsRPSTNValue) : BlastField

-comp_based_stats <String>

Use composition-based statistics:

  • D or d: default (equivalent to 1)

  • 0 or F or f: No composition-based statistics

  • 1 or T or t: Composition-based statistics as in NAR 29:2994-3005, 2001

Default = 1

Constructors

Link copied to clipboard
fun CompBasedStatsRPSTN(value: CompBasedStatsRPSTNValue = CompBasedStatsRPSTNValue.CompBasedStats)

Functions

Link copied to clipboard
open override fun appendCliParts(cli: MutableList<String>)

Appends this field to the given MutableList only if it is not set to its default value.

Link copied to clipboard
open override fun appendCliSegment(cli: StringBuilder)

Appends this field to the given StringBuilder only if it is not set to its default value.

Link copied to clipboard
open override fun appendJson(js: ObjectNode)

Appends this field to the given JSON ObjectNode only if it is not set to its default value.

Link copied to clipboard
open fun toJson(): ObjectNode

Serializes this field into a JSON ObjectNode.

Properties

Link copied to clipboard
open override val isDefault: Boolean

Indicates whether the field is currently set to its default value.

Link copied to clipboard
open override val name: String

The name of this field.

Link copied to clipboard
val value: CompBasedStatsRPSTNValue