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

✎ 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
67904770 GT-AG 0 7.474720358701958e-05 104 rna-XM_022892919.1 12758585 1 5168493 5168596 Durio zibethinus 66656 AAG|GTTTAATTGA...TTGTTTTTAAAA/GTGATTTTCAAT...AGCAG|GCG 0 1 7.31
67904771 GT-AG 0 1.000000099473604e-05 828 rna-XM_022892919.1 12758585 2 5168723 5169550 Durio zibethinus 66656 GAT|GTTAGTGATT...GTCTTTTTATTC/TGTCTTTTTATT...ACCAG|GAA 0 1 11.246
67904772 GT-AG 0 0.0001035047086434 114 rna-XM_022892919.1 12758585 3 5169719 5169832 Durio zibethinus 66656 CAG|GTATGGCATT...TCTTTCTTATCT/TTCTTTCTTATC...TGCAG|AAT 0 1 16.495
67904773 GT-AG 0 0.0012688809972716 352 rna-XM_022892919.1 12758585 4 5170127 5170478 Durio zibethinus 66656 GGG|GTATGTGTTG...TTTTTTTTGGCC/AGTAGCTTAAGT...TGCAG|GCT 0 1 25.679
67904774 GT-AG 0 1.000000099473604e-05 418 rna-XM_022892919.1 12758585 5 5170535 5170952 Durio zibethinus 66656 AAG|GTTGGAGTTT...AGATCCTTTTCA/ATCCTTTTCATT...ATCAG|TGG 2 1 27.429
67904775 GT-AG 0 1.000000099473604e-05 118 rna-XM_022892919.1 12758585 6 5171047 5171164 Durio zibethinus 66656 GAG|GTGAGATGTT...TTTCCTTTAATG/CATATTTTTATT...TTCAG|GTG 0 1 30.366
67904776 GT-AG 0 0.0526166404162558 603 rna-XM_022892919.1 12758585 7 5171378 5171980 Durio zibethinus 66656 GGG|GTATACATAA...TGTTTTTTATTG/TTGTTTTTTATT...TGCAG|AGT 0 1 37.02
67904777 GT-AG 0 3.5373010787413045e-05 891 rna-XM_022892919.1 12758585 8 5172041 5172931 Durio zibethinus 66656 GAG|GTTGCTACTA...ATTCTATTATTT/TATTCTATTATT...GTTAG|TCC 0 1 38.894
67904778 GT-AG 0 1.369052953028956e-05 137 rna-XM_022892919.1 12758585 9 5173012 5173148 Durio zibethinus 66656 AGG|GTTCGTGTCT...CTGTCCTTAATT/GCTTTACTAATG...TGCAG|GTC 2 1 41.393
67904779 GT-AG 0 1.000000099473604e-05 100 rna-XM_022892919.1 12758585 10 5173466 5173565 Durio zibethinus 66656 ATA|GTAAGATGGC...TATAGCTTGATG/TTCCTTGTAACT...CTCAG|GTA 1 1 51.296
67904780 GT-AG 0 0.0001011409552093 88 rna-XM_022892919.1 12758585 11 5173658 5173745 Durio zibethinus 66656 ATG|GTATAAGCTT...TTTATCTTATAT/GTTTATCTTATA...TACAG|GTC 0 1 54.171
67904781 GT-AG 0 1.000000099473604e-05 1652 rna-XM_022892919.1 12758585 12 5173876 5175527 Durio zibethinus 66656 AAG|GTTAATAGCG...GTCTTCTGATTC/TGTCTTCTGATT...CACAG|ATG 1 1 58.232
67904782 GT-AG 0 1.000000099473604e-05 92 rna-XM_022892919.1 12758585 13 5176277 5176368 Durio zibethinus 66656 CAA|GTAAGTGATG...TTATCTTTGATA/TTGATACTAATT...TGCAG|GAT 0 1 81.631
67904783 GT-AG 0 1.000000099473604e-05 325 rna-XM_022892919.1 12758585 14 5176677 5177001 Durio zibethinus 66656 AAG|GTGCGGAATG...TTGTCTTTATAC/TTTATACTTACC...TACAG|GGA 2 1 91.253
67904784 GT-AG 0 7.926679031376094e-05 112 rna-XM_022892919.1 12758585 15 5177170 5177281 Durio zibethinus 66656 GAG|GTACACAAAC...TCCTGTTTAATT/TCCTGTTTAATT...TACAG|GAC 2 1 96.501

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