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

✎ 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
21480739 GT-AG 0 7.241485804637908e-05 1078 rna-XM_039023915.1 4157742 3 6382110 6383187 Benincasa hispida 102211 CAG|GTATAGAGGT...TAGTTCTTGATT/TAGTTCTTGATT...TACAG|GCG 2 1 4.839
21480740 GT-AG 0 0.0672737208733361 217 rna-XM_039023915.1 4157742 4 6383248 6383464 Benincasa hispida 102211 CCG|GTATCACTTT...TTTTCTTTTTCT/CTTTTTCTCACA...CTTAG|GCT 2 1 5.626
21480741 GT-AG 0 1.000000099473604e-05 500 rna-XM_039023915.1 4157742 5 6383571 6384070 Benincasa hispida 102211 GAG|GTGCATCTTT...TTTCTTTTGAAA/ATACAACTTATT...GTCAG|GAG 0 1 7.016
21480742 GT-AG 0 0.010367790907459 149 rna-XM_039023915.1 4157742 6 6384140 6384288 Benincasa hispida 102211 GAT|GTATGTTACT...TATTTCTTTCTT/AGTTGTGTGATA...TGCAG|GCT 0 1 7.921
21480743 GT-AG 0 1.000000099473604e-05 95 rna-XM_039023915.1 4157742 7 6384343 6384437 Benincasa hispida 102211 AAG|GTGAAGCTTT...CTTTTCTTATTA/CCTTTTCTTATT...GACAG|GCT 0 1 8.63
21480744 GT-AG 0 0.0010120502670078 935 rna-XM_039023915.1 4157742 8 6384546 6385480 Benincasa hispida 102211 GAG|GTACTTTACC...TCTCTCTTATTT/CTTATTTTGATA...TGCAG|GGT 0 1 10.046
21480745 GT-AG 0 1.000000099473604e-05 83 rna-XM_039023915.1 4157742 9 6385631 6385713 Benincasa hispida 102211 CAG|GTGAATGTGC...GCCATCTTGACA/ACAATTTTGAAT...TACAG|GTG 0 1 12.013
21480746 GT-AG 0 3.504913597662584e-05 94 rna-XM_039023915.1 4157742 10 6386062 6386155 Benincasa hispida 102211 GAG|GTATTAACTC...TATCTCTCAATG/AATGATTTCATT...CTCAG|GAA 0 1 16.577
21480747 GT-AG 0 2.805217591325626e-05 669 rna-XM_039023915.1 4157742 11 6388558 6389226 Benincasa hispida 102211 AAG|GTGCACTATC...TTTATCTCAATG/GTTTATCTCAAT...TGCAG|ATA 2 1 48.079
21480748 GT-AG 0 4.708922503311807e-05 307 rna-XM_039023915.1 4157742 12 6391795 6392101 Benincasa hispida 102211 TAG|GTAAATTTAG...GACATTTTAGTT/TGACATTTTAGT...TTCAG|GGA 2 1 81.757
21480749 GT-AG 0 1.000000099473604e-05 680 rna-XM_039023915.1 4157742 13 6392436 6393115 Benincasa hispida 102211 CAG|GTTAGCCCTC...GTTGTTTTGAAT/TTTGAATTAATT...CACAG|AAT 0 1 86.138
21490803 GT-AG 0 0.0001768773898377 159 rna-XM_039023915.1 4157742 1 6380556 6380714 Benincasa hispida 102211 ACT|GTAAGCAAGC...ATCTTCTGAATC/TGGTTTCTCAAA...TACAG|AAA   0 2.098
21490804 GT-AG 0 1.000000099473604e-05 1133 rna-XM_039023915.1 4157742 2 6380796 6381928 Benincasa hispida 102211 CAG|GTTTTTCCCT...TAGAACTAAGTT/TTAGAACTAAGT...CACAG|CTT   0 3.161
21490805 GT-AG 0 0.0458207014047189 114 rna-XM_039023915.1 4157742 14 6394025 6394138 Benincasa hispida 102211 GAG|GTATGTTTGG...GTTATCTTAACT/GTTATCTTAACT...TGTAG|GCA   0 98.059

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