Skip to content

chromosomes

ensembl.chromosomes

Reference chromosome intervals and their Ensembl GFF3 aliases.

One row per chromosome.

Always filter on genbank_assembly_accession (partition column). chromosome is the raw GFF3 sequence ID for these records; it is known to be a chromosome rather than a scaffold or contig.

  • genbank_assembly_accession
    • 'GCA_000001405.29'
    • 'GCA_000001635.9'
    • 'GCA_000001735.1'
    • 'GCA_000002035.4'
    • 'GCA_000002525.1'
    • 'GCA_000002945.2'
    • 'GCA_000002985.3'
    • 'GCA_000003195.3'
    • 'GCA_000003625.1'
    • 'GCA_000004515.4'
    • 'GCA_000005845.2'
    • 'GCA_000006745.1'
    • 'GCA_000006885.1'
    • 'GCA_000007785.1'
    • 'GCA_000008525.1'
    • 'GCA_000009045.1'
    • 'GCA_000009085.1'
    • 'GCA_000009205.2'
    • 'GCA_000011065.1'
    • 'GCA_000016305.1'
    • 'GCA_000025565.1'
    • 'GCA_000027005.1'
    • 'GCA_000027305.1'
    • 'GCA_000146045.2'
    • 'GCA_000149245.3'
    • 'GCA_000196035.1'
    • 'GCA_000226075.1'
    • 'GCA_000409795.2'
    • 'GCA_001433935.1'
    • 'GCA_001704415.1'
    • 'GCA_018294505.1'
    • 'GCA_902167145.1'
Column Type Description
sources STRUCT(url TEXT, filename TEXT, last_modified_at TIMESTAMPTZ, sha256 TEXT)[] Provenance for the GFF3 feature records.
release TEXT Ensembl release number the annotation was drawn from.
genbank_assembly_accession TEXT Partition column. GenBank assembly accession (partition column).
chromosome TEXT Ensembl chromosome name from the GFF3 sequence ID (e.g. 1, X, or MT).
aliases TEXT[] Alternate chromosome names from the comma-separated GFF3 Alias attribute, including INSDC accessions when supplied.
is_circular BOOLEAN Whether the GFF3 Is_circular attribute marks the chromosome as circular. May be null when the attribute is absent.
start_position INT 1-based start coordinate of the chromosome interval.
end_position INT 1-based end coordinate of the chromosome interval.
chromosome_source TEXT Annotation source in GFF3 column 2 (often the assembly name).