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

✎ 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
192054045 GT-AG 0 1.000000099473604e-05 7127 rna-XM_014880239.1 34283740 1 7910367 7917493 Sturnus vulgaris 9172 CAG|GTAGGTGTCT...TTTTTTATGATA/GGTTTTCTTATT...TTCAG|GTA 0 1 5.379
192054046 GT-AG 0 0.0001408342542806 8508 rna-XM_014880239.1 34283740 2 7917592 7926099 Sturnus vulgaris 9172 TAT|GTAAGTTGGA...TTTCTTTTATTT/TTTTCTTTTATT...TGAAG|CCG 2 1 9.885
192054047 GT-AG 0 5.766801034949084e-05 15243 rna-XM_014880239.1 34283740 3 7926359 7941601 Sturnus vulgaris 9172 ACA|GTAAGTATTT...GATTTTTTTTCT/AAGTATATAATA...TATAG|CTT 0 1 21.793
192054048 GT-AG 0 1.000000099473604e-05 566 rna-XM_014880239.1 34283740 4 7941784 7942349 Sturnus vulgaris 9172 TAG|GTTTGTGCAA...GCTCTTTTAATT/GCTCTTTTAATT...TAAAG|GGG 2 1 30.161
192054049 GT-AG 0 1.000000099473604e-05 2412 rna-XM_014880239.1 34283740 5 7942470 7944881 Sturnus vulgaris 9172 GAG|GTAAAGTGTA...TTGTACTTGATA/TTGTACTTGATA...TGCAG|GTA 2 1 35.678
192054050 GT-AG 0 1.000000099473604e-05 1207 rna-XM_014880239.1 34283740 6 7945004 7946210 Sturnus vulgaris 9172 TAG|GTATGAAAGC...ATCTCTTTCATT/ATCTCTTTCATT...AACAG|ATG 1 1 41.287
192054051 GT-AG 0 0.0020093564802749 629 rna-XM_014880239.1 34283740 7 7946324 7946952 Sturnus vulgaris 9172 GAG|GTATTTCCTA...TATGTTTTATTT/TTATGTTTTATT...TTCAG|GCA 0 1 46.483
192054052 GT-AG 0 1.000000099473604e-05 575 rna-XM_014880239.1 34283740 8 7947069 7947643 Sturnus vulgaris 9172 AAG|GTCCGTGAAT...AATGCTTTATCA/CATTTATTAATT...ACCAG|CAA 2 1 51.816
192054053 GT-AG 0 5.200130574657842e-05 4619 rna-XM_014880239.1 34283740 9 7947799 7952417 Sturnus vulgaris 9172 CTA|GTAAGTTCAA...CTGTTTTTATTC/TTTCTTTTCATT...TGCAG|GTG 1 1 58.943
192054054 GT-AG 0 1.000000099473604e-05 267 rna-XM_014880239.1 34283740 10 7952516 7952782 Sturnus vulgaris 9172 AAG|GTAGATAAAA...CAATATTTAAAA/GTAGAATTAATC...CCTAG|GTT 0 1 63.448
192054055 GT-AG 0 1.000000099473604e-05 1473 rna-XM_014880239.1 34283740 11 7952933 7954405 Sturnus vulgaris 9172 CAG|GTAAAATTTA...TGTGCTTTGGCT/CTTTGGCTTATG...AACAG|GAG 0 1 70.345
192054056 GT-AG 0 3.570951782681257e-05 939 rna-XM_014880239.1 34283740 12 7954615 7955553 Sturnus vulgaris 9172 CAG|GTAGTATTCA...TATTTTTTATTT/ATATTTTTTATT...AATAG|CTC 2 1 79.954
192054057 GT-AG 0 1.000000099473604e-05 2089 rna-XM_014880239.1 34283740 13 7955708 7957796 Sturnus vulgaris 9172 GAG|GTAAGATAAT...ATTTTTTTATTG/CATTTTTTTATT...TGCAG|TTT 0 1 87.034
192054058 GT-AG 0 4.537641211215459e-05 839 rna-XM_014880239.1 34283740 14 7957840 7958678 Sturnus vulgaris 9172 AAG|GTAAGCATTT...AATTTCTTGCTT/GTGGTAGTTACA...TGCAG|ATG 1 1 89.011

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