Skip to content

Enum: CdsPhaseType

For features of type CDS (coding sequence), the phase indicates where the feature begins with reference to the reading frame. The phase is one of the integers 0, 1, or 2, indicating the number of bases that should be removed from the beginning of this feature to reach the first base of the next codon.

URI: valuesets:CdsPhaseType

Permissible Values

Value Title Meaning Description
PHASE_0 0 Zero bases from reading frame to feature start.
PHASE_1 1 One base from reading frame to feature start.
PHASE_2 2 Two bases from reading frame to feature start.

Slots

Name Description
cds_phase For features of type CDS (coding sequence), the phase indicates where the fea...

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: CdsPhaseType
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: For features of type CDS (coding sequence), the phase indicates where
  the feature begins with reference to the reading frame. The phase is one of the
  integers 0, 1, or 2, indicating the number of bases that should be removed from
  the beginning of this feature to reach the first base of the next codon.
title: Cds Phase 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:
  PHASE_0:
    text: PHASE_0
    description: Zero bases from reading frame to feature start.
    title: '0'
  PHASE_1:
    text: PHASE_1
    description: One base from reading frame to feature start.
    title: '1'
  PHASE_2:
    text: PHASE_2
    description: Two bases from reading frame to feature start.
    title: '2'