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

✎ 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
67905361 GT-AG 0 0.0009751473674171 178 rna-XM_022905445.1 12758660 1 1414015 1414192 Durio zibethinus 66656 TGG|GTACTTATTA...GCTTCCTGGATC/AGTGGCTTAACA...TACAG|AGG 2 1 3.162
67905362 GT-AG 0 0.0001572404204362 244 rna-XM_022905445.1 12758660 2 1413704 1413947 Durio zibethinus 66656 AAG|GTGTTTTTTT...TTTTTTTTCTTT/AAAAATCTAATT...TACAG|ATG 0 1 6.752
67905363 GT-AG 0 1.000000099473604e-05 204 rna-XM_022905445.1 12758660 3 1413407 1413610 Durio zibethinus 66656 CAG|GTATGAGATT...ATTCTTTTATAC/TACTGTTTCATT...TGCAG|ATT 0 1 11.736
67905364 GT-AG 0 0.0754035463813535 145 rna-XM_022905445.1 12758660 4 1413118 1413262 Durio zibethinus 66656 GTA|GTAAGCTGTC...TTTCCCTTAACA/AAGACCCTGATT...TGCAG|ATA 0 1 19.453
67905365 GT-AG 0 1.000000099473604e-05 95 rna-XM_022905445.1 12758660 5 1412934 1413028 Durio zibethinus 66656 CTG|GTGAGTTCTT...ACATGCTTATTT/TATTTGTTCACT...AGAAG|GTT 2 1 24.223
67905366 GT-AG 0 1.000000099473604e-05 102 rna-XM_022905445.1 12758660 6 1412726 1412827 Durio zibethinus 66656 ATG|GTTAGTTACC...TTTTTTTTGCTT/TTTAAGCTTACA...CATAG|TAC 0 1 29.904
67905367 GT-AG 0 1.000000099473604e-05 241 rna-XM_022905445.1 12758660 7 1412397 1412637 Durio zibethinus 66656 ATG|GTGAGAAAAC...GAACTCTTAGTT/TTGTGACTGACA...TTTAG|GTT 1 1 34.62
67905368 GT-AG 0 0.0032629188122285 105 rna-XM_022905445.1 12758660 8 1412173 1412277 Durio zibethinus 66656 GAA|GTAAGCTTTT...TTTGCTTTAAGA/TTTCCACTGATG...TTCAG|GCC 0 1 40.997
67905369 GT-AG 0 3.454749519830609e-05 104 rna-XM_022905445.1 12758660 9 1411904 1412007 Durio zibethinus 66656 ATA|GTAAGTAATC...AATCTTTTGATT/AATCTTTTGATT...TCAAG|GTT 0 1 49.839
67905370 GT-AG 0 1.000000099473604e-05 247 rna-XM_022905445.1 12758660 10 1411478 1411724 Durio zibethinus 66656 CAG|GTGAGACACG...CTTGTTTTAATT/CTTGTTTTAATT...TCCAG|TGT 2 1 59.432
67905371 GT-AG 0 0.0011321509906973 112 rna-XM_022905445.1 12758660 11 1411256 1411367 Durio zibethinus 66656 CTG|GTATGTTCTG...CATATCATAAAT/ACGTAAGTCATA...CACAG|GGT 1 1 65.327
67905372 GT-AG 0 1.000000099473604e-05 205 rna-XM_022905445.1 12758660 12 1410941 1411145 Durio zibethinus 66656 CCG|GTTAGTTGTT...AAGTTTTTGAAT/TTTTGAATCACT...TGAAG|AAC 0 1 71.222
67905373 GT-AG 0 1.000000099473604e-05 108 rna-XM_022905445.1 12758660 13 1410725 1410832 Durio zibethinus 66656 CAG|GTTTGACAAC...GCTTTATTAATG/GCTTTATTAATG...ATTAG|GTT 0 1 77.01
67905374 GT-AG 0 1.000000099473604e-05 150 rna-XM_022905445.1 12758660 14 1410461 1410610 Durio zibethinus 66656 AAG|GTACGTAGAA...GGATCTTTAGAT/CAGAAGTTGATT...TGCAG|GCA 0 1 83.119
67905375 GT-AG 0 0.3427579670464792 133 rna-XM_022905445.1 12758660 15 1410125 1410257 Durio zibethinus 66656 ATG|GTATCATCCT...TCTTCTTTATAT/GTCTTCTTTATA...TTTAG|GTA 2 1 93.998

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