QueryGenCode

value class QueryGenCode(value: UByte) : BlastField

-query_gencode <Integer>

Permissible values between:

  • 1..6

  • 9..16

  • 21..31

  • 33

Genetic code to use to translate query (see https://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html/index.cgi?chapter=cgencodes for details)

Default = 1

Constructors

Link copied to clipboard
fun QueryGenCode(value: UByte = Def)

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: UByte