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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
160178635 GT-AG 0 0.0016386891025032 530 Ptrif.0001s0781.1.v1.3.1 28701019 1 6240198 6240727 Citrus trifoliata 37690 ACG|GTATAATGTA...CATTCATTGAAT/ATTACATTCATT...AAAAG|TCT 2 1 20.773
160178636 GT-AG 0 1.0666028288026426e-05 103 Ptrif.0001s0781.1.v1.3.1 28701019 2 6239770 6239872 Citrus trifoliata 37690 GAG|GTAATTAGTC...GTAATCTTAGTT/TGTAATCTTAGT...TGTAG|CAA 0 1 28.623
160178637 GT-AG 0 0.0023175306634824 92 Ptrif.0001s0781.1.v1.3.1 28701019 3 6239592 6239683 Citrus trifoliata 37690 TTG|GTATATGTCA...TTATTCTTTGTA/ATGTTTCTGATA...ATTAG|TTC 2 1 30.7
160178638 GT-AG 0 0.0004107928581568 84 Ptrif.0001s0781.1.v1.3.1 28701019 4 6238368 6238451 Citrus trifoliata 37690 CAG|GTATTTATTT...TCCAATTTGATG/TGATGGTTGATT...TCCAG|GAG 2 1 58.237
160178639 GT-AG 0 1.000000099473604e-05 144 Ptrif.0001s0781.1.v1.3.1 28701019 5 6238079 6238222 Citrus trifoliata 37690 CTG|GTTTGGATCT...GGTATCTTGGTT/GTGGTACTTATA...TGTAG|GCT 0 1 61.739
160178640 GT-AG 0 1.000000099473604e-05 151 Ptrif.0001s0781.1.v1.3.1 28701019 6 6237670 6237820 Citrus trifoliata 37690 TCT|GTGAGTCGTT...TAATTTTTATTT/TTAATTTTTATT...TCCAG|GAA 0 1 67.971
160178641 GT-AG 0 0.0004591558521975 410 Ptrif.0001s0781.1.v1.3.1 28701019 7 6236953 6237362 Citrus trifoliata 37690 CTC|GTAAGTTGCA...TGAATCTTGACA/TTAGTACTGAAT...TTCAG|AGG 1 1 75.386
160178642 GT-AG 0 1.8582395067391493e-05 75 Ptrif.0001s0781.1.v1.3.1 28701019 8 6236753 6236827 Citrus trifoliata 37690 GCT|GTAAGTCAGT...TTATGCTTATTT/CTTATGCTTATT...AGCAG|GAC 0 1 78.406
160178643 GT-AG 0 1.000000099473604e-05 157 Ptrif.0001s0781.1.v1.3.1 28701019 9 6236479 6236635 Citrus trifoliata 37690 AAG|GTGAGTCTCT...TTTTCTTTTGTT/TTGTTTCTCAAA...TGAAG|GTC 0 1 81.232
160178644 GT-AG 0 1.1117975921430435e-05 78 Ptrif.0001s0781.1.v1.3.1 28701019 10 6236269 6236346 Citrus trifoliata 37690 AGG|GTGCGCTCAA...TAGTTTTTACTC/TTTTTACTCATG...AATAG|GTT 0 1 84.42
160178645 GT-AG 0 0.0726506306625281 311 Ptrif.0001s0781.1.v1.3.1 28701019 11 6235835 6236145 Citrus trifoliata 37690 AAG|GTATCTAATA...ACCTTCTCAATT/ATGAATCTGACC...ATTAG|GTT 0 1 87.391
160178646 GT-AG 0 2.4645272379408527e-05 96 Ptrif.0001s0781.1.v1.3.1 28701019 12 6235628 6235723 Citrus trifoliata 37690 CAG|GTATGAGATT...TCCCCCTTAATA/TAAATTTTAATT...TTCAG|GAA 0 1 90.072
160178647 GT-AG 0 0.0045901282621202 167 Ptrif.0001s0781.1.v1.3.1 28701019 13 6235314 6235480 Citrus trifoliata 37690 AAG|GTATTTCTAC...AATTTTTTGAAC/CAATTTCTAATT...CAAAG|ATG 0 1 93.623
160178648 GT-AG 0 1.000000099473604e-05 96 Ptrif.0001s0781.1.v1.3.1 28701019 14 6234972 6235067 Citrus trifoliata 37690 CAG|GTAATTATAT...TGGTTCTAGATA/TAGATATTAAAA...TTCAG|GCA 0 1 99.565

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