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

✎ 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
210096046 GT-AG 0 0.0001358262584188 119 rna-XM_034831239.1 38062778 1 10891595 10891713 Vitis riparia 96939 CAG|GTTTATCTTT...TTTGCGTTATTT/TAATTCCTCATT...CGTAG|AGG 0 1 13.629
210096047 GT-AG 0 0.0002276341844271 206 rna-XM_034831239.1 38062778 2 10891890 10892095 Vitis riparia 96939 CCG|GTATGTAATG...GTGGGTTTATCA/GGTGGGTTTATC...TACAG|TGA 2 1 18.626
210096048 GT-AG 0 0.0034210395368383 471 rna-XM_034831239.1 38062778 3 10892210 10892680 Vitis riparia 96939 GAG|GTATTTTATT...TAACTTTTGTTT/AGTAATTTCAGT...TGCAG|TGT 2 1 21.863
210096049 GT-AG 0 0.0013370102626206 99 rna-XM_034831239.1 38062778 4 10892790 10892888 Vitis riparia 96939 ATA|GTATGTGATT...TTCATCTTATAA/TATATTCTAACC...TTTAG|GTT 0 1 24.957
210096050 GT-AG 0 1.1699319293372086 739 rna-XM_034831239.1 38062778 5 10892976 10893714 Vitis riparia 96939 CAG|GTATCTTTAG...GTTCTTTTCACT/GTTCTTTTCACT...TCTAG|ATA 0 1 27.428
210096051 GT-AG 0 0.003650088774211 903 rna-XM_034831239.1 38062778 6 10893834 10894736 Vitis riparia 96939 TAG|GTACCACCCA...AATTTCTTACTT/AAATTTCTTACT...AACAG|GAA 2 1 30.806
210096052 GT-AG 0 0.0010893304197137 176 rna-XM_034831239.1 38062778 7 10894918 10895093 Vitis riparia 96939 CAA|GTATGAACTT...AAGTTCTTAACT/AAGTTCTTAACT...TTCAG|GTT 0 1 35.945
210096053 GT-AG 0 0.0257951199875136 87 rna-XM_034831239.1 38062778 8 10895694 10895780 Vitis riparia 96939 GCA|GTATGCACCT...TTTTTTTTTATG/TTTTTTTTTATG...TACAG|GGT 0 1 52.981
210096054 GT-AG 0 0.0001938143451646 491 rna-XM_034831239.1 38062778 9 10896060 10896550 Vitis riparia 96939 AGG|GTACATCATT...ATAATCTTACCT/AATAATCTTACC...TGCAG|GCA 0 1 60.903
210096055 GT-AG 0 1.000000099473604e-05 628 rna-XM_034831239.1 38062778 10 10896758 10897385 Vitis riparia 96939 ATG|GTGAGTTTAT...ATCCTTTTGAAT/AATGCACTTATC...CACAG|GTC 0 1 66.78
210096056 GT-AG 0 0.0005105761237096 339 rna-XM_034831239.1 38062778 11 10897752 10898090 Vitis riparia 96939 GAG|GTAATCTGTA...ATTTGCTTAACC/ATTTGCTTAACC...GCTAG|GTG 0 1 77.172
210096057 GT-AG 0 1.000000099473604e-05 4882 rna-XM_034831239.1 38062778 12 10898328 10903209 Vitis riparia 96939 CAG|GTAAAATTGA...GTTTCTTTGAAA/AGTGGTCTCACT...TCCAG|GTC 0 1 83.901
210096058 GT-AG 0 0.0036240759210279 302 rna-XM_034831239.1 38062778 13 10903431 10903732 Vitis riparia 96939 CAG|GTATTTGTCT...TTAATTTTAATT/TTAATTTTAATT...TGCAG|CTA 2 1 90.176
210096059 GT-AG 0 1.000000099473604e-05 96 rna-XM_034831239.1 38062778 14 10903833 10903928 Vitis riparia 96939 CAG|GTGAGTCTAC...AATGCTTTAGTT/GCTTTAGTTACT...TACAG|ATA 0 1 93.015
210096060 GT-AG 0 3.888347936762146e-05 138 rna-XM_034831239.1 38062778 15 10904076 10904213 Vitis riparia 96939 CAG|GTACAATATT...TGTTGCTTATCT/GCTTATCTCACC...GCCAG|ATT 0 1 97.189

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