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)

13 rows where transcript_id = 28701002

✎ 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
160178360 GT-AG 0 0.0007852765435701 120 Ptrif.0001s1423.1.v1.3.1 28701002 1 19187912 19188031 Citrus trifoliata 37690 GAG|GTAACGTTAT...GATCTTTTGATG/CTTTTGATGACT...TCTAG|GAA 1 1 26.31
160178361 GT-AG 0 0.0084080305429311 98 Ptrif.0001s1423.1.v1.3.1 28701002 2 19188131 19188228 Citrus trifoliata 37690 GAG|GTATGCCTTT...TTCATTTTAAGT/TACATTTTCATT...AGCAG|AGG 1 1 28.436
160178362 GT-AG 0 2.851811686287387e-05 126 Ptrif.0001s1423.1.v1.3.1 28701002 3 19188441 19188566 Citrus trifoliata 37690 AAG|GTAACAATCT...AAATCATTAAAA/CATGAAATCATT...TGCAG|GGG 0 1 32.99
160178363 GT-AG 0 0.0003402110783137 116 Ptrif.0001s1423.1.v1.3.1 28701002 4 19188778 19188893 Citrus trifoliata 37690 TCG|GTATGTGATT...TTTGCTCTAATT/CCTCTATTCATT...TACAG|ATC 1 1 37.521
160178364 GT-AG 0 1.000000099473604e-05 121 Ptrif.0001s1423.1.v1.3.1 28701002 5 19189132 19189252 Citrus trifoliata 37690 TTA|GTAAGTACAC...TTTTTTTTTATG/TTTTTTTTTATG...TCCAG|TGG 2 1 42.633
160178365 GT-AG 0 0.0088726202801046 189 Ptrif.0001s1423.1.v1.3.1 28701002 6 19189401 19189589 Citrus trifoliata 37690 CAC|GTATGTCACA...TTCGTTTTAACA/TTCGTTTTAACA...TTCAG|GCA 0 1 45.812
160178366 GT-AG 0 0.0010317861622696 601 Ptrif.0001s1423.1.v1.3.1 28701002 7 19189802 19190402 Citrus trifoliata 37690 CTC|GTATGTGAGA...CTCTCCTGGAAA/AGAGGTTTGAGC...TACAG|GTA 2 1 50.365
160178367 GT-AG 0 1.6630917977517736e-05 329 Ptrif.0001s1423.1.v1.3.1 28701002 8 19191491 19191819 Citrus trifoliata 37690 TAG|GTACAATTAT...TTTGCTTTCTTT/ACTTTTGTGATG...TGTAG|GGG 1 1 73.733
160178368 GT-AG 0 1.000000099473604e-05 102 Ptrif.0001s1423.1.v1.3.1 28701002 9 19191922 19192023 Citrus trifoliata 37690 TAG|GTGACACTTC...AATAACTTAATA/TGTATACTAATA...TACAG|AAA 1 1 75.924
160178369 GT-AG 0 4.949205432451783e-05 74 Ptrif.0001s1423.1.v1.3.1 28701002 10 19192236 19192309 Citrus trifoliata 37690 AAG|GTAGATTTCT...TGAACTTAAACT/CTTGTATTGAAC...TGCAG|GGG 0 1 80.477
160178370 GT-AG 0 0.0005729274778094 108 Ptrif.0001s1423.1.v1.3.1 28701002 11 19192521 19192628 Citrus trifoliata 37690 TTG|GTATGTGATT...GATTCTTTATAC/AGATTCTTTATA...TACAG|ATT 1 1 85.009
160178371 GT-AG 0 1.000000099473604e-05 102 Ptrif.0001s1423.1.v1.3.1 28701002 12 19192867 19192968 Citrus trifoliata 37690 TTA|GTAAGTAAAT...GTATTCGTAAAT/AAAGTTTTTATG...TTCAG|TGG 2 1 90.12
160178372 GT-AG 0 1.000000099473604e-05 401 Ptrif.0001s1423.1.v1.3.1 28701002 13 19193117 19193517 Citrus trifoliata 37690 CAT|GTAAGTGACA...TCTCCTCTAATT/TTTCTTCTAACA...TTCAG|GCT 0 1 93.299

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