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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, is_minor, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
13842912 GT-AG 0 1.000000099473604e-05 9035 rna-XM_026056374.1 2569305 1 12143234 12152268 Apteryx rowi 308060 CAG|GTGAGCGGCC...TTCACCTTATTT/TTTGTATTCATT...TTTAG|CCT 0 1 1.773
13842913 GT-AG 0 1.000000099473604e-05 2644 rna-XM_026056374.1 2569305 2 12140401 12143044 Apteryx rowi 308060 GAG|GTAAATCACT...TGTTTTGTAATT/TGTTTTGTAATT...ATTAG|GAG 0 1 12.943
13842914 GT-AG 0 1.000000099473604e-05 865 rna-XM_026056374.1 2569305 3 12139429 12140293 Apteryx rowi 308060 GAA|GTAAGATCAT...TCTTCATTAACA/TGCCTCTTCATT...ATTAG|GTT 2 1 19.267
13842915 AT-AC 1 99.99999999596804 4636 rna-XM_026056374.1 2569305 4 12134653 12139288 Apteryx rowi 308060 CAG|ATATCCTTTA...TTGTCCTTAACA/TTGTCCTTAACA...TCCAC|ATG 1 1 27.541
13842916 GT-AG 0 6.208829470802981e-05 2408 rna-XM_026056374.1 2569305 5 12132147 12134554 Apteryx rowi 308060 CTA|GTAAGTAGTA...TCTTTCTTATCT/CTCTTTCTTATC...TTTAG|GTG 0 1 33.333
13842917 GT-AG 0 1.000000099473604e-05 935 rna-XM_026056374.1 2569305 6 12131118 12132052 Apteryx rowi 308060 TTG|GTAAGTGGGT...TTTTCTGTGTCT/GGGGAAATGAAT...CTCAG|CAA 1 1 38.889
13842918 GT-AG 0 1.000000099473604e-05 3063 rna-XM_026056374.1 2569305 7 12127963 12131025 Apteryx rowi 308060 AAG|GTGAGCTTAT...CCTTCTTTCACC/CCTTCTTTCACC...AACAG|GCT 0 1 44.326
13842919 GT-AG 0 1.000000099473604e-05 281 rna-XM_026056374.1 2569305 8 12127609 12127889 Apteryx rowi 308060 ATG|GTGAGACATG...ATTTTTTTTTCC/GTTAGCTTCATT...TCTAG|ACA 1 1 48.641
13842920 GT-AG 0 1.000000099473604e-05 759 rna-XM_026056374.1 2569305 9 12126791 12127549 Apteryx rowi 308060 TCT|GTGAGTAATT...TGTTCTTTGTCA/TTTGGGGGAATT...TACAG|GTG 0 1 52.128
13842921 GT-AG 0 1.000000099473604e-05 7325 rna-XM_026056374.1 2569305 10 12119317 12126641 Apteryx rowi 308060 TAG|GTAAACAGAT...AGATGTTTAACT/AGATGTTTAACT...CACAG|AGA 2 1 60.934
13842922 GT-AG 0 3.673302977738776e-05 12868 rna-XM_026056374.1 2569305 11 12106267 12119134 Apteryx rowi 308060 AAG|GTAGGCCTGT...TATTTCTGATCT/CTATTTCTGATC...TCCAG|AAC 1 1 71.69
13842923 GT-AG 0 1.000000099473604e-05 1106 rna-XM_026056374.1 2569305 12 12105063 12106168 Apteryx rowi 308060 AAG|GTGAGTGTGC...GTTCTTTTATCT/TGTTCTTTTATC...TGCAG|GTT 0 1 77.482
13842924 GT-AG 0 0.0012206972685125 8646 rna-XM_026056374.1 2569305 13 12096336 12104981 Apteryx rowi 308060 CAT|GTATGTATTA...GGATTCTGAGAG/AGGATTCTGAGA...TACAG|GAC 0 1 82.27
13842925 GT-AG 0 1.000000099473604e-05 623 rna-XM_026056374.1 2569305 14 12095575 12096197 Apteryx rowi 308060 CAG|GTAAAGCTGT...ACTTTCTTGTCT/TTTTGTTGCATT...ATTAG|ATT 0 1 90.426
13842926 GT-AG 0 1.000000099473604e-05 5609 rna-XM_026056374.1 2569305 15 12089893 12095501 Apteryx rowi 308060 AGG|GTGAGTTGAG...TTTTTCTTTTTT/TTTTTTTTCCTT...TGCAG|AGT 1 1 94.74

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