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

✎ 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
122607702 GT-AG 0 2.308308439867667e-05 3520 rna-XM_021214724.2 22607900 1 63753959 63757478 Mus pahari 10093 AAG|GTTTTTATAC...CTTTTTTTATAC/TCTTTTTTTATA...TTTAG|GCT 0 1 3.798
122607703 GT-AG 0 0.0005914534536924 1585 rna-XM_021214724.2 22607900 2 63752248 63753832 Mus pahari 10093 AAG|GTATATATAT...AGTAACTTAACA/TCTATAGTAACT...TTTAG|GTG 0 1 6.291
122607704 GT-AG 0 2.216321329174005e-05 313 rna-XM_021214724.2 22607900 3 63751746 63752058 Mus pahari 10093 TCG|GTAAGTCTTT...TTTTGCTTAAAA/GTTTTGCTTAAA...TATAG|CCT 0 1 10.03
122607705 GT-AG 0 1.000000099473604e-05 1419 rna-XM_021214724.2 22607900 4 63750132 63751550 Mus pahari 10093 CTG|GTAAGTTGGG...TGAGTATTAACA/TGAGTATTAACA...TTCAG|GCA 0 1 13.887
122607706 GT-AG 0 0.0027604121879078 777 rna-XM_021214724.2 22607900 5 63748237 63749013 Mus pahari 10093 AAG|GTATGTTGCT...ATATTTTTAAAA/ATATTTTTAAAA...TTCAG|CTT 2 1 36.004
122607707 GT-AG 0 1.000000099473604e-05 102 rna-XM_021214724.2 22607900 6 63747954 63748055 Mus pahari 10093 AAG|GTAGTGACTA...TTTGTTTTATTA/TTTTGTTTTATT...TGCAG|ACG 0 1 39.585
122607708 GT-AG 0 1.000000099473604e-05 524 rna-XM_021214724.2 22607900 7 63746946 63747469 Mus pahari 10093 AAG|GTAGAAAAAG...TTCACTTTAGTG/TGTAAATTCACT...GAAAG|GTG 1 1 49.159
122607709 GT-AG 0 6.709163289800596e-05 3086 rna-XM_021214724.2 22607900 8 63742301 63745386 Mus pahari 10093 CAG|GTAAGCTGTT...ATGTTTTTAAAA/ATGTTTTTAAAA...TAAAG|GTT 0 1 80.0
122607710 GT-AG 0 0.000371416409469 3634 rna-XM_021214724.2 22607900 9 63738567 63742200 Mus pahari 10093 CAG|GTATGTACTT...GAAATTTTATTT/AGAAATTTTATT...ATAAG|GTG 1 1 81.978
122607711 GT-AG 0 1.000000099473604e-05 420 rna-XM_021214724.2 22607900 10 63738027 63738446 Mus pahari 10093 CAC|GTGAGTATGA...TGAATCTTCTCA/AATCTTCTCAAC...TGCAG|AGG 1 1 84.352
122607712 GT-AG 0 0.146450820839013 1246 rna-XM_021214724.2 22607900 11 63736675 63737920 Mus pahari 10093 GCA|GTATGTGTTT...TTGTTTTTAGCC/TTTGTTTTTAGC...AATAG|ACG 2 1 86.449
122607713 GT-AG 0 1.6674209862024914e-05 879 rna-XM_021214724.2 22607900 12 63735612 63736490 Mus pahari 10093 ACA|GTAAGTAATC...TAATCTTTTACA/TAATCTTTTACA...TTAAG|GAT 0 1 90.089
122607714 GT-AG 0 1.000000099473604e-05 439 rna-XM_021214724.2 22607900 13 63735017 63735455 Mus pahari 10093 GAG|GTAATAGAAT...AGGTTTTTATCT/TTTATCTTCATG...TTCAG|AGT 0 1 93.175
122607715 GT-AG 0 1.000000099473604e-05 359 rna-XM_021214724.2 22607900 14 63734565 63734923 Mus pahari 10093 AAG|GTAAGAAAGT...ATTTTTTTCCCT/ATGTATGTAATA...TTCAG|ATT 0 1 95.015
122607716 GT-AG 0 0.000117072494456 1344 rna-XM_021214724.2 22607900 15 63733185 63734528 Mus pahari 10093 AAT|GTAAGTTCTT...TCTTCATTAGTA/GGGATTTTCATT...TGTAG|ACA 0 1 95.727

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