Enum: ReadType
Configuration of sequencing reads generated by different platforms
URI: valuesets:ReadType
Permissible Values
| Value | Title | Meaning | Description |
|---|---|---|---|
| SINGLE_END | SINGLE_END | Single-end reads | |
| PAIRED_END | PAIRED_END | Paired-end reads | |
| MATE_PAIR | Mate-pair reads (large insert) | ||
| LONG_READ | Long reads (>1kb typical) | ||
| ULTRA_LONG_READ | Ultra-long reads (>10kb) | ||
| CONTINUOUS_LONG_READ | Continuous long reads (nanopore) |
Slots
| Name | Description |
|---|---|
| read | Configuration of sequencing reads generated by different platforms |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/valuesets
LinkML Source
name: ReadType
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Configuration of sequencing reads generated by different platforms
title: Sequencing Read Types
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:
SINGLE_END:
text: SINGLE_END
description: Single-end reads
title: SINGLE_END
PAIRED_END:
text: PAIRED_END
description: Paired-end reads
title: PAIRED_END
MATE_PAIR:
text: MATE_PAIR
description: Mate-pair reads (large insert)
LONG_READ:
text: LONG_READ
description: Long reads (>1kb typical)
ULTRA_LONG_READ:
text: ULTRA_LONG_READ
description: Ultra-long reads (>10kb)
CONTINUOUS_LONG_READ:
text: CONTINUOUS_LONG_READ
description: Continuous long reads (nanopore)