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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, 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
210096323 GT-AG 0 0.0010726493134219 194 rna-XM_034828143.1 38062806 3 23625472 23625665 Vitis riparia 96939 GAG|GTATTGATTG...TTGTTTTTGATG/TTGTTTTTGATG...TGCAG|AGA 0 1 13.762
210096324 GT-AG 0 1.000000099473604e-05 2643 rna-XM_034828143.1 38062806 4 23625712 23628354 Vitis riparia 96939 ATG|GTGAGTACTG...TTGATATTATTA/GATATTATTACT...AACAG|CAG 1 1 15.133
210096325 GT-AG 0 6.465898369724109e-05 187 rna-XM_034828143.1 38062806 5 23628685 23628871 Vitis riparia 96939 AGT|GTAAGTCTCC...GTTTTTTCAATA/TGTTTTTTCAAT...TGCAG|TGA 1 1 24.963
210096326 GT-AG 0 0.0009240605122655 84 rna-XM_034828143.1 38062806 6 23629306 23629389 Vitis riparia 96939 GAG|GTATGTGATC...TTCTTCTTGAAT/TGTTTATTAATA...CACAG|CAA 0 1 37.891
210096327 GT-AG 0 1.000000099473604e-05 207 rna-XM_034828143.1 38062806 7 23629549 23629755 Vitis riparia 96939 AAG|GTGTGATTCT...TGTTGCTTGACT/GCTTGACTCATT...GTTAG|GAC 0 1 42.627
210096328 GT-AG 0 1.000000099473604e-05 88 rna-XM_034828143.1 38062806 8 23629873 23629960 Vitis riparia 96939 GAG|GTGAGTTGTT...TTCCTCTTCCTG/ACATGAGTGATT...TGCAG|ATC 0 1 46.113
210096329 GT-AG 0 1.000000099473604e-05 299 rna-XM_034828143.1 38062806 9 23630110 23630408 Vitis riparia 96939 ACG|GTGGGTATTG...TATTTCTGAATT/TTATTTCTGAAT...TACAG|TTT 2 1 50.551
210096330 GT-AG 0 0.0001011802981179 90 rna-XM_034828143.1 38062806 10 23630507 23630596 Vitis riparia 96939 CTG|GTATGGTTAC...GGATTCTAGATA/TGTTGTCTCATG...AACAG|GAC 1 1 53.47
210096331 GT-AG 0 1.000000099473604e-05 543 rna-XM_034828143.1 38062806 11 23631014 23631556 Vitis riparia 96939 GTG|GTAAGTGTGA...TTTCCATTATAC/AAGTAACTGATC...TCCAG|TTT 1 1 65.892
210096332 GT-AG 0 0.0016298184071963 1090 rna-XM_034828143.1 38062806 12 23632209 23633298 Vitis riparia 96939 CAA|GTATGTGGCA...GCTTTCTTACTA/CTAGTTCTGATT...TGCAG|ATA 2 1 85.314
210096333 GC-AG 0 1.000000099473604e-05 177 rna-XM_034828143.1 38062806 13 23633384 23633560 Vitis riparia 96939 AAG|GCAAGTGCAT...TTTTATTTAATT/TATTTATTTATT...TGCAG|AAC 0 1 87.846
210096334 GT-AG 0 0.0001164559479679 420 rna-XM_034828143.1 38062806 14 23633630 23634049 Vitis riparia 96939 CAG|GTTTGTTTCT...GATTCATTACTT/TTATGATTCATT...GGCAG|GCA 0 1 89.902
210096335 GT-AG 0 1.000000099473604e-05 256 rna-XM_034828143.1 38062806 15 23634230 23634485 Vitis riparia 96939 CAG|GTATGAGGAT...GAAACCTTATAT/AGAAACCTTATA...GGCAG|GTG 0 1 95.264
210102100 GT-AG 0 1.000000099473604e-05 278 rna-XM_034828143.1 38062806 1 23624314 23624591 Vitis riparia 96939 AAG|GTCCGTTTCT...ATGTGGTTAACG/ATGTGGTTAACG...TGCAG|GGA   0 4.409
210102101 GT-AG 0 1.000000099473604e-05 473 rna-XM_034828143.1 38062806 2 23624828 23625300 Vitis riparia 96939 CAG|GTTGGGATTT...TTTTCTTTCATT/TTTTCTTTCATT...TATAG|ATG   0 11.439

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