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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
3437728 GT-AG 0 0.0025097634872789 50 rna-EDS130_LOCUS422 623821 1 1193478 1193527 Adineta ricciae 249248 CAT|GTATGTACAC...ATGGTTTTGATT/ATGGTTTTGATT...TATAG|CAA 1 1 1.05
3437729 GT-AG 0 0.0004752017933467 55 rna-EDS130_LOCUS422 623821 2 1193685 1193739 Adineta ricciae 249248 AAA|GTAAATTATC...TACACTTTAGTA/TAGTATTTCAAT...ACTAG|ATT 2 1 7.641
3437730 GT-AG 0 1.0531080006848777e-05 51 rna-EDS130_LOCUS422 623821 3 1193879 1193929 Adineta ricciae 249248 CAC|GTAAAAACTC...ATGTTCTTGATT/TTATTTCTGACA...TTTAG|GTT 0 1 13.476
3437731 GT-AG 0 1.000000099473604e-05 51 rna-EDS130_LOCUS422 623821 4 1194695 1194745 Adineta ricciae 249248 ACA|GTGAGTTCTT...CGCATCTGGAGA/AGTGTGCGCATC...TTAAG|GTT 0 1 45.592
3437732 GT-AG 0 0.0010694433277992 257 rna-EDS130_LOCUS422 623821 5 1194887 1195143 Adineta ricciae 249248 GAC|GTAAGTTTCG...TCTTTCTTATTC/TTCTTTCTTATT...TTTAG|CGT 0 1 51.511
3437733 GT-AG 0 0.0297184279101948 849 rna-EDS130_LOCUS422 623821 6 1195243 1196091 Adineta ricciae 249248 GAA|GTATATTGAA...TTTTCTTCGATT/TTGCTGTTCATC...ATTAG|GAA 0 1 55.668
3437734 GT-AG 0 1.000000099473604e-05 50 rna-EDS130_LOCUS422 623821 7 1196255 1196304 Adineta ricciae 249248 AAG|GTAAAACTTG...TTTTCATTAGCG/CTCTTTTTCATT...TCCAG|GTA 1 1 62.51
3437735 GT-AG 0 1.000000099473604e-05 55 rna-EDS130_LOCUS422 623821 8 1196439 1196493 Adineta ricciae 249248 AAT|GTAAGTGATC...AAAATCTGAACT/TAAAATCTGAAC...TCCAG|GAA 0 1 68.136
3437736 GT-AG 0 0.0106601287912964 64 rna-EDS130_LOCUS422 623821 9 1196577 1196640 Adineta ricciae 249248 AAG|GTATACACAC...CTCTTCTTATTT/TCTCTTCTTATT...AGTAG|AAG 2 1 71.62
3437737 GT-AG 0 0.0211763330633696 88 rna-EDS130_LOCUS422 623821 10 1196710 1196797 Adineta ricciae 249248 TGA|GTATGTTGCT...TGCATTTTACAC/GTGCATTTTACA...CTTAG|ATT 2 1 74.517
3437738 GT-AG 0 1.000000099473604e-05 51 rna-EDS130_LOCUS422 623821 11 1196894 1196944 Adineta ricciae 249248 GAG|GTGAACTATT...TTCCTCTTGAAA/CTTAAAGTCATA...TTTAG|AAA 2 1 78.547
3437739 GT-AG 0 0.0020958474974396 385 rna-EDS130_LOCUS422 623821 12 1197129 1197513 Adineta ricciae 249248 GTG|GTATGTTCAT...TTGTCTTTCATA/TTGTCTTTCATA...TGTAG|AAC 0 1 86.272
3437740 GT-AG 0 1.000000099473604e-05 55 rna-EDS130_LOCUS422 623821 13 1197607 1197661 Adineta ricciae 249248 AAG|GTAGGCGACT...TAGACCTTCACA/TAGACCTTCACA...TTTAG|ATT 0 1 90.176
3437741 GT-AG 0 1.000000099473604e-05 203 rna-EDS130_LOCUS422 623821 14 1197730 1197932 Adineta ricciae 249248 AAA|GTGAGTATTC...TACCTCTTCACT/CAGTTGTTTATC...TCTAG|ACT 2 1 93.031

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