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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
47812874 GT-AG 0 5.185497053941636e-05 746 rna-XM_027261230.1 8855874 1 49428148 49428893 Coffea arabica 13443 CTC|GTAAGTTCAT...GCTATTTTACCT/TTGTTTTTCAAT...TTCAG|GAT 0 1 2.365
47812875 GT-AG 0 1.000000099473604e-05 76 rna-XM_027261230.1 8855874 2 49428967 49429042 Coffea arabica 13443 TGG|GTAAGTTGCA...AGAGATTTAATT/AGAGATTTAATT...AACAG|GTG 1 1 3.589
47812876 GT-AG 0 0.0001085361339414 86 rna-XM_027261230.1 8855874 3 49429174 49429259 Coffea arabica 13443 GAG|GTAGTTTTTT...TGATCATTAAAT/AGGAGTTTAATT...TGTAG|GAT 0 1 5.787
47812877 GT-AG 0 1.000000099473604e-05 101 rna-XM_027261230.1 8855874 4 49429650 49429750 Coffea arabica 13443 CAG|GTTAAATTTA...TAATCCATATTC/TGTATATTTACT...TATAG|ATT 0 1 12.328
47812878 GT-AG 0 0.0002614296676157 359 rna-XM_027261230.1 8855874 5 49431097 49431455 Coffea arabica 13443 GCT|GTAAGTTCTG...AAACTTTTAGAT/CGGTGATTAACT...TGTAG|GCC 2 1 34.904
47812879 GT-AG 0 0.0001226220350622 85 rna-XM_027261230.1 8855874 6 49431923 49432007 Coffea arabica 13443 AAG|GTATAATCAA...TTTGTTTTAGAA/TTTAAATTTATC...CACAG|GTG 1 1 42.737
47812880 GT-AG 0 0.000929169415669 78 rna-XM_027261230.1 8855874 7 49433837 49433914 Coffea arabica 13443 AAG|GTCTACTGTT...CATGTCCTAATG/TTGCTCCTCACT...TGCAG|AAC 0 1 73.415
47812881 GT-AG 0 0.0010586077325955 1030 rna-XM_027261230.1 8855874 8 49434073 49435102 Coffea arabica 13443 CGA|GTATGTTGAA...AAGCACTTATGT/AATTAGATCACT...AGTAG|GTT 2 1 76.065
47812882 GT-AG 0 0.0057048271329973 289 rna-XM_027261230.1 8855874 9 49435264 49435552 Coffea arabica 13443 CAG|GTACCATGAT...CCTGTCTTGACT/CCTGTCTTGACT...ATTAG|GTG 1 1 78.766
47812883 GT-AG 0 1.000000099473604e-05 802 rna-XM_027261230.1 8855874 10 49435714 49436515 Coffea arabica 13443 TAT|GTGAGTACAT...CTTTCCTTTGCT/AATATTCTCAAT...TTTAG|GCA 0 1 81.466
47819544 GT-AG 0 1.4635041155841736e-05 147 rna-XM_027261230.1 8855874 11 49436735 49436881 Coffea arabica 13443 AAG|GTAATCACTG...TTGCTATTATCA/TTTGCTATTATC...GATAG|TTG   0 85.139
47819545 GT-AG 0 8.167989826966885e-05 97 rna-XM_027261230.1 8855874 12 49437319 49437415 Coffea arabica 13443 CAG|GTATGATTAT...TTCTTTTTAAGT/TTCTTTTTAAGT...TGCAG|GGT   0 92.469
47819546 GT-AG 0 0.0023421932792311 86 rna-XM_027261230.1 8855874 13 49437550 49437635 Coffea arabica 13443 ATG|GTATACAAGG...GTTTTTCTATTT/TTAGATTTCACT...TGCAG|CTC   0 94.717
47819547 GT-AG 0 1.000000099473604e-05 492 rna-XM_027261230.1 8855874 14 49437732 49438223 Coffea arabica 13443 ACG|GTTGGTAACT...TTATCCTTGTTT/CTTGTTTTTACT...TGCAG|GAA   0 96.327

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