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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, length, 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
196000633 GT-AG 0 6.348856537836884e-05 339 rna-XM_043856615.1 34796203 2 26449150 26449488 Telopea speciosissima 54955 AAG|GTAACTCATC...TAGTGGTTACCT/GAAGATCTAATG...ACCAG|GGA 2 1 13.817
196000634 GT-AG 0 0.0060131797051179 542 rna-XM_043856615.1 34796203 3 26448358 26448899 Telopea speciosissima 54955 CGG|GTATGTATTT...TTTCCTTTATTA/TTTCTTTTTATT...CTCAG|GGA 0 1 19.721
196000635 GT-AG 0 3.790050020171556 1991 rna-XM_043856615.1 34796203 4 26446089 26448079 Telopea speciosissima 54955 CAG|GTATCTTCTT...AATATCTTGAAC/CCTTGGTTCATA...TTCAG|ATC 2 1 26.287
196000636 GT-AG 0 1.000000099473604e-05 188 rna-XM_043856615.1 34796203 5 26445730 26445917 Telopea speciosissima 54955 TAA|GTGAGTAATT...ATGTTTTTGATG/TTTTTATTCAAT...TCTAG|GAT 2 1 30.326
196000637 GT-AG 0 0.0003512269818519 99 rna-XM_043856615.1 34796203 6 26444848 26444946 Telopea speciosissima 54955 AAG|GTATTTGATG...CTTTCATTAATC/TAATCTTTCATT...TTCAG|TAG 2 1 48.819
196000638 GT-AG 0 0.0079513935445642 300 rna-XM_043856615.1 34796203 7 26444450 26444749 Telopea speciosissima 54955 GTG|GTATGTTAAG...AAATTCTTGATT/TGATTTTTGACT...TCCAG|GTG 1 1 51.134
196000639 GT-AG 0 0.0318252888099463 99 rna-XM_043856615.1 34796203 8 26444288 26444386 Telopea speciosissima 54955 GCT|GTATGTATCT...TTATTTTTCATT/TTATTTTTCATT...TGCAG|ATC 1 1 52.622
196000640 GT-AG 0 4.483777822168695e-05 103 rna-XM_043856615.1 34796203 9 26444096 26444198 Telopea speciosissima 54955 CAG|GTATTAAAAC...ATTTTCTTACAC/TATTTTCTTACA...ATCAG|CTA 0 1 54.724
196000641 GT-AG 0 0.6292010312784089 277 rna-XM_043856615.1 34796203 10 26443753 26444029 Telopea speciosissima 54955 CTG|GTATCATCTT...ATTTTTTTAATA/ATTTTTTTAATA...TTTAG|GGT 0 1 56.282
196000642 GT-AG 0 5.050258440652152e-05 906 rna-XM_043856615.1 34796203 11 26442190 26443095 Telopea speciosissima 54955 GTG|GTAGGTTCCA...CTTTTTTTATAA/TCTTTTTTTATA...TCCAG|CCT 0 1 71.8
196000643 GT-AG 0 1.266108702755574e-05 180 rna-XM_043856615.1 34796203 12 26441935 26442114 Telopea speciosissima 54955 CAG|GTTGCATTGC...TGATTTCTAACT/TGATTTCTAACT...AATAG|GTG 0 1 73.571
196000644 GT-AG 0 1.000000099473604e-05 86 rna-XM_043856615.1 34796203 13 26441778 26441863 Telopea speciosissima 54955 GCG|GTAGGGATTT...ATTTTTTTGAAA/TGTTATTTAATT...TGCAG|GGA 2 1 75.248
196000645 GT-AG 0 1.000000099473604e-05 1189 rna-XM_043856615.1 34796203 14 26440531 26441719 Telopea speciosissima 54955 ATG|GTGATTATTA...TATAACTTGAAA/TTGTGTATAACT...TGCAG|GCT 0 1 76.618
196000646 GT-AG 0 0.0253931100599334 273 rna-XM_043856615.1 34796203 15 26440005 26440277 Telopea speciosissima 54955 CGG|GTATGCTAAT...TTAACTTTATTT/ACTTTATTTATT...TACAG|CCG 1 1 82.593
196014316 GT-AC 0 5.778370731295858e-05 691 rna-XM_043856615.1 34796203 1 26450007 26450697 Telopea speciosissima 54955 CTG|GTAAGTTTAC...CTCTTCTTATTG/TCTCTTCTTATT...TTCAC|GTT   0 4.133

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