Skip to content

genome_nucleotides

refseq.genome_nucleotides

Individual nucleotide positions from assembly-specific *_genomic.fna.gz files.

Each row represents one 1-based position on a RefSeq genomic sequence.

Source lowercase bases are normalized to uppercase IUPAC nucleotide codes and retained through is_masked as RefSeq soft-masking information.

  • 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_000002985.6'
    • 'GCF_000003025.6'
    • 'GCF_000003625.3'
    • 'GCF_000005845.2'
    • 'GCF_000146045.2'
    • 'GCF_003339765.1'
    • 'GCF_012559485.2'
    • 'GCF_015227675.2'
    • 'GCF_036323735.1'
    • 'GCF_037993035.2'
    • 'GCF_049350105.2'
    • 'GCF_052040795.1'
    • 'GCF_054392235.1'
    • 'GCF_964237555.1'
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 genomic sequence; joins refseq.assembly_sequences.sequence_accession.
position INT 1-based nucleotide position on sequence_accession.
nucleotide TEXT Uppercase IUPAC DNA nucleotide code at position.
is_masked BOOLEAN Whether the nucleotide is soft-masked in the source RefSeq genomic FASTA, indicated by a lowercase base.