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

✎ 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
209850173 GT-AG 0 0.0003175452115958 3399 rna-XM_028049816.1 38015516 2 34239863 34243261 Vigna unguiculata 3917 GAA|GTAGGTTTTG...ATTGATTTGACT/ATTTGACTCATA...GCTAG|GAT 0 1 20.614
209850174 GT-AG 0 1.1166096406425568e-05 396 rna-XM_028049816.1 38015516 3 34239324 34239719 Vigna unguiculata 3917 TTT|GTGAGTTTCC...TTTTTGTTATCA/CTTTTGTTTATC...TTTAG|ATG 2 1 23.292
209850175 GT-AG 0 0.0001064369037798 340 rna-XM_028049816.1 38015516 4 34238793 34239132 Vigna unguiculata 3917 AAG|GTATGGTCTA...TGATGTTTGATA/TGATGTTTGATA...GCTAG|TGA 1 1 26.868
209850176 GT-AG 0 1.000000099473604e-05 114 rna-XM_028049816.1 38015516 5 34238554 34238667 Vigna unguiculata 3917 CAG|GTTCAGTTAC...TTATCCATGAAA/TTTGGAATTATC...ATCAG|GTT 0 1 29.208
209850177 GT-AG 0 1.000000099473604e-05 710 rna-XM_028049816.1 38015516 6 34237574 34238283 Vigna unguiculata 3917 GAG|GTGCTTCATT...GTTTCTTTAATA/GTTTGTTTGACA...TGCAG|GAG 0 1 34.263
209850178 GT-AG 0 1.000000099473604e-05 1312 rna-XM_028049816.1 38015516 7 34236112 34237423 Vigna unguiculata 3917 CAG|GTCAGTTTTT...GAATTCTTGATT/TTGATTTTTATT...TGCAG|GAG 0 1 37.072
209850179 GT-AG 0 0.0543322672026116 130 rna-XM_028049816.1 38015516 8 34235727 34235856 Vigna unguiculata 3917 GAG|GTATTTTCTT...TATTTTTTAATT/TATTTTTTAATT...TACAG|GAC 0 1 41.846
209850180 GT-AG 0 2.283500463904848e-05 65 rna-XM_028049816.1 38015516 9 34235521 34235585 Vigna unguiculata 3917 AAG|GTAAACTAAT...ATCCTATTAACT/ATATTTTTCATC...TTCAG|GAA 0 1 44.486
209850181 GT-AG 0 1.000000099473604e-05 180 rna-XM_028049816.1 38015516 10 34235029 34235208 Vigna unguiculata 3917 AAG|GTAGACACGA...TAAATGTTAATG/TGTGAATTTATT...TATAG|TGC 0 1 50.328
209850182 GT-AG 0 9.757141132788914e-05 2367 rna-XM_028049816.1 38015516 11 34232488 34234854 Vigna unguiculata 3917 CAG|GTAGTCATCT...AGATTCTTGAGG/CTCTTTTTCATT...TACAG|TCA 0 1 53.585
209850183 GT-AG 0 0.0114362017255553 136 rna-XM_028049816.1 38015516 13 34231248 34231383 Vigna unguiculata 3917 ATG|GTATGCCTAA...ATTTTCTTAGGT/TTTATTTTCATG...CTCAG|GTA 1 1 74.218
209850184 GT-AG 0 2.7361119573417236e-05 2139 rna-XM_028049816.1 38015516 14 34228939 34231077 Vigna unguiculata 3917 CCG|GTAGGGTCTC...TTGACCTTGATG/CTTTTCTTCATG...TGTAG|AAA 0 1 77.401
209850185 GT-AG 0 1.000000099473604e-05 643 rna-XM_028049816.1 38015516 15 34228191 34228833 Vigna unguiculata 3917 GTG|GTTAGTATTT...TATATCATAGTT/CATTATATCATA...CTCAG|TGT 0 1 79.367
209860037 GT-AG 0 1.000000099473604e-05 304 rna-XM_028049816.1 38015516 1 34243354 34243657 Vigna unguiculata 3917 AAG|GTGAGGGTTA...TCTCCTTTAATG/TCTCCTTTAATG...TTCAG|GTA   0 20.052
209860038 GT-AG 0 1.000000099473604e-05 1573 rna-XM_028049816.1 38015516 16 34225782 34227354 Vigna unguiculata 3917 CTG|GTTAGTAGTT...ATCTTTCTGATG/ATCTTTCTGATG...TTCAG|CTA   0 95.02

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