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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
161301493 GT-AG 0 5.363225321452165e-05 134 rna-XM_024593608.1 28932415 1 32156752 32156885 Populus trichocarpa 3694 ATG|GTTTGTTCTA...TTGCCGTTACAT/AAAATGTTGAAG...TGTAG|AGG 1 1 9.669
161301494 GT-AG 0 1.2972906810878846e-05 386 rna-XM_024593608.1 28932415 2 32155503 32155888 Populus trichocarpa 3694 CCT|GTAAGATTTT...CAGTTTTTGTTT/TGGTTGTTTATG...TGTAG|GTG 0 1 31.009
161301495 GT-AG 0 1.000000099473604e-05 103 rna-XM_024593608.1 28932415 3 32154050 32154152 Populus trichocarpa 3694 AAG|GTCATAGAGC...GACTCCATAATT/CCATAATTTACG...CACAG|GAT 0 1 64.392
161301496 GT-AG 0 0.0113210059378072 563 rna-XM_024593608.1 28932415 4 32153292 32153854 Populus trichocarpa 3694 GAT|GTATGTATAG...TTCTCTCTAACT/TATAATCTCACC...TGCAG|ATT 0 1 69.214
161301497 GT-AG 0 1.000000099473604e-05 108 rna-XM_024593608.1 28932415 5 32153112 32153219 Populus trichocarpa 3694 GTG|GTAATGTAGA...TGTTTCTTTTCT/ACCTATGTGATT...TGTAG|ATT 0 1 70.994
161301498 GT-AG 0 0.0053118508702558 152 rna-XM_024593608.1 28932415 6 32152873 32153024 Populus trichocarpa 3694 CAG|GTATGCTTAT...TTTCCATTGGTT/ATCAAGCTAACC...TACAG|AAA 0 1 73.145
161301499 GT-AG 0 2.08971076480112e-05 116 rna-XM_024593608.1 28932415 7 32152728 32152843 Populus trichocarpa 3694 CAG|GTGGCTACTC...CATGTTTTAGCA/TAACTGCTTACA...TGCAG|AAT 2 1 73.863
161301500 GT-AG 0 0.3048787180785391 76 rna-XM_024593608.1 28932415 8 32152564 32152639 Populus trichocarpa 3694 CTG|GTATGTTTCC...ATATCCTTAATC/CATATCCTTAAT...TGCAG|AAA 0 1 76.039
161301501 GT-AG 0 1.000000099473604e-05 2111 rna-XM_024593608.1 28932415 9 32150312 32152422 Populus trichocarpa 3694 GAG|GTATAAAATC...CTCCTGTTATTG/ATCAACTTCACT...GGCAG|GAT 0 1 79.525
161301502 GT-AG 0 3.4467579147109177e-05 90 rna-XM_024593608.1 28932415 10 32150030 32150119 Populus trichocarpa 3694 CAG|GTCTTTCAAC...AATATCTTATTT/TCTTATTTCATT...CTCAG|TTG 0 1 84.273
161301503 GT-AG 0 0.0021221629790114 100 rna-XM_024593608.1 28932415 11 32149850 32149949 Populus trichocarpa 3694 AAG|GTTCCTTCTT...TGTTCTTTTGTT/TTTTGTTTTATG...AACAG|GTT 2 1 86.251
161301504 GT-AG 0 1.2688199024858912e-05 83 rna-XM_024593608.1 28932415 12 32149694 32149776 Populus trichocarpa 3694 AAG|GTAATCAAGT...TATTCCTAAAAC/TCAGTACTTATT...ATTAG|ATC 0 1 88.056
161301505 GT-AG 0 0.0012130033873494 221 rna-XM_024593608.1 28932415 13 32149371 32149591 Populus trichocarpa 3694 CAA|GTACGTCACG...AAATCCTTAACT/GATGTTTTAAAT...TGCAG|GTT 0 1 90.579
161301506 GT-AG 0 5.972428782472456e-05 656 rna-XM_024593608.1 28932415 14 32148609 32149264 Populus trichocarpa 3694 CTG|GTATAACACC...TTATTATTAATT/TTATTATTAATT...TGCAG|TTG 1 1 93.2
161301507 GT-AG 0 0.0001446161941126 1236 rna-XM_024593608.1 28932415 15 32147285 32148520 Populus trichocarpa 3694 TCG|GTAAACCTAC...GTATGTTTAATG/TGTTGTCTGATA...AACAG|TGG 2 1 95.376

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