home / WtMTA

introns

Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)

id
INTEGER (primary key), globally unique identifier for each intron
dinucleotide_pair
TEXT, terminal dinucleotide sequences of the intron
is_minor
INTEGER, indicates if the intron is a minor intron (1) or not (0)
score
REAL, score representing the probability (0-100%) of the intron being minor
length
INTEGER, length of the intron in base pairs
transcript_id
INTEGER (foreign key referencing transcripts(id)), parent transcript
ordinal_index
INTEGER, ordinal position of the intron within the transcript (e.g., 3 for the third intron)
start
INTEGER, start position of the intron in the genome
end
INTEGER, end position of the intron in the genome
taxonomy_id
INTEGER (foreign key referencing genomes(taxonomy_id)), NCBI taxonomy identifier for species
scored_motifs
TEXT, motifs scored for the intron
phase
INTEGER, phase of the intron in coding sequence (0, 1, or 2 or null for introns outside of coding sequence)
in_cds
INTEGER, indicates if the intron is within the coding sequence (1) or not (0; e.g., UTR introns)
relative_position
REAL, relative position of the intron within the transcript (as a percentage of coding length)

14 rows where transcript_id = 32796635

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
183368235 GT-AG 0 0.0030182995723862 170 rna-XM_034720552.1 32796635 1 7909494 7909663 Setaria viridis 4556 AAG|GTACCTCTTT...TGTTCTGTTGCT/CTGTTGCTGACG...CGCAG|GGG 1 1 1.967
183368236 GT-AG 0 1.000000099473604e-05 1405 rna-XM_034720552.1 32796635 2 7909783 7911187 Setaria viridis 4556 CAG|GTCAGAGCTT...TATGTTTGAACT/TTTGAACTTAGT...TTCAG|GTT 0 1 5.047
183368237 GT-AG 0 0.0005814078605595 85 rna-XM_034720552.1 32796635 3 7911287 7911371 Setaria viridis 4556 CAT|GTAATCTACA...ATCGCTTTCATT/ATCGCTTTCATT...CTCAG|GCC 0 1 7.609
183368238 GT-AG 0 3.5386305750847014e-05 84 rna-XM_034720552.1 32796635 4 7911429 7911512 Setaria viridis 4556 ACA|GTGAGCATCT...ATGGCTTTGACT/CTTTGACTTATG...TTTAG|TAT 0 1 9.084
183368239 GT-AG 0 0.0001491942414041 105 rna-XM_034720552.1 32796635 5 7911669 7911773 Setaria viridis 4556 CTG|GTATGTAGGC...ATATTTTTACTA/AATATTTTTACT...TATAG|GAC 0 1 13.121
183368240 GT-AG 0 1.000000099473604e-05 263 rna-XM_034720552.1 32796635 6 7911859 7912121 Setaria viridis 4556 GAG|GTGGGGAAAA...TTACTCTTAATC/CTCTTAATCATT...ATCAG|GCC 1 1 15.321
183368241 GT-AG 0 4.272550613562103e-05 86 rna-XM_034720552.1 32796635 7 7912213 7912298 Setaria viridis 4556 TAG|GTAAGTTTTG...TTTGCCTTATGA/TTTTGCCTTATG...TTTAG|GGA 2 1 17.676
183368242 GT-AG 0 1.000000099473604e-05 107 rna-XM_034720552.1 32796635 8 7912464 7912570 Setaria viridis 4556 AAG|GTGAATAAAG...TTTATCTGAAAT/ATTTATCTGAAA...TTCAG|GGC 2 1 21.946
183368243 GT-AG 0 1.000000099473604e-05 146 rna-XM_034720552.1 32796635 9 7912694 7912839 Setaria viridis 4556 AAG|GTACAGCAGC...AATTATTTAATG/ATATTACTAATT...TTCAG|GTA 2 1 25.129
183368244 GT-AG 0 1.000000099473604e-05 95 rna-XM_034720552.1 32796635 10 7912916 7913010 Setaria viridis 4556 CAG|GTTGGATTGC...TTAATGTTAATT/TTAATGTTAATT...GGTAG|GTT 0 1 27.096
183368245 GT-AG 0 1.000000099473604e-05 114 rna-XM_034720552.1 32796635 11 7913141 7913254 Setaria viridis 4556 TAG|GTAAAGAATC...TCATTTTTATAT/TTCATTTTTATA...AACAG|ATG 1 1 30.461
183368246 GT-AG 0 0.0001444095694087 613 rna-XM_034720552.1 32796635 12 7915090 7915702 Setaria viridis 4556 AAG|GTTTGCACTC...ACTCTCTTGAAT/TAGCCATTCACT...TGTAG|GTC 0 1 77.95
183368247 GT-AG 0 0.0001361719507123 291 rna-XM_034720552.1 32796635 13 7915894 7916184 Setaria viridis 4556 GGA|GTAAGTTTAC...AGGATTTTATTG/AAGGATTTTATT...TACAG|GGA 2 1 82.893
183380518 GT-AG 0 2.6731501497115467e-05 96 rna-XM_034720552.1 32796635 14 7916398 7916493 Setaria viridis 4556 CAA|GTACGTGCAC...GCTTTCATAATT/TATGAATTCATT...GGCAG|ATG   0 88.406

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "introns" (
"id" INTEGER,
  "dinucleotide_pair" TEXT,
  "is_minor" INTEGER,
  "score" REAL,
  "length" INTEGER,
  "transcript_id" INTEGER,
  "ordinal_index" INTEGER,
  "start" INTEGER,
  "end" INTEGER,
  "taxonomy_id" INTEGER,
  "scored_motifs" TEXT,
  "phase" INTEGER,
  "in_cds" INTEGER,
  "relative_position" REAL
  ,PRIMARY KEY ([id]),
   FOREIGN KEY([transcript_id]) REFERENCES [transcripts]([id]),
   FOREIGN KEY([taxonomy_id]) REFERENCES [genomes]([taxonomy_id])
);
CREATE INDEX [idx_introns_transcript_id]
    ON [introns] ([transcript_id]);
CREATE INDEX [idx_introns_taxonomy_id]
    ON [introns] ([taxonomy_id]);
CREATE INDEX [idx_introns_phase]
    ON [introns] ([phase]);
CREATE INDEX [idx_introns_is_minor]
    ON [introns] ([is_minor]);
CREATE INDEX [idx_introns_dinucleotide_pair]
    ON [introns] ([dinucleotide_pair]);
CREATE INDEX [idx_introns_score]
    ON [introns] ([score]);
CREATE INDEX [idx_introns_in_cds]
    ON [introns] ([in_cds]);
Powered by Datasette · Queries took 27.265ms · Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)