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

✎ 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
18435384 GT-AG 0 1.2594186847472934e-05 2882 rna-XM_033778135.1 3682559 2 17007061 17009942 Asterias rubens 7604 CAG|GTAGGTTTAT...GTTTTGTTGACC/TTGTTGTTTATT...TCTAG|GTT 0 1 5.229
18435385 GT-AG 0 2.7605176904240603e-05 443 rna-XM_033778135.1 3682559 3 17010106 17010548 Asterias rubens 7604 ATG|GTAAATTCAT...AACACTTTGAAA/TTAAATTTAACA...ATCAG|AAA 1 1 7.978
18435386 GT-AG 0 1.000000099473604e-05 552 rna-XM_033778135.1 3682559 4 17011872 17012423 Asterias rubens 7604 AAG|GTCAGTTTGA...AACTTCTTTTTG/AGTGTTGTCAAT...AACAG|GTG 1 1 30.292
18435387 GT-AG 0 1.000000099473604e-05 449 rna-XM_033778135.1 3682559 5 17012603 17013051 Asterias rubens 7604 AAG|GTGAAGAATT...AATTCCTAAAAA/TCTGGTTTAATT...CAAAG|ATC 0 1 33.311
18435388 GT-AG 0 1.000000099473604e-05 778 rna-XM_033778135.1 3682559 6 17013207 17013984 Asterias rubens 7604 CAG|GTCAGTGTCA...TTGTTCTAAATT/TTTGTTCTAAAT...TTTAG|GTA 2 1 35.925
18435389 GT-AG 0 1.000000099473604e-05 385 rna-XM_033778135.1 3682559 7 17014133 17014517 Asterias rubens 7604 CAG|GTTAGATATT...TTTGTTTTGCTA/TTAATATTGAAT...TGCAG|GGT 0 1 38.421
18435390 GT-AG 0 1.000000099473604e-05 325 rna-XM_033778135.1 3682559 8 17014594 17014918 Asterias rubens 7604 CCG|GTAAGACACT...AGTGTCCTAACG/AGTGTCCTAACG...TTCAG|GAG 1 1 39.703
18435391 GT-AG 0 4.473173192155166e-05 545 rna-XM_033778135.1 3682559 9 17015059 17015603 Asterias rubens 7604 GAG|GTCCACTATT...TGTATTTTACAT/ATGTATTTTACA...TGTAG|GTG 0 1 42.064
18435392 GT-AG 0 1.000000099473604e-05 489 rna-XM_033778135.1 3682559 10 17015784 17016272 Asterias rubens 7604 AAG|GTTGGTCCAA...TTTTCTTTCAAT/TCAATTCTAACT...TTTAG|ATC 0 1 45.1
18435393 GT-AG 0 0.0035942387758448 686 rna-XM_033778135.1 3682559 11 17016487 17017172 Asterias rubens 7604 CTT|GTAAGTTTTT...AAGTTCTTATTT/GAAGTTCTTATT...TTAAG|GTT 1 1 48.71
18435394 GT-AG 0 1.000000099473604e-05 749 rna-XM_033778135.1 3682559 12 17019544 17020292 Asterias rubens 7604 AAG|GTAAGAGTTA...AGTACCTCAACA/GTTTAAATGATT...CCCAG|GCT 2 1 88.7
18435395 GT-AG 0 4.056256788199235e-05 714 rna-XM_033778135.1 3682559 13 17020549 17021262 Asterias rubens 7604 CAG|GTATGAATTA...AAATTCTTCACC/AAATTCTTCACC...TTTAG|CTC 0 1 93.017
18435396 GT-AG 0 1.000000099473604e-05 578 rna-XM_033778135.1 3682559 14 17021447 17022024 Asterias rubens 7604 TAG|GTAAGTACGG...ATAATTTTAACA/ATAATTTTAACA...TGCAG|AGC 1 1 96.121
18435397 GT-AG 0 1.000000099473604e-05 799 rna-XM_033778135.1 3682559 15 17022101 17022899 Asterias rubens 7604 CGG|GTAAGAAACG...TTTACCTTGTAC/ATCAAATTTACC...TACAG|CCC 2 1 97.403
18444900 GT-AG 0 1.000000099473604e-05 1237 rna-XM_033778135.1 3682559 1 17005654 17006890 Asterias rubens 7604 TTG|GTAATTAATG...TCTCCTCTACCA/AAGTTTTGTATT...ACCAG|GCC   0 3.458

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