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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
86765126 GT-AG 0 1.000000099473604e-05 927 Gomus.A01G158800.1.v1.1 16261745 2 78194810 78195736 Gossypium mustelinum 34275 CAA|GTGAGCTTGC...TTGATCTCAATT/TTTGATCTCAAT...GCTAG|GTG 0 1 4.302
86765127 GT-AG 0 9.33884097774652e-05 368 Gomus.A01G158800.1.v1.1 16261745 3 78196283 78196650 Gossypium mustelinum 34275 ATG|GTATGGTACC...ATTTTGTTAAAT/TTAAATTTCATG...TGTAG|GTG 0 1 10.516
86765128 GT-AG 0 0.0003233539067217 114 Gomus.A01G158800.1.v1.1 16261745 4 78197869 78197982 Gossypium mustelinum 34275 AAT|GTATGTAAAT...TATTTCTGAAAG/TTATTTCTGAAA...TATAG|GTT 0 1 24.377
86765129 GT-AG 0 1.000000099473604e-05 227 Gomus.A01G158800.1.v1.1 16261745 5 78198308 78198534 Gossypium mustelinum 34275 AAG|GTAATTATCT...TTTTTGTTATAT/TATAGATTGATT...CACAG|CAT 1 1 28.076
86765130 GT-AG 0 0.0013226980524372 101 Gomus.A01G158800.1.v1.1 16261745 6 78198791 78198891 Gossypium mustelinum 34275 TAG|GTATTTCCTT...TTTTTTTTTGCT/CAATATATTACT...CTCAG|GCA 2 1 30.989
86765131 GT-AG 0 1.000000099473604e-05 224 Gomus.A01G158800.1.v1.1 16261745 7 78199109 78199332 Gossypium mustelinum 34275 AAG|GTTGTAACTT...ATTATTTTATTT/TTTATTTTCATT...TTCAG|GTT 0 1 33.459
86765132 GT-AG 0 1.000000099473604e-05 115 Gomus.A01G158800.1.v1.1 16261745 8 78199686 78199800 Gossypium mustelinum 34275 GGG|GTAATGACCA...TAATTCTTAACT/TTCTTTTTTATT...TTTAG|GGA 2 1 37.476
86765133 GT-AG 0 1.000000099473604e-05 751 Gomus.A01G158800.1.v1.1 16261745 9 78200341 78201091 Gossypium mustelinum 34275 AAG|GTGTGTTGGA...CAATCCTTGTTA/CCTGGTTTAACA...TTCAG|GTT 2 1 43.621
86765134 GT-AG 0 0.0003584871626191 336 Gomus.A01G158800.1.v1.1 16261745 10 78202290 78202625 Gossypium mustelinum 34275 CAG|GTATTTTGGG...CATGTTATGATT/CATGTTATGATT...TGTAG|GAT 0 1 57.255
86765135 GT-AG 0 0.0003629711361863 440 Gomus.A01G158800.1.v1.1 16261745 11 78202974 78203413 Gossypium mustelinum 34275 AAG|GTTTGCTGTT...CTACTCTTTTCT/GCAAATCTAACT...TGCAG|CTG 0 1 61.215
86765136 GT-AG 0 0.0002413860622906 78 Gomus.A01G158800.1.v1.1 16261745 12 78203652 78203729 Gossypium mustelinum 34275 CGG|GTACAATTTC...ATTGTTTTGAAA/ATTGTTTTGAAA...TGCAG|GTC 1 1 63.924
86765137 GT-AG 0 1.000000099473604e-05 141 Gomus.A01G158800.1.v1.1 16261745 13 78206456 78206596 Gossypium mustelinum 34275 ATG|GTAATGATTA...TCTTTCTTATTG/ATCTTTCTTATT...TGTAG|GTG 0 1 94.947
86765138 GT-AG 0 1.000000099473604e-05 116 Gomus.A01G158800.1.v1.1 16261745 14 78206749 78206864 Gossypium mustelinum 34275 GAG|GTTGGTATCG...ATTTCCTTACAA/TATTTCCTTACA...TTCAG|TAA 2 1 96.677
86775494 GT-AG 0 0.0366448185005998 155 Gomus.A01G158800.1.v1.1 16261745 1 78194515 78194669 Gossypium mustelinum 34275 AAT|GTATATTAGT...GAGCTTCTAACT/GAGCTTCTAACT...AACAG|ATA   0 3.482

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