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

✎ 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
87512431 GT-AG 0 1.000000099473604e-05 138 Gotom.A01G249100.1.v1.1 16457615 1 112085491 112085628 Gossypium tomentosum 34277 CAG|GTTAGGGGCC...AAATCCTCGATT/TCTTTTCTGACT...TTCAG|GTA 0 1 0.59
87512432 GT-AG 0 0.0311221679958506 100 Gotom.A01G249100.1.v1.1 16457615 2 112085752 112085851 Gossypium tomentosum 34277 CAG|GTTTACTTTT...TTTTTTTTAAAT/TTTTTTTTAAAT...TGTAG|AAA 0 1 3.613
87512433 GT-AG 0 0.0191570451336009 143 Gotom.A01G249100.1.v1.1 16457615 3 112086093 112086235 Gossypium tomentosum 34277 CTG|GTATGCTAAT...ATTTCCTTCTTT/TTTGTATTGATT...GATAG|ATT 1 1 9.536
87512434 GT-AG 0 1.000000099473604e-05 686 Gotom.A01G249100.1.v1.1 16457615 4 112086829 112087514 Gossypium tomentosum 34277 CTG|GTAATACCCT...AACTCTATGATT/GTGGAACTGATC...GACAG|ACT 0 1 24.109
87512435 GT-AG 0 2.6932341383035287e-05 79 Gotom.A01G249100.1.v1.1 16457615 5 112088499 112088577 Gossypium tomentosum 34277 CAG|GTAAACTGAT...CTATCTTTGTCT/CTGTTGTTTATT...TTTAG|GTT 0 1 48.292
87512436 GT-AG 0 1.9908336334945937e-05 264 Gotom.A01G249100.1.v1.1 16457615 6 112088913 112089176 Gossypium tomentosum 34277 AAG|GTATTAAATC...ATTTATTTGATC/ATTTATTTGATC...GGCAG|GGT 2 1 56.525
87512437 GT-AG 0 5.951291513091918e-05 108 Gotom.A01G249100.1.v1.1 16457615 7 112089456 112089563 Gossypium tomentosum 34277 TGA|GTAAGTTGTA...TTTTTTCTAAAG/AGTTAATTTATT...TAAAG|GTA 2 1 63.382
87512438 GT-AG 0 1.000000099473604e-05 1064 Gotom.A01G249100.1.v1.1 16457615 8 112089817 112090880 Gossypium tomentosum 34277 AAG|GTTAGCCCTC...AACTTTTTAATC/AACTTTTTAATC...TGCAG|CAC 0 1 69.599
87512439 GT-AG 0 0.0001047469371192 79 Gotom.A01G249100.1.v1.1 16457615 9 112091052 112091130 Gossypium tomentosum 34277 CAG|GTCTATCTTT...CATCTATTAACT/CTTGTTTTCAAC...TGCAG|ATG 0 1 73.802
87512440 GT-AG 0 0.0064058237043247 141 Gotom.A01G249100.1.v1.1 16457615 10 112091224 112091364 Gossypium tomentosum 34277 CAG|GTATACTCCT...CCCACATTACTG/ACAATGCTGACC...TGCAG|TTG 0 1 76.087
87512441 GT-AG 0 1.2694524855214289e-05 113 Gotom.A01G249100.1.v1.1 16457615 11 112091473 112091585 Gossypium tomentosum 34277 GAG|GTATTAGCAT...TCTGTTTTAAAT/TCTGTTTTAAAT...TTTAG|GTT 0 1 78.742
87512442 GT-AG 0 0.0060533821378305 231 Gotom.A01G249100.1.v1.1 16457615 12 112091703 112091933 Gossypium tomentosum 34277 AAG|GTACGCTGTT...ATCTTCTTGATC/ATCTTCTTGATC...TATAG|GTT 0 1 81.617
87512443 GT-AG 0 1.000000099473604e-05 137 Gotom.A01G249100.1.v1.1 16457615 13 112092024 112092160 Gossypium tomentosum 34277 AAG|GTACAATAAT...GTTTTCTTGCTC/TTTGTTATCATC...TACAG|CTT 0 1 83.829
87522192 GT-AG 0 1.000000099473604e-05 1331 Gotom.A01G249100.1.v1.1 16457615 14 112092271 112093601 Gossypium tomentosum 34277 CAG|GTGAACTTCC...ATTGTATTGACT/ATTGTATTGACT...AATAG|GTG   0 86.532

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