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

✎ 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
183116088 GT-AG 0 6.239487961410863e-05 934 rna-XM_011095720.2 32739438 1 18405851 18406784 Sesamum indicum 4182 GCA|GTAAGTTCGT...ATGAACTTATTT/AACTTATTTACT...TTCAG|GTT 1 1 5.439
183116089 GT-AG 0 1.000000099473604e-05 262 rna-XM_011095720.2 32739438 2 18402985 18403246 Sesamum indicum 4182 CAG|GTACGTCGGG...TAGTTTTTATAA/TTAGTTTTTATA...TGTAG|GTC 1 1 40.327
183116090 GT-AG 0 0.0011636573097684 832 rna-XM_011095720.2 32739438 3 18401717 18402548 Sesamum indicum 4182 AAG|GTACTTTTGG...CTTCTATTAACT/CTTCTATTAACT...TGAAG|ATT 2 1 46.168
183116091 GT-AG 0 0.0004399988955394 535 rna-XM_011095720.2 32739438 4 18400953 18401487 Sesamum indicum 4182 AAG|GTATGGTGTG...TCTTTCTTACTT/CTCTTTCTTACT...TGCAG|ATG 0 1 49.236
183116092 GT-AG 0 0.0006195773837206 995 rna-XM_011095720.2 32739438 5 18399793 18400787 Sesamum indicum 4182 CAG|GTATTATTAA...CTTTCTTTACTG/GCTTTCTTTACT...TACAG|GAG 0 1 51.447
183116093 GT-AG 0 1.000000099473604e-05 115 rna-XM_011095720.2 32739438 6 18399405 18399519 Sesamum indicum 4182 GAG|GTAGGAGCTA...ATTTCCTTCTTT/CAAAGGCTCATT...GGCAG|TGG 0 1 55.105
183116094 GT-AG 0 4.473955872332222e-05 383 rna-XM_011095720.2 32739438 7 18398776 18399158 Sesamum indicum 4182 CCT|GTAAGTCAGT...TTTTCCTTCTTC/ATCATACTGATT...ACAAG|CTT 0 1 58.4
183116095 GT-AG 0 4.956063497810336e-05 81 rna-XM_011095720.2 32739438 8 18398305 18398385 Sesamum indicum 4182 ATG|GTAATTATTT...CTAACTTTATTG/GATTATCTAATT...CACAG|ATT 0 1 63.625
183116096 GT-AG 0 0.0005940682550789 77 rna-XM_011095720.2 32739438 9 18396893 18396969 Sesamum indicum 4182 GAG|GTACTTCTGT...TTCCTCTTATCC/ATTTTATTGATT...TGCAG|GCT 0 1 81.511
183116097 GT-AG 0 1.000000099473604e-05 731 rna-XM_011095720.2 32739438 10 18396105 18396835 Sesamum indicum 4182 AAG|GTTAGAAGCT...AATTCCTTGATT/CCTTGATTAATA...ATCAG|GGT 0 1 82.275
183116098 GT-AG 0 1.000000099473604e-05 994 rna-XM_011095720.2 32739438 11 18394682 18395675 Sesamum indicum 4182 GAG|GTAAATGCCT...GTTACCTTTTCT/CATAACTTGATA...GACAG|TTT 0 1 88.023
183116099 GT-AG 0 0.0017094906772091 448 rna-XM_011095720.2 32739438 12 18394010 18394457 Sesamum indicum 4182 AGC|GTACGTAACA...GATTCCTTATTC/TGATTCCTTATT...CATAG|GGA 2 1 91.024
183116100 GT-AG 0 0.0004023570430511 609 rna-XM_011095720.2 32739438 13 18393267 18393875 Sesamum indicum 4182 AAG|GTTTGCCTTC...CTTTTCTTATAG/TCTTTTCTTATA...TTTAG|GTG 1 1 92.819
183116101 GT-AG 0 0.0012122045559062 82 rna-XM_011095720.2 32739438 14 18392927 18393008 Sesamum indicum 4182 CAG|GTACTCTGAC...AGAACTTTGAAT/TTTGAATTGACC...TGAAG|GGA 1 1 96.275
183116102 GT-AG 0 0.000421649064831 129 rna-XM_011095720.2 32739438 15 18392619 18392747 Sesamum indicum 4182 AGG|GTAACTCTGA...GAGCATTTAGTT/TTTCTTCTGAAG...TGCAG|GCT 0 1 98.674

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