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)

15 rows where transcript_id = 27391067

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
152561203 GT-AG 0 1.000000099473604e-05 516 rna-XM_039114453.1 27391067 1 40036483 40036998 Phoenix dactylifera 42345 GAA|GTGAGTCTCT...TTTTTGTTAATT/TTTTTGTTAATT...TGCAG|TCT 0 1 2.669
152561204 GT-AG 0 1.000000099473604e-05 83 rna-XM_039114453.1 27391067 2 40037057 40037139 Phoenix dactylifera 42345 CAG|GTTAGTATGA...ATTTCTTTGAAT/AAAGATTTCATT...TACAG|AGT 1 1 4.389
152561205 GC-AG 0 1.000000099473604e-05 2645 rna-XM_039114453.1 27391067 3 40038400 40041044 Phoenix dactylifera 42345 AAG|GCACGTATGA...ATTATCTTATAT/TAATTTCTAATT...TGCAG|TTG 1 1 41.756
152561206 GT-AG 0 1.000000099473604e-05 149 rna-XM_039114453.1 27391067 4 40041260 40041408 Phoenix dactylifera 42345 AAG|GTCAATCTTA...ATATTGTTATTT/AATATTGTTATT...CATAG|GCT 0 1 48.132
152561207 GT-AG 0 1.000000099473604e-05 1313 rna-XM_039114453.1 27391067 5 40041680 40042992 Phoenix dactylifera 42345 CTG|GTGAGAATGG...AATATCTTATGT/CAATATCTTATG...TGCAG|TTA 1 1 56.168
152561208 GT-AG 0 0.0055795334843056 1074 rna-XM_039114453.1 27391067 6 40043169 40044242 Phoenix dactylifera 42345 AAG|GTATGTTTTA...TTTACCTTGCCA/CCATTTCTAACT...TGCAG|GTG 0 1 61.388
152561209 GT-AG 0 1.000000099473604e-05 5917 rna-XM_039114453.1 27391067 7 40044351 40050267 Phoenix dactylifera 42345 AAT|GTAAGACTCT...TCCTACTTAACT/ACATTGTTTATA...TGTAG|GTG 0 1 64.591
152561210 GT-AG 0 1.000000099473604e-05 4175 rna-XM_039114453.1 27391067 8 40050378 40054552 Phoenix dactylifera 42345 TGG|GTAATGTAGT...ACTTTTTTGTTT/AACAGAGTCACT...TGCAG|AAT 2 1 67.853
152561211 GT-AG 0 0.0038385652660515 3215 rna-XM_039114453.1 27391067 9 40054656 40057870 Phoenix dactylifera 42345 CCT|GTAAGCTAAA...CTTTTTTTAACG/CTTTTTTTAACG...GACAG|GAT 0 1 70.907
152561212 GT-AG 0 1.000000099473604e-05 2234 rna-XM_039114453.1 27391067 10 40058042 40060275 Phoenix dactylifera 42345 ACT|GTTAGTACCT...TGCTCCTTATTT/CTTATTTTAATC...TGCAG|GTT 0 1 75.979
152561213 GT-AG 0 0.0007316968752951 3874 rna-XM_039114453.1 27391067 11 40060405 40064278 Phoenix dactylifera 42345 CCT|GTAAGTTACA...TGAATCTTGACA/GTTTGGTTCACG...TTCAG|GTA 0 1 79.804
152561214 GT-AG 0 0.306900566933699 170 rna-XM_039114453.1 27391067 12 40064462 40064631 Phoenix dactylifera 42345 CAG|GTTTCTTTTT...ATAATTTTGATT/ATAATTTTGATT...TGCAG|GTT 0 1 85.231
152561215 GT-AG 0 1.000000099473604e-05 87 rna-XM_039114453.1 27391067 13 40064764 40064850 Phoenix dactylifera 42345 TTG|GTGAGATCTC...TTACTCTTAGCA/TACATTCTCATT...GCTAG|ATA 0 1 89.146
152561216 GT-AG 0 1.000000099473604e-05 2235 rna-XM_039114453.1 27391067 14 40064963 40067197 Phoenix dactylifera 42345 GAG|GTAAGTGCCT...TCACCCTTTGCA/TTAGATTTGAGG...TGCAG|GAC 1 1 92.467
152561217 GC-AG 0 1.000000099473604e-05 5180 rna-XM_039114453.1 27391067 15 40067322 40072501 Phoenix dactylifera 42345 CAG|GCACGTAAAA...TTCCATTTAATT/TTCCATTTAATT...TTCAG|AGC 2 1 96.145

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