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

✎ 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
128510923 GT-AG 0 1.000000099473604e-05 83 rna-XM_019389008.1 23617108 2 34713849 34713931 Nicotiana attenuata 49451 AAG|GTGTGACATT...ATTTTTTTGATG/ATTTTTTTGATG...TTCAG|AAA 1 1 6.34
128510924 GT-AG 0 1.6865630893770027 75 rna-XM_019389008.1 23617108 3 34713688 34713762 Nicotiana attenuata 49451 CAA|GTATCTTTGA...GAAACTTCATTG/TGAAACTTCATT...ACTAG|GAT 0 1 9.209
128510925 GT-AG 0 0.0014044674991156 93 rna-XM_019389008.1 23617108 4 34712085 34712177 Nicotiana attenuata 49451 CAG|GTACCACTAT...AAATGCTTAATT/CTTGTTCTCAAA...TGCAG|AAT 1 1 59.593
128510926 GT-AG 0 1.000000099473604e-05 1589 rna-XM_019389008.1 23617108 5 34710464 34712052 Nicotiana attenuata 49451 GTG|GTCAGTATAT...TTATTCTTAGTA/TTTATTCTTAGT...TGAAG|TTC 0 1 60.661
128510927 GT-AG 0 1.000000099473604e-05 269 rna-XM_019389008.1 23617108 6 34710062 34710330 Nicotiana attenuata 49451 AAG|GTTGACCTCT...TGCATTGTAAAT/ATAAGATTTACA...TGCAG|GTT 1 1 65.098
128510928 GT-AG 0 1.000000099473604e-05 307 rna-XM_019389008.1 23617108 7 34709657 34709963 Nicotiana attenuata 49451 CTG|GTTGGTATCT...TGTCTTTTAGCT/TTGTCTTTTAGC...TGCAG|GCT 0 1 68.368
128510929 GT-AG 0 0.000104187787046 527 rna-XM_019389008.1 23617108 8 34709085 34709611 Nicotiana attenuata 49451 CAG|GTAATCATTT...TAACTCTTACTG/TTAACTCTTACT...TGTAG|AGT 0 1 69.87
128510930 GT-AG 0 0.0007589281844502 688 rna-XM_019389008.1 23617108 9 34708291 34708978 Nicotiana attenuata 49451 GTG|GTATAAATTC...GTGCCTTTGAAG/TTTCTAGTTACC...TGTAG|GTG 1 1 73.407
128510931 GT-AG 0 1.000000099473604e-05 765 rna-XM_019389008.1 23617108 10 34707399 34708163 Nicotiana attenuata 49451 GAG|GTGAAGCCGT...ATACCTTTGTCA/ACCTTTGTCATT...TGCAG|GGG 2 1 77.644
128510932 GT-AG 0 1.000000099473604e-05 346 rna-XM_019389008.1 23617108 11 34706937 34707282 Nicotiana attenuata 49451 AAG|GTGAGCAATT...GCTTCCATAATG/GTTATTCTGATG...TCCAG|ATG 1 1 81.515
128510933 GT-AG 0 1.000000099473604e-05 1581 rna-XM_019389008.1 23617108 12 34705279 34706859 Nicotiana attenuata 49451 AAG|GTAGTTCCGT...AGATTTTCAGCT/TAGATTTTCAGC...GGCAG|GGT 0 1 84.084
128510934 GT-AG 0 0.0216223592008296 3151 rna-XM_019389008.1 23617108 13 34701993 34705143 Nicotiana attenuata 49451 CAG|GTCTCTCTTT...AATATTTTATCA/AAATATTTTATC...TTCAG|GGC 0 1 88.589
128510935 GT-AG 0 0.0009185017988798 578 rna-XM_019389008.1 23617108 14 34701346 34701923 Nicotiana attenuata 49451 ACG|GTAATCCTTG...TAATTCTTACTC/TTCTTACTCATT...TGCAG|CCT 0 1 90.891
128517213 GT-AG 0 0.9385584674477084 98 rna-XM_019389008.1 23617108 1 34714084 34714181 Nicotiana attenuata 49451 GTG|GTATACTTTG...GGTCCTTTATAT/ATATTAGTGATC...GACAG|GAA   0 2.202

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