genomic_gaps
Identifier
Section titled “Identifier”Description
Section titled “Description”Gap intervals in top-level RefSeq genomic sequences from assembly-specific *_genomic_gaps.txt.gz reports when NCBI supplies one.
Each row describes a single sequence interval occupied by a gap, including its NCBI gap type and linkage evidence.
Partitions
Section titled “Partitions”assembly_accession'GCF_000001215.4''GCF_000001405.25''GCF_000001405.40''GCF_000001635.20''GCF_000001635.27''GCF_000001895.5''GCF_000002035.6''GCF_000002285.3''GCF_000003025.6''GCF_000003625.3''GCF_003339765.1''GCF_012559485.2''GCF_015227675.2''GCF_036323735.1''GCF_054392235.1''GCF_964237555.1'
Schema
Section titled “Schema”| Column | Type | Description |
|---|---|---|
sources |
STRUCT(url TEXT, filename TEXT, last_modified_at TIMESTAMPTZ, sha256 TEXT)[] |
Original external inputs used to produce the row. Each item contains its source URL, filename, HTTP Last-Modified timestamp when available, and computed SHA-256 checksum. |
assembly_accession |
TEXT |
Partition column. Versioned RefSeq assembly accession (GCF accession). |
sequence_accession |
TEXT |
Versioned RefSeq accession of the top-level sequence containing the gap; joins refseq.assembly_sequences.sequence_accession. |
start |
INT |
1-based inclusive start coordinate of the gap on sequence_accession. |
end |
INT |
1-based inclusive end coordinate of the gap on sequence_accession. |
gap_length |
INT |
Length of the gap in base pairs, as reported by NCBI. |
gap_type |
TEXT |
NCBI classification of the gap, such as within_scaffold, between_scaffolds, telomere, heterochromatin, short_arm, or unknown. |
linkage_evidence |
TEXT |
NCBI evidence supporting the gap, such as paired-ends, within_clone, map, inferred_from_sequence, clone_contig, or unspecified; null when NCBI reports na. |