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

✎ 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
86766011 GT-AG 0 1.000000099473604e-05 138 Gomus.A01G228800.1.v1.1 16261796 1 119625124 119625261 Gossypium mustelinum 34275 CAG|GTTAGGGGCC...AAATCCTCGATT/TCTTTTCTGACT...TTCAG|GTA 0 1 0.589
86766012 GT-AG 0 0.0311221679958506 101 Gomus.A01G228800.1.v1.1 16261796 2 119625385 119625485 Gossypium mustelinum 34275 CAG|GTTTACTTTT...TTTTTTTTAAAT/TTTTTTTTAAAT...TGTAG|AAA 0 1 3.605
86766013 GT-AG 0 0.0191570451336009 143 Gomus.A01G228800.1.v1.1 16261796 3 119625727 119625869 Gossypium mustelinum 34275 CTG|GTATGCTAAT...ATTTCCTTCTTT/TTTGTATTGATT...GATAG|ATT 1 1 9.514
86766014 GT-AG 0 1.000000099473604e-05 686 Gomus.A01G228800.1.v1.1 16261796 4 119626463 119627148 Gossypium mustelinum 34275 CTG|GTAATACCCT...AACTCTATGATT/GTGGAACTGATC...GACAG|ACT 0 1 24.056
86766015 GT-AG 0 2.6932341383035287e-05 79 Gomus.A01G228800.1.v1.1 16261796 5 119628133 119628211 Gossypium mustelinum 34275 CAG|GTAAACTGAT...CTATCTTTGTCT/CTGTTGTTTATT...TTTAG|GTT 0 1 48.185
86766016 GT-AG 0 1.9908336334945937e-05 264 Gomus.A01G228800.1.v1.1 16261796 6 119628547 119628810 Gossypium mustelinum 34275 AAG|GTATTAAATC...ATTTATTTGATC/ATTTATTTGATC...GGCAG|GGT 2 1 56.4
86766017 GT-AG 0 5.951291513091918e-05 108 Gomus.A01G228800.1.v1.1 16261796 7 119629090 119629197 Gossypium mustelinum 34275 TGA|GTAAGTTGTA...TTTTTTCTAAAG/AGTTAATTTATT...TAAAG|GTA 2 1 63.242
86766018 GT-AG 0 1.000000099473604e-05 1065 Gomus.A01G228800.1.v1.1 16261796 8 119629451 119630515 Gossypium mustelinum 34275 AAG|GTTAGCCCTC...AACTTTTTAATC/AACTTTTTAATC...TGCAG|CAC 0 1 69.446
86766019 GT-AG 0 9.846393679913532e-05 79 Gomus.A01G228800.1.v1.1 16261796 9 119630687 119630765 Gossypium mustelinum 34275 CAG|GTCTATCTTT...CATCTATTAACT/CTTGTTTTCAAT...TGCAG|ATG 0 1 73.639
86766020 GT-AG 0 0.0064058237043247 141 Gomus.A01G228800.1.v1.1 16261796 10 119630859 119630999 Gossypium mustelinum 34275 CAG|GTATACTCCT...CCCACATTACTG/ACAATGCTGACC...TGCAG|TTG 0 1 75.92
86766021 GT-AG 0 1.2694524855214289e-05 113 Gomus.A01G228800.1.v1.1 16261796 11 119631108 119631220 Gossypium mustelinum 34275 GAG|GTATTAGCAT...TCTGTTTTAAAT/TCTGTTTTAAAT...TTTAG|GTT 0 1 78.568
86766022 GT-AG 0 0.0060533821378305 231 Gomus.A01G228800.1.v1.1 16261796 12 119631338 119631568 Gossypium mustelinum 34275 AAG|GTACGCTGTT...ATCTTCTTGATC/ATCTTCTTGATC...TATAG|GTT 0 1 81.437
86766023 GT-AG 0 1.000000099473604e-05 137 Gomus.A01G228800.1.v1.1 16261796 13 119631659 119631795 Gossypium mustelinum 34275 AAG|GTACAATAAT...GTTTTCTTGCTC/TTTGTTATCATC...TACAG|CTT 0 1 83.644
86775514 GT-AG 0 1.000000099473604e-05 1325 Gomus.A01G228800.1.v1.1 16261796 14 119631906 119633230 Gossypium mustelinum 34275 CAG|GTGAACTTCC...ATTGTATTGACT/ATTGTATTGACT...TGCAG|AAT   0 86.341

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