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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
28028581 GT-AG 0 3.7904582096548726e-05 590 rna-XM_010133851.1 5460285 2 95069 95658 Buceros rhinoceros 175835 ACG|GTAAATTCTC...TCGTCCTTCCTC/AAGGCTCTGACC...TCCAG|CGG 0 1 14.286
28028582 GT-AG 0 1.000000099473604e-05 1010 rna-XM_010133851.1 5460285 3 95763 96772 Buceros rhinoceros 175835 CTG|GTAAGTACAA...AATATTTTATTT/AAATATTTTATT...TTTAG|GTA 2 1 20.0
28028583 GT-AG 0 1.000000099473604e-05 5231 rna-XM_010133851.1 5460285 4 96867 102097 Buceros rhinoceros 175835 TTG|GTAAGTGATG...CTCTTCTTGATT/CTCTTCTTGATT...CCCAG|GTC 0 1 25.165
28028584 GT-AG 0 1.000000099473604e-05 2104 rna-XM_010133851.1 5460285 5 102158 104261 Buceros rhinoceros 175835 AAG|GTGGGGAGAG...TCTTCTTTGTCT/ATGAAGCTGATT...CTCAG|ATT 0 1 28.462
28028585 GT-AG 0 1.000000099473604e-05 2248 rna-XM_010133851.1 5460285 6 104361 106608 Buceros rhinoceros 175835 CAG|GTAAGAGGGT...CATCCTTTGACT/CATCCTTTGACT...GCCAG|ATC 0 1 33.901
28028586 GT-AG 0 1.000000099473604e-05 1737 rna-XM_010133851.1 5460285 7 106703 108439 Buceros rhinoceros 175835 AAG|GTATGGCATC...TCCTCCTTCAAA/CATGGATTAACT...TGCAG|TTG 1 1 39.066
28028587 GT-AG 0 1.000000099473604e-05 354 rna-XM_010133851.1 5460285 8 108586 108939 Buceros rhinoceros 175835 ATG|GTAGGTCTGA...TTATTTTTCTTT/GATCTGCTCATC...TCCAG|CTG 0 1 47.088
28028588 GT-AG 0 1.000000099473604e-05 860 rna-XM_010133851.1 5460285 9 109023 109882 Buceros rhinoceros 175835 TAG|GTAAGGGGAA...GTGACCTGAACT/CATGAACTAACT...AACAG|CTA 2 1 51.648
28028589 GT-AG 0 1.000000099473604e-05 547 rna-XM_010133851.1 5460285 10 110034 110580 Buceros rhinoceros 175835 AAG|GTAAGCACCA...TTTTCTATATCT/TATCTGTTTATT...TCTAG|GAC 0 1 59.945
28028590 GT-AG 0 1.000000099473604e-05 816 rna-XM_010133851.1 5460285 11 110806 111621 Buceros rhinoceros 175835 CTG|GTAGGGTGGC...GTCCTCTTGTTG/TGTGAATTCATT...TGCAG|GTC 0 1 72.308
28028591 GT-AG 0 2.611788232819744e-05 1334 rna-XM_010133851.1 5460285 12 111780 113113 Buceros rhinoceros 175835 ACG|GTAGGTCTCA...ACTTGCTTAATG/TACTTGCTTAAT...TAAAG|GAA 2 1 80.989
28028592 GT-AG 0 1.000000099473604e-05 1074 rna-XM_010133851.1 5460285 13 113262 114335 Buceros rhinoceros 175835 ATG|GTAAGTGAAA...GGGTTCTTGGTG/GCCTGTCTCAGG...TCCAG|ACT 0 1 89.121
28028593 GT-AG 0 0.0003445364719311 1608 rna-XM_010133851.1 5460285 14 114419 116026 Buceros rhinoceros 175835 CTG|GTAACTACCA...GGTGCTTTGTCT/AGTGGCCTGACC...TGCAG|GTG 2 1 93.681
28028594 GT-AG 0 1.000000099473604e-05 813 rna-XM_010133851.1 5460285 15 116110 116922 Buceros rhinoceros 175835 CAG|GTGAGCAGGG...GATGTTTTGGTA/TGGTAGCTCACT...TCCAG|AGC 1 1 98.242
28028608 GT-AG 0 1.000000099473604e-05 14716 rna-XM_010133851.1 5460285 1 80144 94859 Buceros rhinoceros 175835 GAG|GTAAGTTACC...CTCCCCATAAAA/AGGAGGGTCACG...TTCAG|GAG   0 4.231

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