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)

15 rows where transcript_id = 20211409

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, 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
108233893 GT-AG 0 1.000000099473604e-05 89 rna-XM_019609030.1 20211409 2 35131181 35131269 Lupinus angustifolius 3871 GAG|GTCAGTTGTT...TTTTCCTTGATG/CTTTATTTGATT...TGCAG|CTT 0 1 55.879
108233894 GT-AG 0 0.0044103080388284 80 rna-XM_019609030.1 20211409 3 35130972 35131051 Lupinus angustifolius 3871 AGG|GTATGTATTG...CTGTTTTTATCT/TCTGTTTTTATC...ATTAG|GCG 0 1 58.382
108233895 GT-AG 0 0.0001434403844844 80 rna-XM_019609030.1 20211409 4 35130706 35130785 Lupinus angustifolius 3871 AAG|GTGTTCATCA...TAGTCCATGACA/AATTTATTAAAT...TGTAG|GCT 0 1 61.991
108233896 GT-AG 0 1.000000099473604e-05 114 rna-XM_019609030.1 20211409 5 35130545 35130658 Lupinus angustifolius 3871 CGA|GTGAGTATAT...GACACATTGACT/GTGTTTCTGATG...TGCAG|TTC 2 1 62.903
108233897 GT-AG 0 4.515475228749517e-05 184 rna-XM_019609030.1 20211409 6 35130060 35130243 Lupinus angustifolius 3871 CAG|GTATGGATCT...ATGCCTTTGAAC/TTGAACTTGAAC...TTCAG|GAT 0 1 68.743
108233898 GT-AG 0 1.000000099473604e-05 91 rna-XM_019609030.1 20211409 7 35129821 35129911 Lupinus angustifolius 3871 AAG|GTTGGTGGTA...TATTTATTATTT/GTGATTCTCATC...ATCAG|ATC 1 1 71.614
108233899 GT-AG 0 1.000000099473604e-05 669 rna-XM_019609030.1 20211409 8 35128945 35129613 Lupinus angustifolius 3871 ATG|GTTAGTTTTA...ATTTTCTAGAAT/GAAATATTAATC...CATAG|TGT 1 1 75.631
108233900 GT-AG 0 0.0029039168671643 1089 rna-XM_019609030.1 20211409 9 35127751 35128839 Lupinus angustifolius 3871 TGG|GTATGATTTT...GACTCTCTAACC/AGTTTAATGACT...ATCAG|ACA 1 1 77.668
108233901 GT-AG 0 2.1122647807184897e-05 117 rna-XM_019609030.1 20211409 10 35127437 35127553 Lupinus angustifolius 3871 CAG|GTAGGTCTTC...AATTTCTTGTCT/TTAGTTTTCATA...CTCAG|TCA 0 1 81.49
108233902 GT-AG 0 1.000000099473604e-05 75 rna-XM_019609030.1 20211409 11 35127146 35127220 Lupinus angustifolius 3871 GAG|GTAATTTCAC...ATTTCTTTTGTG/ATGCGATTAATA...GACAG|GCT 0 1 85.681
108233903 GT-AG 0 0.1211959643732822 122 rna-XM_019609030.1 20211409 12 35126748 35126869 Lupinus angustifolius 3871 AAG|GTATCTATAG...TTATGCTTGATA/CATTTCTTCATT...TTCAG|GAT 0 1 91.036
108233904 GT-AG 0 4.522380894368398e-05 92 rna-XM_019609030.1 20211409 13 35126502 35126593 Lupinus angustifolius 3871 CAG|GTGCCTCAAT...CCCTTTTTAGCC/ATTTCTTTTACA...TACAG|TTC 1 1 94.024
108233905 GT-AG 0 1.000000099473604e-05 627 rna-XM_019609030.1 20211409 14 35125741 35126367 Lupinus angustifolius 3871 GTG|GTAAGTATTT...AATGCTCTAATT/AATGCTCTAATT...TCTAG|GTT 0 1 96.624
108233906 GT-AG 0 1.000000099473604e-05 76 rna-XM_019609030.1 20211409 15 35125578 35125653 Lupinus angustifolius 3871 AAG|GTGAGTTGAA...TTTTCTTTGATG/TTTTCTTTGATG...AACAG|ATA 0 1 98.312
108243568 GT-AG 0 1.000000099473604e-05 81 rna-XM_019609030.1 20211409 1 35134016 35134096 Lupinus angustifolius 3871 TCG|GTTAGGTTTC...TTTTCTCTATTG/TCCACACTCACT...CTCAG|ATT   0 3.667

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