genomes
Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)
- taxonomy_id
 - INTEGER (primary key), unique identifier for each species
 - species
 - TEXT, binomial name of the species
 - family
 - TEXT, taxonomic family of the species
 - order
 - TEXT, taxonomic order of the species
 - phylum
 - TEXT, taxonomic phylum of the species
 - accession
 - TEXT, accession number of the genome assembly
 - n_minor_introns
 - INTEGER, total number of minor introns in the genome
 - n_major_introns
 - INTEGER, total number of major introns in the genome
 - percent_minor_introns
 - REAL, percentage of minor introns in the genome
 - busco_score
 - REAL, BUSCO score assessing the genome assembly completeness (vs. eukaryota_odb10)
 - minor_snRNAs
 - TEXT, minor snRNAs found in the annotated transcriptome
 - genome_version
 - TEXT, version of the genome assembly
 - source_url
 - TEXT, URL for the source genome/annotation files
 - source_metadata
 - TEXT, additional metadata from the original data source
 - minor_intron+
 - INTEGER, indicates if the species is inferred to contain real minor introns (1) or not (0)
 
2 rows where family = "Alcedinidae" and minor_snRNAs contains "u11" sorted by percent_minor_introns descending
This data as json, CSV (advanced)
Suggested facets: minor_snRNAs (array)
| taxonomy_id | species | family | order | phylum | accession | n_minor_introns | n_major_introns | percent_minor_introns ▲ | busco_score | minor_snRNAs | genome_version | source_url | source_metadata | minor_intron+ | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 390723 | Ceyx cyanopectus | Alcedinidae | Coraciiformes | Chordata | GCA_013401355.1 | 171 | 62755 | 0.2717477672186377 | 66.7 | ["u11", "u12", "u4atac", "u6atac"] | ASM1340135v1 | https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/013/401/355/GCA_013401355.1_ASM1340135v1 | GCA_013401355.1;PRJNA545868;SAMN12253921;VYZU00000000.1;representative genome;390723;390723;Ceyx cyanopectus;;B10K-DU-013-51;latest;Scaffold;Major;Full;2020/07/10;ASM1340135v1;B10K Consortium;na;na;https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/013/401/355/GCA_013401355.1_ASM1340135v1;;;na | 1 | 
| 342381 | Halcyon senegalensis | Alcedinidae | Coraciiformes | Chordata | GCA_013397595.1 | 297 | 111547 | 0.2655484424734451 | 87.8 | ["u11", "u12", "u4atac", "u6atac"] | ASM1339759v1 | https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/013/397/595/GCA_013397595.1_ASM1339759v1 | GCA_013397595.1;PRJNA545868;SAMN12253930;WBNJ00000000.1;representative genome;342381;342381;Halcyon senegalensis;;B10K-DU-024-03;latest;Scaffold;Major;Full;2020/07/10;ASM1339759v1;B10K Consortium;na;na;https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/013/397/595/GCA_013397595.1_ASM1339759v1;;;na | 1 | 
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "genomes" (
"taxonomy_id" INTEGER,
  "species" TEXT,
  "family" TEXT,
  "order" TEXT,
  "phylum" TEXT,
  "accession" TEXT,
  "n_minor_introns" INTEGER,
  "n_major_introns" INTEGER,
  "percent_minor_introns" REAL,
  "busco_score" REAL,
  "minor_snRNAs" TEXT,
  "genome_version" TEXT,
  "source_url" TEXT,
  "source_metadata" TEXT,
  "minor_intron+" INTEGER
  ,PRIMARY KEY ([taxonomy_id])
);
CREATE INDEX [idx_genomes_phylum]
    ON [genomes] ([phylum]);
CREATE INDEX [idx_genomes_order]
    ON [genomes] ([order]);
CREATE INDEX [idx_genomes_family]
    ON [genomes] ([family]);