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 |
Schema Source
- from schema: https://w3id.org/linkml/valuesets
LinkML Source
name: SequenceType
description: The type of sequence being represented.
from_schema: https://w3id.org/linkml/valuesets
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.