Enum: ReadType
Configuration of sequencing reads generated by different platforms
URI: valuesets:ReadType
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| SINGLE_END | None | Single-end reads |
| PAIRED_END | None | Paired-end reads |
| MATE_PAIR | None | Mate-pair reads (large insert) |
| LONG_READ | None | Long reads (>1kb typical) |
| ULTRA_LONG_READ | None | Ultra-long reads (>10kb) |
| CONTINUOUS_LONG_READ | None | 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
description: Configuration of sequencing reads generated by different platforms
title: Sequencing Read Types
from_schema: https://w3id.org/linkml/valuesets
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)