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

✎ 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
133657626 GT-AG 0 1.000000099473604e-05 33987 rna-XM_004391463.2 24462848 1 300045 334031 Odobenus rosmarus 9707 CAG|GTGGGTGTTC...ACTATTTTCTCT/AGAAAATTAATA...TCCAG|AAA 1 1 2.995
133657627 GT-AG 0 1.000000099473604e-05 49875 rna-XM_004391463.2 24462848 2 249771 299645 Odobenus rosmarus 9707 GAG|GTAGTGTTGC...TAATCATTATAT/GTTATAATCATT...TCTAG|ATT 1 1 20.068
133657628 GT-AG 0 1.000000099473604e-05 15345 rna-XM_004391463.2 24462848 3 234271 249615 Odobenus rosmarus 9707 GAG|GTGAGTAAGA...TATTTTTTATCT/ATATTTTTTATC...TATAG|AAT 0 1 26.701
133657629 GT-AG 0 1.000000099473604e-05 8550 rna-XM_004391463.2 24462848 4 225582 234131 Odobenus rosmarus 9707 TAG|GTAAGAAACT...CAGCTCTTGTTT/TGTATACTCAGC...ATAAG|ATT 1 1 32.649
133657630 GT-AG 0 1.000000099473604e-05 15646 rna-XM_004391463.2 24462848 5 209796 225441 Odobenus rosmarus 9707 CAG|GTAAGTGGAT...GTTTCCTTTTCA/TTCCTTTTCATT...AACAG|AAA 0 1 38.639
133657631 GT-AG 0 1.000000099473604e-05 23630 rna-XM_004391463.2 24462848 6 186060 209689 Odobenus rosmarus 9707 AAC|GTGAGTATTT...ATCCTTTTACCT/AACATATTAATC...TACAG|ATA 1 1 43.175
133657632 GT-AG 0 3.732308890515817e-05 110090 rna-XM_004391463.2 24462848 7 75773 185862 Odobenus rosmarus 9707 TCA|GTAAGGTTTT...ATATTATTAAAA/ATTACATTCATT...TTCAG|ATC 0 1 51.605
133657633 GT-AG 0 2.3021236876369345e-05 3479 rna-XM_004391463.2 24462848 8 72215 75693 Odobenus rosmarus 9707 CCA|GTAAGTGTTC...ACCATCTTCATC/ACCATCTTCATC...AACAG|CCA 1 1 54.985
133657634 GT-AG 0 1.000000099473604e-05 4382 rna-XM_004391463.2 24462848 9 67518 71899 Odobenus rosmarus 9707 AGG|GTAAGTTTAA...ACAATCTAAATA/AAATATTTCATA...AGCAG|GAA 1 1 68.464
133657635 GT-AG 0 1.000000099473604e-05 12745 rna-XM_004391463.2 24462848 10 54470 67214 Odobenus rosmarus 9707 AAG|GTAATGCTTT...TGTTCTTTTTCA/TTCTTTTTCATG...TACAG|TGT 1 1 81.429
133657636 GT-AG 0 1.000000099473604e-05 10846 rna-XM_004391463.2 24462848 11 43558 54403 Odobenus rosmarus 9707 AAG|GTAGTAACAT...TTCCCCTCATCT/TTTCCCCTCATC...TGTAG|ACA 1 1 84.253
133657637 GT-AG 0 1.000000099473604e-05 3932 rna-XM_004391463.2 24462848 12 39450 43381 Odobenus rosmarus 9707 CAG|GTAATACTGA...TAAATCTTCACT/TAAATCTTCACT...TTAAG|GAA 0 1 91.784
133657638 GT-AG 0 1.000000099473604e-05 4695 rna-XM_004391463.2 24462848 13 34691 39385 Odobenus rosmarus 9707 CTG|GTAAGTGAGA...GCGCTCTTTCTG/TAAATATTGAGC...TCTAG|ATA 1 1 94.523
133657639 GT-AG 0 3.3694796260038224e-05 1023 rna-XM_004391463.2 24462848 14 33638 34660 Odobenus rosmarus 9707 ATG|GTAAGTTTTT...GAATCATTAAAT/AAATGAATCATT...TCTAG|GTA 1 1 95.807
133657640 GT-AG 0 3.229576671053244e-05 1227 rna-XM_004391463.2 24462848 15 32355 33581 Odobenus rosmarus 9707 AAG|GTAGGTTGTA...TTTTTCTTTTTT/TAGCTCTGTATC...CTTAG|CTT 0 1 98.203

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