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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
118585070 GT-AG 0 1.9698173631068308e-05 111669 rna-XM_016211791.1 21894416 1 20979559 21091227 Miniopterus natalensis 291302 TAG|GTAAGTTATG...CTCTTTTTATTT/TCTCTTTTTATT...AATAG|ACT 2 1 2.854
118585071 GT-AG 0 0.0001396420179466 17405 rna-XM_016211791.1 21894416 2 20962040 20979444 Miniopterus natalensis 291302 AAG|GTGTGTTTTA...ATAGTTTTAATC/ATAGTTTTAATC...TGTAG|AAG 2 1 8.993
118585072 GT-AG 0 1.000000099473604e-05 5239 rna-XM_016211791.1 21894416 3 20956618 20961856 Miniopterus natalensis 291302 AAG|GTAAGTGAAA...ATATACTTATTT/CATATACTTATT...TTTAG|GAT 2 1 18.848
118585073 GT-AG 0 1.000000099473604e-05 2789 rna-XM_016211791.1 21894416 4 20953762 20956550 Miniopterus natalensis 291302 AAG|GTGAAATAAT...TACTCTTTTTTT/ACTATATGAATT...TACAG|GAA 0 1 22.456
118585074 GT-AG 0 1.000000099473604e-05 1668 rna-XM_016211791.1 21894416 5 20951977 20953644 Miniopterus natalensis 291302 AAG|GTCAGAAACA...CTACTCTTAAGG/AAAATTATTACT...TGCAG|ATT 0 1 28.756
118585075 GT-AG 0 1.000000099473604e-05 7710 rna-XM_016211791.1 21894416 6 20944126 20951835 Miniopterus natalensis 291302 ATG|GTAAGAACAG...GAACCTTTATTT/CTTTATTTAACT...ACTAG|CAC 0 1 36.349
118585076 GT-AG 0 6.999077595655238e-05 7225 rna-XM_016211791.1 21894416 7 20936800 20944024 Miniopterus natalensis 291302 AAG|GTAAGCTAGA...TTCTTTTTAATT/TTCTTTTTAATT...CTTAG|GTC 2 1 41.788
118585077 GT-AG 0 1.000000099473604e-05 1070 rna-XM_016211791.1 21894416 8 20935604 20936673 Miniopterus natalensis 291302 GAG|GTGAGTTTAA...TGAACCTTTTTC/TTCCTTCTGATG...CACAG|GGA 2 1 48.573
118585078 GT-AG 0 1.000000099473604e-05 105 rna-XM_016211791.1 21894416 9 20935397 20935501 Miniopterus natalensis 291302 AGG|GTAGGTGATT...GTCATTTGAACA/GTTGTGGTCATT...GACAG|GAT 2 1 54.066
118585079 GT-AG 0 1.000000099473604e-05 8763 rna-XM_016211791.1 21894416 10 20926513 20935275 Miniopterus natalensis 291302 CAG|GTGCTTCTTT...AAGTCTGTACTA/TCTGTACTAACG...TGCAG|GGA 0 1 60.582
118585080 GT-AG 0 1.000000099473604e-05 1948 rna-XM_016211791.1 21894416 11 20924483 20926430 Miniopterus natalensis 291302 TAG|GTAATACTGA...TAACCTTTGAAT/TTTGAATTTATC...TGTAG|GTT 1 1 64.997
118585081 GT-AG 0 1.000000099473604e-05 1081 rna-XM_016211791.1 21894416 12 20923284 20924364 Miniopterus natalensis 291302 CAG|GTTTGATACT...TGATTGTTAGTT/TATGTGCTTACA...TGCAG|ACG 2 1 71.352
118585082 GT-AG 0 1.3326793690491513e-05 17602 rna-XM_016211791.1 21894416 13 20905536 20923137 Miniopterus natalensis 291302 AAG|GTACGGTTCA...GCCATTTTGATT/GTTTTTTTCACA...TCTAG|GTG 1 1 79.214
118585760 GC-AG 0 1.000000099473604e-05 3034 rna-XM_016211791.1 21894416 14 20902385 20905418 Miniopterus natalensis 291302 GAG|GCAAGTATTA...AGGTCTTAAATA/TCTTAAATAAAA...TACAG|CTC   0 85.514

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