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

✎ 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
24707189 GT-AG 0 5.4313834897496e-05 1338 Brame.01UG346300.1.v1.1 4721487 1 75881608 75882945 Brachypodium mexicanum 52141 AGA|GTTCGCCCCC...TATGCTTTGAGC/TTTTGTGTTATG...TGCAG|TGC 1 1 8.91
24707190 GT-AG 0 1.000000099473604e-05 187 Brame.01UG346300.1.v1.1 4721487 2 75883037 75883223 Brachypodium mexicanum 52141 TGG|GTGAGTAATT...TTATTCTGAATT/ATTATATTCATG...TGTAG|GTA 2 1 11.295
24707191 GT-AG 0 1.000000099473604e-05 124 Brame.01UG346300.1.v1.1 4721487 3 75883534 75883657 Brachypodium mexicanum 52141 AAG|GTTGTATATT...ATCTTCTTTATG/ATCTTCTTTATG...TACAG|ATC 0 1 19.418
24707192 GT-AG 0 1.000000099473604e-05 403 Brame.01UG346300.1.v1.1 4721487 4 75883733 75884135 Brachypodium mexicanum 52141 CAG|GTAATGTTTT...TTTCCTTTGGCA/GGCAATTTGATC...GCCAG|GTG 0 1 21.384
24707193 GT-AG 0 7.831555564478355e-05 560 Brame.01UG346300.1.v1.1 4721487 5 75884181 75884740 Brachypodium mexicanum 52141 CAG|GTGCCAGTTC...TTTCCCTTATCA/GATATTTTCATT...CTTAG|GTT 0 1 22.563
24707194 GT-AG 0 1.000000099473604e-05 162 Brame.01UG346300.1.v1.1 4721487 6 75884832 75884993 Brachypodium mexicanum 52141 CAG|GTAAATGCTA...ACTTTTTTGAAC/CGCTTGCTCATT...TAAAG|TTG 1 1 24.948
24707195 GT-AG 0 0.009891053751168 487 Brame.01UG346300.1.v1.1 4721487 7 75885053 75885539 Brachypodium mexicanum 52141 AAG|GTATACAAAT...TATTTTTTAATC/TATTTTTTAATC...TATAG|ATA 0 1 26.494
24707196 GT-AG 0 3.5748759420406426e-05 767 Brame.01UG346300.1.v1.1 4721487 8 75885702 75886468 Brachypodium mexicanum 52141 GTG|GTAATATTTT...TGTTCTTTATTG/TTGTTCTTTATT...TTCAG|GAT 0 1 30.739
24707197 GT-AG 0 0.0005520031227221 84 Brame.01UG346300.1.v1.1 4721487 9 75886522 75886605 Brachypodium mexicanum 52141 GAG|GTATTGTTAT...TTTTTCGAAACA/CATCCACTAATA...CGCAG|AGA 2 1 32.128
24707198 GT-AG 0 1.000000099473604e-05 333 Brame.01UG346300.1.v1.1 4721487 10 75886640 75886972 Brachypodium mexicanum 52141 TTG|GTAAGAAGTA...TTGTTTTTGTTA/AAAGTATTCATG...AACAG|GTG 0 1 33.019
24707199 GT-AG 0 1.000000099473604e-05 79 Brame.01UG346300.1.v1.1 4721487 11 75887063 75887141 Brachypodium mexicanum 52141 CCT|GTCAGTATCA...AAGATCTTAAAC/GCTTTGTTGACA...CGCAG|GTC 0 1 35.377
24707200 GT-AG 0 0.0006561088902805 134 Brame.01UG346300.1.v1.1 4721487 12 75888144 75888277 Brachypodium mexicanum 52141 CAG|GTACATTCAT...GATGCTTTAATC/GATGCTTTAATC...TGCAG|GTC 0 1 61.635
24707201 GT-AG 0 1.000000099473604e-05 805 Brame.01UG346300.1.v1.1 4721487 13 75888837 75889641 Brachypodium mexicanum 52141 CAG|GTACTGAAAT...TACCTTGTAATT/ACTGTTCTCACT...ATTAG|GTA 1 1 76.284
24707202 GT-AG 0 1.000000099473604e-05 336 Brame.01UG346300.1.v1.1 4721487 14 75890136 75890471 Brachypodium mexicanum 52141 AAA|GTAAGATTCT...AATCCCTTCACT/CTTGTTCTGATA...TACAG|GTC 0 1 89.23

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