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

✎ 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
55681338 GT-AG 0 2.448635816392679e-05 583 rna-XM_023656914.1 10143841 1 3256173 3256755 Cucurbita pepo 3663 AAG|GTAAATTGGA...ATCTGCTTAATT/ATCTGCTTAATT...TGCAG|TTT 1 1 2.585
55681339 GT-AG 0 1.9237949304194788e-05 206 rna-XM_023656914.1 10143841 2 3256847 3257052 Cucurbita pepo 3663 TGG|GTAAGTTTCA...GGATTCTCATTT/AGGATTCTCATT...TGTAG|ACG 2 1 4.63
55681340 GT-AG 0 0.0934055517973708 212 rna-XM_023656914.1 10143841 3 3257339 3257550 Cucurbita pepo 3663 AAG|GTTTCTTCGA...ATCATTTTAACA/ATCATTTTAACA...TGTAG|ATA 0 1 11.059
55681341 GT-AG 0 0.0003576761556227 198 rna-XM_023656914.1 10143841 4 3257626 3257823 Cucurbita pepo 3663 CAG|GTTGCTTTTA...ACTGTCTGATCA/AACTGTCTGATC...TGCAG|GTC 0 1 12.744
55681342 GT-AG 0 1.000000099473604e-05 742 rna-XM_023656914.1 10143841 5 3257869 3258610 Cucurbita pepo 3663 CAG|GTTACTCAAT...ATTCTTTTGATA/ATTCTTTTGATA...TGTAG|GTT 0 1 13.756
55681343 GT-AG 0 8.895242102833527e-05 130 rna-XM_023656914.1 10143841 6 3258702 3258831 Cucurbita pepo 3663 CAG|GTTTGCGCCA...TTTTCTTTGAAT/TTTGAATTTATT...TTTAG|TTT 1 1 15.801
55681344 GT-AG 0 0.5695651442949469 418 rna-XM_023656914.1 10143841 7 3258891 3259308 Cucurbita pepo 3663 AAG|GTATTCTTTC...TTCTTTTTATAA/ATTATATTAACT...GGAAG|ATA 0 1 17.127
55681345 GT-AG 0 0.0476493638169226 685 rna-XM_023656914.1 10143841 8 3259471 3260155 Cucurbita pepo 3663 GTG|GTATGTTTTC...TCATTCTTATTT/TTCATTCTTATT...TATAG|GAT 0 1 20.769
55681346 GT-AG 0 0.3714321973092588 464 rna-XM_023656914.1 10143841 9 3260209 3260672 Cucurbita pepo 3663 GAG|GTATACTTCA...TTCTCTTTCACT/TTCTCTTTCACT...TGCAG|AGA 2 1 21.96
55681347 GT-AG 0 1.000000099473604e-05 210 rna-XM_023656914.1 10143841 10 3260707 3260916 Cucurbita pepo 3663 CTG|GTTAGTTCTA...TTTGTTTTATAT/TTTTGTTTTATA...GACAG|ATA 0 1 22.724
55681348 GT-AG 0 0.0019058127896036 77 rna-XM_023656914.1 10143841 11 3261007 3261083 Cucurbita pepo 3663 CCT|GTAAACCTCC...TGTGTCTTCATG/AATATTCTAACA...TTCAG|GTA 0 1 24.747
55681349 GT-AG 0 1.000000099473604e-05 1501 rna-XM_023656914.1 10143841 12 3262086 3263586 Cucurbita pepo 3663 CAG|GTGCGTTTTT...TGTTCTGTAATT/CGTTGTTTAATT...TGCAG|GTG 0 1 47.269
55681350 GT-AG 0 1.000000099473604e-05 110 rna-XM_023656914.1 10143841 13 3264694 3264803 Cucurbita pepo 3663 AAA|GTAAGTGGTT...GACTTTTTACTG/TGACTTTTTACT...TTCAG|GTA 0 1 72.151
55693012 GT-AG 0 0.001549366953206 276 rna-XM_023656914.1 10143841 14 3265628 3265903 Cucurbita pepo 3663 AAG|GTACTCCAGT...ATCGTCTTACCT/CATCGTCTTACC...AACAG|ATG   0 90.672

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