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

✎ 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
76886574 GT-AG 0 1.000000099473604e-05 2102 rna-XM_010160643.1 14393844 1 513 2614 Eurypyga helias 54383 GAG|GTGAGGTGGA...TTTTTCTTCTCT/CTATCATTAATG...TGCAG|TAT 0 1 18.317
76886575 GC-AG 0 1.000000099473604e-05 2466 rna-XM_010160643.1 14393844 2 2681 5146 Eurypyga helias 54383 ACG|GCAAGTAAAC...CTTCTCTTAATT/CTTCTCTTAATT...TCTAG|ACT 0 1 21.947
76886576 GT-AG 0 1.000000099473604e-05 1527 rna-XM_010160643.1 14393844 3 5199 6725 Eurypyga helias 54383 AAG|GTAAGATGAG...TTTGTTTTGTCC/CAGTGCCTCATT...TTCAG|TCA 1 1 24.807
76886577 GT-AG 0 1.000000099473604e-05 875 rna-XM_010160643.1 14393844 4 6794 7668 Eurypyga helias 54383 CTG|GTACGTGGGA...TGTACCTGATAC/TTGTACCTGATA...TGCAG|GGT 0 1 28.548
76886578 GT-AG 0 1.000000099473604e-05 1371 rna-XM_010160643.1 14393844 5 7824 9194 Eurypyga helias 54383 GGA|GTGAGTTTGT...CATATTTTGAAT/CATATGTTCATA...TGTAG|CTT 2 1 37.074
76886579 GT-AG 0 1.000000099473604e-05 3955 rna-XM_010160643.1 14393844 6 9336 13290 Eurypyga helias 54383 AAT|GTAAGTGTGC...GTGACGTTGACC/TGACCTCTAACA...TGCAG|GTC 2 1 44.829
76886580 GT-AG 0 1.000000099473604e-05 1230 rna-XM_010160643.1 14393844 7 13421 14650 Eurypyga helias 54383 CAG|GTAGGGCCCC...TATTTCTTACTC/ATATTTCTTACT...TTCAG|CTA 0 1 51.98
76886581 GT-AG 0 1.000000099473604e-05 1309 rna-XM_010160643.1 14393844 8 14740 16048 Eurypyga helias 54383 AAG|GTAATGTAAT...TAAATCTTGCCT/TAGGATTTCAGC...TGTAG|TAC 2 1 56.876
76886582 GT-AG 0 0.0496848718718256 1292 rna-XM_010160643.1 14393844 9 16162 17453 Eurypyga helias 54383 TGA|GTATGTCTGG...CTGCCTTTATCC/TCTGCCTTTATC...CACAG|GCC 1 1 63.091
76886583 GT-AG 0 1.000000099473604e-05 289 rna-XM_010160643.1 14393844 10 17522 17810 Eurypyga helias 54383 CAG|GTAGGTGTCA...GAGGCTTTGACT/GAGGCTTTGACT...CTCAG|GCA 0 1 66.832
76886584 GT-AG 0 1.000000099473604e-05 1023 rna-XM_010160643.1 14393844 11 17898 18920 Eurypyga helias 54383 ATT|GTAAGTAGAA...ATACCCTTATGC/CCAAGTTTCATT...TGCAG|GGT 0 1 71.617
76886585 GT-AG 0 0.0009369035737335 1193 rna-XM_010160643.1 14393844 12 19115 20307 Eurypyga helias 54383 GAG|GTATACAAGT...GTTGCTTGGAAT/CAGAAGTTAACA...TTCAG|GCC 2 1 82.288
76886586 GT-AG 0 1.000000099473604e-05 1363 rna-XM_010160643.1 14393844 13 20412 21774 Eurypyga helias 54383 CAG|GTACTAGTTC...GAAACCTGGCTG/ACCTGGCTGATT...TGCAG|GAG 1 1 88.009
76886587 GT-AG 0 1.3861137416262202e-05 1472 rna-XM_010160643.1 14393844 14 21861 23332 Eurypyga helias 54383 GCA|GTAAGTGTAA...TTGTCTTTTGTT/TTCCACTTCACA...TTTAG|CCA 0 1 92.739

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