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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
14303151 GT-AG 0 0.1430771001723755 73 Araha.0091s0015.1.v1.1 2637841 1 40140 40212 Arabidopsis halleri 81970 ATG|GTATTCTCTT...CAAACCCTGATT/GTATAGCTAATC...TTCAG|TTG 1 1 4.494
14303152 GT-AG 0 1.000000099473604e-05 83 Araha.0091s0015.1.v1.1 2637841 2 39927 40009 Arabidopsis halleri 81970 CAT|GTAAAAGAAA...TTTTCTTTATCA/CTAATTCTCACT...TTCAG|AAT 2 1 10.166
14303153 GT-AG 0 0.0095907478282578 88 Araha.0091s0015.1.v1.1 2637841 3 39767 39854 Arabidopsis halleri 81970 AAT|GTACTTTCCT...ACCTTTTTGATG/TCTCTTCTCATT...CTCAG|GGA 2 1 13.307
14303154 GT-AG 0 0.3048154437409965 80 Araha.0091s0015.1.v1.1 2637841 4 39621 39700 Arabidopsis halleri 81970 CTT|GTATGTTTCA...ACAATCTTACCT/ACATCTTTTATT...CACAG|GTT 2 1 16.187
14303155 GT-AG 0 1.5139603886678792e-05 76 Araha.0091s0015.1.v1.1 2637841 5 39473 39548 Arabidopsis halleri 81970 CAT|GTAAGTCTCT...ACTTCTTTGGTC/CAGCGTTTAAGA...TACAG|GTC 2 1 19.328
14303156 GT-AG 0 0.0003506935222392 79 Araha.0091s0015.1.v1.1 2637841 6 39322 39400 Arabidopsis halleri 81970 TCT|GTAGGTCTGC...TTTTCTGTATAT/ATATATGTAACC...CGTAG|AGA 2 1 22.469
14303157 GT-AG 0 1.000000099473604e-05 86 Araha.0091s0015.1.v1.1 2637841 7 39164 39249 Arabidopsis halleri 81970 CTT|GTGAGTTTCT...TAGGTCTTACTC/GTTGTTCTGATT...TTCAG|GCT 2 1 25.611
14303158 GT-AG 0 0.0007128085645476 88 Araha.0091s0015.1.v1.1 2637841 8 39010 39097 Arabidopsis halleri 81970 CTT|GTAAAATTCT...TCTTTCTTATCA/CTCTTTCTTATC...TGCAG|GAA 2 1 28.49
14303159 GT-AG 0 0.0005389990926553 108 Araha.0091s0015.1.v1.1 2637841 9 38836 38943 Arabidopsis halleri 81970 CAT|GTAAGCTGCA...TTTTTTTTGTCA/TTTTTTGTCAAA...TGCAG|AAA 2 1 31.37
14303160 GT-AG 0 1.000000099473604e-05 88 Araha.0091s0015.1.v1.1 2637841 10 38335 38422 Arabidopsis halleri 81970 AAG|GTGAATCTCA...CTCTCCTTCAAT/ATGAAATTCAAA...AAAAG|ACA 1 1 49.389
14303161 GT-AG 0 0.0079883388614506 74 Araha.0091s0015.1.v1.1 2637841 11 37926 37999 Arabidopsis halleri 81970 AAG|GTATGCATTA...TTATTTTTCTCT/TGTCTATTCAAT...GATAG|CTT 0 1 64.005
14303162 GT-AG 0 1.000000099473604e-05 87 Araha.0091s0015.1.v1.1 2637841 12 37428 37514 Arabidopsis halleri 81970 CAG|GTAAGCAAGG...AGGCCCTTGTAT/ATATGTTCCAGT...TTCAG|TTA 0 1 81.937
14303163 GT-AG 0 1.000000099473604e-05 80 Araha.0091s0015.1.v1.1 2637841 13 37211 37290 Arabidopsis halleri 81970 CAA|GTGAGTGGAA...TTGTTCTTAAAT/TTTGTTCTTAAA...TGCAG|GAA 2 1 87.914
14303164 GT-AG 0 1.000000099473604e-05 90 Araha.0091s0015.1.v1.1 2637841 14 36964 37053 Arabidopsis halleri 81970 CAG|GTATAAGCAT...TACACCTGAATT/AGTATATTAACA...GACAG|TCG 0 1 94.764

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