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

✎ 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
161301563 GT-AG 0 7.33948098516349e-05 208 rna-XM_024592640.1 28932423 2 7083559 7083766 Populus trichocarpa 3694 CAT|GTAAGTTTCA...ATTTTTATAATT/ATTTTTATAATT...TGCAG|GAT 0 1 5.438
161301564 GT-AG 0 1.000000099473604e-05 169 rna-XM_024592640.1 28932423 3 7083304 7083472 Populus trichocarpa 3694 CTG|GTACATGTTA...TTGGGTTTGTTT/AAGATGATCACT...TTCAG|GTT 2 1 7.554
161301565 GT-AG 0 1.000000099473604e-05 226 rna-XM_024592640.1 28932423 4 7082987 7083212 Populus trichocarpa 3694 CCG|GTGAGTGATT...TGATGCGTGACA/TGCAATCTGATG...TGAAG|GTA 0 1 9.793
161301566 GT-AG 0 1.000000099473604e-05 582 rna-XM_024592640.1 28932423 5 7082355 7082936 Populus trichocarpa 3694 CAG|GTAGTACTAG...TTTCTGTTATCT/CAGTGATTGATT...TGCAG|AGA 2 1 11.024
161301567 GT-AG 0 0.0001063427816914 661 rna-XM_024592640.1 28932423 6 7081624 7082284 Populus trichocarpa 3694 AAT|GTAATTATCA...TGCACTTTATCA/ATAATTCTTATG...TGTAG|GCA 0 1 12.746
161301568 GT-AG 0 0.0003608606956984 382 rna-XM_024592640.1 28932423 7 7081132 7081513 Populus trichocarpa 3694 TTG|GTAAATTTTT...GCTTTCTTGTCA/TTTCTTGTCATA...AACAG|GTA 2 1 15.453
161301569 GT-AG 0 1.000000099473604e-05 413 rna-XM_024592640.1 28932423 8 7080653 7081065 Populus trichocarpa 3694 GAG|GTAAAACTAT...ATGTTTTTGGTT/CATTTGCTAATG...TGCAG|ATG 2 1 17.077
161301570 GT-AG 0 1.000000099473604e-05 129 rna-XM_024592640.1 28932423 9 7079952 7080080 Populus trichocarpa 3694 CTG|GTAATTATGC...GCATGCTTGAAA/AAGTGTCTAATT...AACAG|GTT 1 1 31.152
161301571 GT-AG 0 7.676861286994076e-05 159 rna-XM_024592640.1 28932423 10 7079706 7079864 Populus trichocarpa 3694 GAG|GTATTGAAGA...ATTTCATTAACT/GTGTATTTCATT...TTCAG|ATG 1 1 33.292
161301572 GT-AG 0 0.0002821222379128 311 rna-XM_024592640.1 28932423 11 7079319 7079629 Populus trichocarpa 3694 CAG|GTTACTTGAA...CTTTTCTTAAAC/CCTTTTCTTAAA...ATTAG|TGA 2 1 35.162
161301573 GT-AG 0 0.0299699093702423 116 rna-XM_024592640.1 28932423 12 7077948 7078063 Populus trichocarpa 3694 CTC|GTATGTACCC...GCTTTCTTATTT/CTGTTACTCATG...AGCAG|GCT 0 1 66.043
161301574 GT-AG 0 0.0011432378236601 532 rna-XM_024592640.1 28932423 13 7077341 7077872 Populus trichocarpa 3694 CAG|GTATGCAATG...TGTACTTTGGCT/CTTTGGCTAATT...TACAG|ACT 0 1 67.889
161301575 GT-AG 0 1.000000099473604e-05 165 rna-XM_024592640.1 28932423 14 7076096 7076260 Populus trichocarpa 3694 AAG|GTACAAGTTG...CTTCTGTTGACT/GTCATTCTAACT...TATAG|GTT 0 1 94.464
161317267 GT-AG 0 1.000000099473604e-05 168 rna-XM_024592640.1 28932423 1 7083871 7084038 Populus trichocarpa 3694 CAG|GTGATCTCTC...CGCGTCTTAATT/TATTATCTAATC...TTTAG|ATT   0 3.519

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