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

✎ 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
13842631 GT-AG 0 0.0013282063274806 202 rna-XM_026082515.1 2569279 2 12266398 12266599 Apteryx rowi 308060 CAG|GTACCGGTTC...ACTGTCTTACTG/CTTGTCCTGACT...CTCAG|ATG 1 1 14.51
13842632 GT-AG 0 1.000000099473604e-05 478 rna-XM_026082515.1 2569279 3 12266725 12267202 Apteryx rowi 308060 ATT|GTAAGTAAGC...GTGTTTTGGACC/GATGAGCTAATG...CTTAG|TCA 0 1 19.813
13842633 GT-AG 0 1.000000099473604e-05 419 rna-XM_026082515.1 2569279 4 12267341 12267759 Apteryx rowi 308060 AAG|GTGGGTCTGG...ATATTTTTCACT/ATATTTTTCACT...CTCAG|GTG 0 1 25.668
13842634 GT-AG 0 1.000000099473604e-05 245 rna-XM_026082515.1 2569279 5 12267891 12268135 Apteryx rowi 308060 AGA|GTGAGTTGTC...TGACATTTACTT/ATGACATTTACT...CTTAG|AGT 2 1 31.226
13842635 GT-AG 0 0.0002062086006385 255 rna-XM_026082515.1 2569279 6 12268291 12268545 Apteryx rowi 308060 AAG|GTAAATTTTT...ATCACTTTAATG/ACCATATTAATT...TCCAG|GAA 1 1 37.802
13842636 GT-AG 0 0.0001903533556965 196 rna-XM_026082515.1 2569279 7 12268694 12268889 Apteryx rowi 308060 CAG|GTATGGTTCA...CATGCCTTTATG/TATGAATTTATA...TTCAG|GTT 2 1 44.081
13842637 GT-AG 0 1.000000099473604e-05 778 rna-XM_026082515.1 2569279 8 12268974 12269751 Apteryx rowi 308060 CAG|GTAAGAGTTT...TTCTCCATTGCG/TAAAATTTCACT...TGCAG|GAG 2 1 47.645
13842638 GT-AG 0 1.6600212917700113e-05 193 rna-XM_026082515.1 2569279 9 12269852 12270044 Apteryx rowi 308060 ATG|GTCTGTATCC...ATTTTCTGATTC/GATTTTCTGATT...TGCAG|GAC 0 1 51.888
13842639 GT-AG 0 0.0007667038297146 1189 rna-XM_026082515.1 2569279 10 12270208 12271396 Apteryx rowi 308060 CTG|GTACGCAGTA...TTTTTTTTATTA/TTTTTTTTTATT...CGTAG|CTG 1 1 58.804
13842640 GT-AG 0 1.000000099473604e-05 509 rna-XM_026082515.1 2569279 11 12271570 12272078 Apteryx rowi 308060 CTG|GTAAGGGCTG...TCATTTTTAATG/ATTTTCTTCATT...TCCAG|TGG 0 1 66.143
13842641 GT-AG 0 1.000000099473604e-05 515 rna-XM_026082515.1 2569279 12 12272166 12272680 Apteryx rowi 308060 CAG|GTACTGGTCT...CATCGCTCACCA/GCATCGCTCACC...CTCAG|ATG 0 1 69.835
13842642 GT-AG 0 1.000000099473604e-05 526 rna-XM_026082515.1 2569279 13 12272866 12273391 Apteryx rowi 308060 GGG|GTGAGTCTTA...TTTGCCTTTTTC/GCTTCTCTGATT...TCCAG|CCC 2 1 77.683
13842643 GT-AG 0 0.0017133122444276 223 rna-XM_026082515.1 2569279 14 12273486 12273708 Apteryx rowi 308060 GAG|GTATGTTCAC...ATTTTCTTGTTG/AGATAGTTCATT...CTTAG|AAA 0 1 81.672
13842644 GT-AG 0 0.0003723689528257 869 rna-XM_026082515.1 2569279 15 12273885 12274753 Apteryx rowi 308060 AAA|GTAGGCCTTT...GTCGTCTTCCCT/GAGATGCTGAGT...TGCAG|AGA 2 1 89.139
13843962 GT-AG 0 0.0002189421343005 2494 rna-XM_026082515.1 2569279 1 12263765 12266258 Apteryx rowi 308060 CTG|GTCTGTTTTC...CCTGTTGTAACA/CCTGTTGTAACA...TCTAG|TGC   0 9.249

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