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

✎ 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
103972313 GT-AG 0 0.0001244655230386 572 rna-XM_017813854.1 19419612 1 1883342 1883913 Lepidothrix coronata 321398 CAG|GTATGTAATT...CACCCTTTATTT/CTTTATTTAACA...TTTAG|GAT 2 1 0.422
103972314 GT-AG 0 1.000000099473604e-05 2429 rna-XM_017813854.1 19419612 2 1883973 1886401 Lepidothrix coronata 321398 GTG|GTAAGTGAAT...CCATCTTTAATA/TGTTTTGTTATT...ATCAG|AAT 1 1 3.534
103972315 GT-AG 0 1.000000099473604e-05 653 rna-XM_017813854.1 19419612 3 1886565 1887217 Lepidothrix coronata 321398 AAG|GTAGGATGTT...TGCATTTTAAAA/TGCATTTTAAAA...CACAG|GTT 2 1 12.131
103972316 GT-AG 0 1.000000099473604e-05 1501 rna-XM_017813854.1 19419612 4 1887325 1888825 Lepidothrix coronata 321398 GTG|GTAAGATACT...TCTCTCTTTCTT/TACATTTTCAGA...CACAG|CTT 1 1 17.774
103972317 GT-AG 0 2.050609799466932e-05 548 rna-XM_017813854.1 19419612 5 1888986 1889533 Lepidothrix coronata 321398 TTG|GTAAATACAG...TATTCTTTATCA/TGTTTTCTTACC...TTCAG|TAA 2 1 26.213
103972318 GT-AG 0 0.0046897721403766 3390 rna-XM_017813854.1 19419612 6 1889644 1893033 Lepidothrix coronata 321398 TAG|GTAACTATTT...GATTTTTTACAT/GGATTTTTTACA...TACAG|ATT 1 1 32.015
103972319 GT-AG 0 1.000000099473604e-05 757 rna-XM_017813854.1 19419612 7 1893194 1893950 Lepidothrix coronata 321398 AAG|GTGAATATGA...TTACTTTTAGGA/GATTTAGTTATT...TTTAG|AAA 2 1 40.454
103972320 GT-AG 0 1.000000099473604e-05 79 rna-XM_017813854.1 19419612 8 1894061 1894139 Lepidothrix coronata 321398 CTG|GTAAACAAAT...TAATTTTGAATT/AATTAATTAATT...TACAG|CCT 1 1 46.255
103972321 GT-AG 0 1.000000099473604e-05 128 rna-XM_017813854.1 19419612 9 1894300 1894427 Lepidothrix coronata 321398 AAG|GTGAGACATA...TTTGCATTAATT/CATTAATTCATT...GACAG|AAA 2 1 54.694
103972322 GT-AG 0 1.000000099473604e-05 372 rna-XM_017813854.1 19419612 10 1894544 1894915 Lepidothrix coronata 321398 CTG|GTAAGTAAAA...TGTCCCTAAGCT/TTTTGAATTATT...TGTAG|TGT 1 1 60.812
103972323 GT-AG 0 1.000000099473604e-05 1575 rna-XM_017813854.1 19419612 11 1895091 1896665 Lepidothrix coronata 321398 CAG|GTGAGACCTA...GACTTTTTAGCC/CACAGGCTGACT...CTCAG|TCT 2 1 70.042
103972324 GT-AG 0 0.0017369754708594 306 rna-XM_017813854.1 19419612 12 1896842 1897147 Lepidothrix coronata 321398 CTG|GTATGTAGTG...ATACTTTTAATT/ATACTTTTAATT...TTTAG|ATC 1 1 79.325
103972325 GT-AG 0 1.000000099473604e-05 1276 rna-XM_017813854.1 19419612 13 1897244 1898519 Lepidothrix coronata 321398 AAG|GTACAGAAAA...TTAATTTTAACT/TTAATTTTAACT...CATAG|GTC 1 1 84.388
103972326 GT-AG 0 1.000000099473604e-05 1345 rna-XM_017813854.1 19419612 14 1898660 1900004 Lepidothrix coronata 321398 AAG|GTAATGAAAA...TCTTCCTTGCAT/CTTCCTTGCATG...CACAG|GGA 0 1 91.772

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