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

✎ 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
108234961 GT-AG 0 4.712556936160049e-05 92 rna-XM_019604587.1 20211484 1 20294271 20294362 Lupinus angustifolius 3871 CAG|GTTTATATCC...TTTCCTATAATT/TCACTATTCATG...GGCAG|GTG 1 1 3.33
108234962 GT-AG 0 0.0083434467828617 285 rna-XM_019604587.1 20211484 2 20292969 20293253 Lupinus angustifolius 3871 ATG|GTACACTCAT...CCATTTTTAAAA/AAAACTTTCATT...TGCAG|TTG 1 1 36.211
108234963 GT-AG 0 1.000000099473604e-05 71 rna-XM_019604587.1 20211484 3 20292683 20292753 Lupinus angustifolius 3871 AAG|GTTAGTTTTT...CACTTCTTGATA/CACTTCTTGATA...TACAG|GCT 0 1 43.162
108234964 GT-AG 0 1.000000099473604e-05 418 rna-XM_019604587.1 20211484 4 20291994 20292411 Lupinus angustifolius 3871 CTG|GTGAGTCTGA...TGTCCCTTAATA/CATTTACTTATA...TGCAG|TTA 1 1 51.924
108234965 GT-AG 0 1.000000099473604e-05 481 rna-XM_019604587.1 20211484 5 20291337 20291817 Lupinus angustifolius 3871 AAG|GTAAGTTAGC...TGGTCTATATCT/CCAATTCTAATG...GGCAG|GTT 0 1 57.614
108234966 GT-AG 0 4.999198244338658e-05 340 rna-XM_019604587.1 20211484 6 20290889 20291228 Lupinus angustifolius 3871 AAT|GTAAGATTTT...TTTTCTTTACAA/GTTTTCTTTACA...TGCAG|GTA 0 1 61.106
108234967 GT-AG 0 1.000000099473604e-05 881 rna-XM_019604587.1 20211484 7 20289898 20290778 Lupinus angustifolius 3871 TGG|GTTAGTATTT...ACAATCTTAGCC/AACTGCTTCATA...TGCAG|ACT 2 1 64.662
108234968 GT-AG 0 0.0001461083270379 349 rna-XM_019604587.1 20211484 8 20289443 20289791 Lupinus angustifolius 3871 CCT|GTAAGATGTC...TTTCTCTTGACA/TTTCTCTTGACA...GACAG|GAT 0 1 68.089
108234969 GT-AG 0 1.000000099473604e-05 562 rna-XM_019604587.1 20211484 9 20288710 20289271 Lupinus angustifolius 3871 ACA|GTAAGTGCTG...CTATTCTGATTG/TCTATTCTGATT...GGCAG|GTC 0 1 73.618
108234970 GT-AG 0 1.105672713512842e-05 302 rna-XM_019604587.1 20211484 10 20288279 20288580 Lupinus angustifolius 3871 CCT|GTAAGTAGCA...AGTTTTCTAGCT/GCTCCTCTCATC...TGCAG|GTA 0 1 77.789
108234971 GT-AG 0 0.0002348530800875 196 rna-XM_019604587.1 20211484 11 20287900 20288095 Lupinus angustifolius 3871 CAG|GTCTTTTTCC...GTTGCATTAAAG/AACTTGTTTATA...TGCAG|GTT 0 1 83.705
108234972 GT-AG 0 6.393146486024917e-05 103 rna-XM_019604587.1 20211484 12 20287665 20287767 Lupinus angustifolius 3871 TTG|GTAATTTATT...GCATTATTGACT/TATTGACTCATT...TCTAG|ATA 0 1 87.973
108234973 GT-AG 0 0.0004086632712523 85 rna-XM_019604587.1 20211484 13 20287468 20287552 Lupinus angustifolius 3871 GAG|GTATGTATGT...TAGTTCTTCACA/CTTTGGTTCATT...TGCAG|GAC 1 1 91.594
108234974 GT-AG 0 1.000000099473604e-05 173 rna-XM_019604587.1 20211484 14 20287171 20287343 Lupinus angustifolius 3871 CAG|GTGAGTTATA...GCAATATTAATT/GCAATATTAATT...TTCAG|GGC 2 1 95.603

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