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

✎ 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
160179224 GT-AG 0 4.500056549615345e-05 222 Ptrif.0001s0511.1.v1.3.1 28701069 1 3775166 3775387 Citrus trifoliata 37690 CAA|GTAACAGATT...TTTGCTTTGGTT/AATGAACTGACT...TGTAG|GCA 0 1 40.038
160179225 GT-AG 0 1.000000099473604e-05 85 Ptrif.0001s0511.1.v1.3.1 28701069 2 3774835 3774919 Citrus trifoliata 37690 ACT|GTGAGTTAGT...TTTTTTTTGTCT/TACTGTATGATC...CTCAG|GTC 0 1 47.781
160179226 GT-AG 0 0.0022841874972087 94 Ptrif.0001s0511.1.v1.3.1 28701069 3 3774663 3774756 Citrus trifoliata 37690 TCA|GTGTGTTCTA...CCTTCTTTATTA/CATTGTTTGATT...GACAG|GTT 0 1 50.236
160179227 GT-AG 0 0.000314917610128 86 Ptrif.0001s0511.1.v1.3.1 28701069 4 3774476 3774561 Citrus trifoliata 37690 CAA|GTACAACTCT...TGTTTTTTAATA/TGTTTTTTAATA...TATAG|ATT 2 1 53.415
160179228 GT-AG 0 1.000000099473604e-05 109 Ptrif.0001s0511.1.v1.3.1 28701069 5 3774171 3774279 Citrus trifoliata 37690 CAG|GTAATTAGCA...TATTTCCTGATA/TATTTCCTGATA...TTAAG|GAA 0 1 59.585
160179229 GT-AG 0 1.000000099473604e-05 150 Ptrif.0001s0511.1.v1.3.1 28701069 6 3773895 3774044 Citrus trifoliata 37690 AAG|GTAAATGGAT...CCATTTTTAACA/CCATTTTTAACA...TGTAG|GCA 0 1 63.551
160179230 GT-AG 0 1.000000099473604e-05 130 Ptrif.0001s0511.1.v1.3.1 28701069 7 3773579 3773708 Citrus trifoliata 37690 ATG|GTAAAGAGGC...TTTCTCTTGATA/TTAAATTTAACT...TTCAG|GTA 0 1 69.405
160179231 GT-AG 0 1.000000099473604e-05 801 Ptrif.0001s0511.1.v1.3.1 28701069 8 3772664 3773464 Citrus trifoliata 37690 CAG|GTCTGTTACT...AAATTTTTGTTT/ATACAGCTCACC...TATAG|GTC 0 1 72.993
160179232 GT-AG 0 0.0023496360006089 513 Ptrif.0001s0511.1.v1.3.1 28701069 9 3771998 3772510 Citrus trifoliata 37690 GTG|GTATGTGCTT...AATTTTTTAATT/AATTTTTTAATT...TGAAG|GTA 0 1 77.809
160179233 GT-AG 0 1.000000099473604e-05 282 Ptrif.0001s0511.1.v1.3.1 28701069 10 3771527 3771808 Citrus trifoliata 37690 GAG|GTTCTTGACT...AAATTCTGGATA/GATAATTTGACC...TTCAG|AAA 0 1 83.758
160179234 GT-AG 0 1.000000099473604e-05 88 Ptrif.0001s0511.1.v1.3.1 28701069 11 3771361 3771448 Citrus trifoliata 37690 AAG|GTTGTTCTTA...ATTTCCATAACA/CTACTGTTTATT...CTCAG|AAT 0 1 86.213
160179235 GT-AG 0 0.0001494884513733 70 Ptrif.0001s0511.1.v1.3.1 28701069 12 3771165 3771234 Citrus trifoliata 37690 AAG|GTATGTCATA...CTTTCTCTAACC/CTTTCTCTAACC...TGCAG|GAA 0 1 90.179
160179236 GT-AG 0 1.000000099473604e-05 139 Ptrif.0001s0511.1.v1.3.1 28701069 13 3770927 3771065 Citrus trifoliata 37690 AAG|GTGACATGCT...TGTTTATTATCT/CTTATGTTTATT...TGCAG|GGG 0 1 93.296
160179237 GT-AG 0 0.0019629047814698 469 Ptrif.0001s0511.1.v1.3.1 28701069 14 3770340 3770808 Citrus trifoliata 37690 CAG|GTATGCGTGT...AATTCCTTGCCT/ATTGTACTGACA...ATCAG|GAC 1 1 97.01

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