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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
1930365 GT-AG 0 1.293010245083704e-05 99 Acora.01G076300.1.v1.1 310699 1 12397306 12397404 Acorus americanus 263995 AAG|GTTTTCGGAA...TTCTCTTTTGTT/TTGTTGTTGAGT...TTTAG|GTG 0 1 7.421
1930366 GT-AG 0 1.000000099473604e-05 200 Acora.01G076300.1.v1.1 310699 2 12397543 12397742 Acorus americanus 263995 CAG|GTGAGCTCTC...TCTGTTTTATTT/TTCTGTTTTATT...TTCAG|CAA 0 1 10.582
1930367 GT-AG 0 0.2218641005036633 116 Acora.01G076300.1.v1.1 310699 3 12397827 12397942 Acorus americanus 263995 CAG|GTATCAATTT...TTTTTTTTAAAA/TTTTTTTTTAAA...TGAAG|ACT 0 1 12.506
1930368 GT-AG 0 1.000000099473604e-05 91 Acora.01G076300.1.v1.1 310699 4 12398069 12398159 Acorus americanus 263995 GAA|GTGGGTTAAT...ATGTTTTTATTT/AATGTTTTTATT...TCCAG|GAG 0 1 15.392
1930369 GT-AG 0 0.0026426241879058 222 Acora.01G076300.1.v1.1 310699 5 12398220 12398441 Acorus americanus 263995 GAG|GTATTGTTTA...TTTTTTCTGATT/TTTTTTCTGATT...AACAG|ATA 0 1 16.766
1930370 GT-AG 0 1.000000099473604e-05 81 Acora.01G076300.1.v1.1 310699 6 12398496 12398576 Acorus americanus 263995 CAG|GTACAAAGAG...CTTGATTTAACT/ATTTAACTTATT...TTCAG|ATA 0 1 18.003
1930371 GT-AG 0 0.0014229598155133 383 Acora.01G076300.1.v1.1 310699 7 12398670 12399052 Acorus americanus 263995 AAG|GTATGCATAT...ACTACATTGACC/TAATTACTGAAT...TATAG|GGA 0 1 20.133
1930372 GT-AG 0 1.000000099473604e-05 461 Acora.01G076300.1.v1.1 310699 8 12399149 12399609 Acorus americanus 263995 GAG|GTAGATATTT...TGCATCTCAAAT/ATGCATCTCAAA...TCTAG|AGC 0 1 22.332
1930373 GT-AG 0 0.0001081657387902 621 Acora.01G076300.1.v1.1 310699 9 12399756 12400376 Acorus americanus 263995 TGG|GTATGATATC...CTGATCTTGGTT/GCCATTCTGATC...TGTAG|GAA 2 1 25.676
1930374 GT-AG 0 0.000367925463962 81 Acora.01G076300.1.v1.1 310699 10 12400527 12400607 Acorus americanus 263995 GAG|GTATTAATCT...CATTTCTTAAGA/TTTTTTTCTATT...TGCAG|CTG 2 1 29.111
1930375 GT-AG 0 7.388810326264508e-05 85 Acora.01G076300.1.v1.1 310699 11 12400738 12400822 Acorus americanus 263995 AAG|GTATAAACCT...AAAGTTTTAATT/AAAGTTTTAATT...AACAG|GAT 0 1 32.089
1930376 GT-AG 0 1.000000099473604e-05 131 Acora.01G076300.1.v1.1 310699 12 12402221 12402351 Acorus americanus 263995 AAG|GTAGGTCATA...ATATTTTTATTA/TTTTTATTAATT...TGTAG|GCT 0 1 64.109
1930377 GT-AG 0 2.348155651745068e-05 70 Acora.01G076300.1.v1.1 310699 13 12402451 12402520 Acorus americanus 263995 TTG|GTAGGTATAC...TTTCTCTTATTC/TTTTCTCTTATT...TGCAG|GTC 0 1 66.377
1930378 GT-AG 0 1.000000099473604e-05 110 Acora.01G076300.1.v1.1 310699 14 12402674 12402783 Acorus americanus 263995 CAG|GTCAGCTAGA...AACTATTTGATT/AACTATTTGATT...TACAG|CTT 0 1 69.881

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