Skip to content

Enum: SequenceType

The type of sequence being represented.

URI: valuesets:SequenceType

Permissible Values

Value Meaning Description
NUCLEIC_ACID None A nucleic acid sequence, as found in an FNA file
AMINO_ACID None An amino acid sequence, as would be found in an FAA file

Slots

Name Description
sequence The type of sequence being represented

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: SequenceType
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: The type of sequence being represented.
title: Sequence Type
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  NUCLEIC_ACID:
    text: NUCLEIC_ACID
    description: A nucleic acid sequence, as found in an FNA file.
  AMINO_ACID:
    text: AMINO_ACID
    description: An amino acid sequence, as would be found in an FAA file.