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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, 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
63298609 GT-AG 0 1.000000099473604e-05 91 Dioal.01G074500.1.v2.1 11523744 2 25390366 25390456 Dioscorea alata 55571 CAG|GTAAGAGTGT...TTATTCTTGATG/AAGTTTTTGATT...GTTAG|TTG 1 1 15.307
63298610 GT-AG 0 0.0001055350951056 449 Dioal.01G074500.1.v2.1 11523744 3 25389804 25390252 Dioscorea alata 55571 CAG|GTTTGTCTTT...ATATCTTTATTC/TATATCTTTATT...AACAG|GTG 0 1 18.98
63298611 GT-AG 0 9.467273742781748e-05 77 Dioal.01G074500.1.v2.1 11523744 4 25389628 25389704 Dioscorea alata 55571 CAT|GTCCGTTAGT...TTTGTTTTAGCT/TTTAGCTTTATC...TTCAG|GCT 0 1 22.197
63298612 GT-AG 0 1.5030753425167668e-05 193 Dioal.01G074500.1.v2.1 11523744 5 25389378 25389570 Dioscorea alata 55571 TCT|GTAAGTGCAA...TTTTCATTAACT/GATTTTTTCATT...TATAG|GAA 0 1 24.049
63298613 GT-AG 0 1.000000099473604e-05 70 Dioal.01G074500.1.v2.1 11523744 6 25389155 25389224 Dioscorea alata 55571 CTG|GTGAGGGTGC...TTGTGTTTAACT/TTGTGTTTAACT...TCCAG|GAT 0 1 29.022
63298614 GT-AG 0 0.0010183175406689 98 Dioal.01G074500.1.v2.1 11523744 7 25388972 25389069 Dioscorea alata 55571 GTG|GTAACATAAT...TAATCCTTAAAT/TAGATCTTAATC...TCCAG|GAC 1 1 31.784
63298615 GT-AG 0 0.1304100811809345 182 Dioal.01G074500.1.v2.1 11523744 8 25388699 25388880 Dioscorea alata 55571 TAG|GTACTCTTCA...TCTTCTTTAATT/TCTTCTTTAATT...TTCAG|GGA 2 1 34.742
63298616 GT-AG 0 0.001075081635209 70 Dioal.01G074500.1.v2.1 11523744 9 25388464 25388533 Dioscorea alata 55571 AAG|GTTTACTGAC...ACATTTTTAAAT/ACATTTTTAAAT...CTCAG|GGC 2 1 40.104
63298617 GT-AG 0 0.0014589018552629 254 Dioal.01G074500.1.v2.1 11523744 10 25388090 25388343 Dioscorea alata 55571 CAG|GTTTTCCCTC...AATGTCTTATCA/AAATGTCTTATC...GAAAG|GTA 2 1 44.004
63298618 GT-AG 0 1.000000099473604e-05 89 Dioal.01G074500.1.v2.1 11523744 11 25387925 25388013 Dioscorea alata 55571 CAG|GTGAGTTTAT...TATTTTTTATAC/TTTATACTAATA...AACAG|GTG 0 1 46.474
63298619 GT-AG 0 1.1919771747138194e-05 230 Dioal.01G074500.1.v2.1 11523744 12 25387559 25387788 Dioscorea alata 55571 TTG|GTAATTCATG...TAGATTTTGACA/TAGATTTTGACA...TGCAG|TGC 1 1 50.894
63298620 GT-AG 0 1.000000099473604e-05 93 Dioal.01G074500.1.v2.1 11523744 13 25386321 25386413 Dioscorea alata 55571 AAG|GTACAGCTTC...TTCTTCTTATGT/ATTCTTCTTATG...GCTAG|GTT 0 1 88.105
63298621 GT-AG 0 1.000000099473604e-05 103 Dioal.01G074500.1.v2.1 11523744 14 25386027 25386129 Dioscorea alata 55571 GGA|GTAAGTCACT...ATTGTTTGAACT/AATTGTTTGAAC...TGCAG|GGA 2 1 94.313
63301912 GT-AG 0 1.000000099473604e-05 98 Dioal.01G074500.1.v2.1 11523744 1 25390545 25390642 Dioscorea alata 55571 AAG|GTGGGGAATT...TTCTCTTGGATG/GATGTTGTGAAA...TGCAG|TAG   0 14.202

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