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 = 25439174

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
140325404 GT-AG 0 6.457161493868305e-05 1190 rna-XM_015756470.2 25439174 1 32350881 32352070 Oryza sativa 4530 AGG|GTTCGCTCTC...AAAATTTTACTT/CAAAATTTTACT...TGCAG|TGT 1 1 11.205
140325405 GT-AG 0 1.000000099473604e-05 164 rna-XM_015756470.2 25439174 2 32352162 32352325 Oryza sativa 4530 TGG|GTGAGTGATA...AATCTATTAATT/AATCTATTAATT...TATAG|GAA 2 1 13.527
140325406 GT-AG 0 1.000000099473604e-05 129 rna-XM_015756470.2 25439174 3 32352636 32352764 Oryza sativa 4530 AAG|GTTGTATATT...ATAGTTTTATCT/TTTTATCTAATT...TACAG|ATT 0 1 21.44
140325407 GT-AG 0 0.0100673388662827 372 rna-XM_015756470.2 25439174 4 32352840 32353211 Oryza sativa 4530 CAG|GTATTGTTCT...TTTCCTTTAACA/TTGACCTTCATC...GTCAG|GTG 0 1 23.354
140325408 GT-AG 0 1.000000099473604e-05 374 rna-XM_015756470.2 25439174 5 32353257 32353630 Oryza sativa 4530 CAG|GTGCCAGTTC...TTCTGCTTATCT/ATCTGGCTCACT...TTTAG|GTT 0 1 24.502
140325409 GT-AG 0 1.000000099473604e-05 80 rna-XM_015756470.2 25439174 6 32353722 32353801 Oryza sativa 4530 CAG|GTAATTCTGT...TTGTTTTTGTTT/AAATGACTCATG...CACAG|TTG 1 1 26.825
140325410 GT-AG 0 0.0022820139137751 502 rna-XM_015756470.2 25439174 7 32353861 32354362 Oryza sativa 4530 AAG|GTATGCCAAA...TCTGTCTTATTC/CTCTGTCTTATT...TGCAG|ATA 0 1 28.331
140325411 GT-AG 0 1.0833773452989657e-05 802 rna-XM_015756470.2 25439174 8 32354525 32355326 Oryza sativa 4530 GTG|GTAATGTTTA...TATATTTTATTG/ATATATTTTATT...TTTAG|GAT 0 1 32.466
140325412 GT-AG 0 0.0020025889552681 86 rna-XM_015756470.2 25439174 9 32355380 32355465 Oryza sativa 4530 AAG|GTATTATGCT...AGTGCTTTAACG/TGTGTTTTTAGT...TGTAG|AGA 2 1 33.818
140325413 GT-AG 0 1.000000099473604e-05 408 rna-XM_015756470.2 25439174 10 32355500 32355907 Oryza sativa 4530 TTG|GTAAGAAGAT...TGAGTATTAACT/TGAGTATTAACT...AGCAG|GTA 0 1 34.686
140325414 GT-AG 0 1.000000099473604e-05 78 rna-XM_015756470.2 25439174 11 32355998 32356075 Oryza sativa 4530 CCT|GTTAGTAACA...TGGCTCTTTTTT/AAGTAATTGATG...CTCAG|GTC 0 1 36.983
140325415 GT-AG 0 0.0010416385547089 141 rna-XM_015756470.2 25439174 12 32357078 32357218 Oryza sativa 4530 CAG|GTATATTCCT...TAGCTGTTAAAT/CATTTATTTACT...TGCAG|GTC 0 1 62.557
140325416 GT-AG 0 0.0029822994108648 837 rna-XM_015756470.2 25439174 13 32357778 32358614 Oryza sativa 4530 CAG|GTACTTTTCT...TTGTACTTAACT/AAAGTTTTAATT...TGTAG|GTA 1 1 76.825
140325417 GT-AG 0 1.000000099473604e-05 420 rna-XM_015756470.2 25439174 14 32359115 32359534 Oryza sativa 4530 AAA|GTAAGATTTT...GTACCTTTATAG/TTATTTCTGAAA...CTCAG|GTC 0 1 89.587

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 29.222ms · Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)