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

✎ 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
87511398 GT-AG 0 1.000000099473604e-05 922 Gotom.A01G174000.1.v1.1 16457558 2 72220608 72221529 Gossypium tomentosum 34277 CAA|GTGAGCTTGC...TTGATCTCAATT/TTTGATCTCAAT...GCTAG|GTG 0 1 4.641
87511399 GT-AG 0 9.33884097774652e-05 368 Gotom.A01G174000.1.v1.1 16457558 3 72222076 72222443 Gossypium tomentosum 34277 ATG|GTATGGTACC...ATTTTGTTAAAT/TTAAATTTCATG...TGTAG|GTG 0 1 10.837
87511400 GT-AG 0 0.0003233539067217 114 Gotom.A01G174000.1.v1.1 16457558 4 72223662 72223775 Gossypium tomentosum 34277 AAT|GTATGTAAAT...TATTTCTGAAAG/TTATTTCTGAAA...TATAG|GTT 0 1 24.66
87511401 GT-AG 0 1.000000099473604e-05 227 Gotom.A01G174000.1.v1.1 16457558 5 72224101 72224327 Gossypium tomentosum 34277 AAG|GTAATTATCT...TTTTTGTTATAT/TATAGATTGATT...CACAG|CAT 1 1 28.348
87511402 GT-AG 0 0.0013226980524372 101 Gotom.A01G174000.1.v1.1 16457558 6 72224584 72224684 Gossypium tomentosum 34277 TAG|GTATTTCCTT...TTTTTTTTTGCT/CAATATATTACT...CTCAG|GCA 2 1 31.253
87511403 GT-AG 0 1.000000099473604e-05 224 Gotom.A01G174000.1.v1.1 16457558 7 72224902 72225125 Gossypium tomentosum 34277 AAG|GTTGTAACTT...ATTATTTTATTT/TTTATTTTCATT...TTCAG|GTT 0 1 33.715
87511404 GT-AG 0 1.000000099473604e-05 139 Gotom.A01G174000.1.v1.1 16457558 8 72225479 72225617 Gossypium tomentosum 34277 GGG|GTAATGACCA...TAATTCTTAACT/TTCTTTTTTATT...TTTAG|GGA 2 1 37.721
87511405 GT-AG 0 1.000000099473604e-05 753 Gotom.A01G174000.1.v1.1 16457558 9 72226158 72226910 Gossypium tomentosum 34277 AAG|GTGTGTTGGA...CAATCCTTGTTA/CCTGGTTTAACA...TTCAG|GTT 2 1 43.849
87511406 GT-AG 0 0.0003584871626191 339 Gotom.A01G174000.1.v1.1 16457558 10 72228109 72228447 Gossypium tomentosum 34277 CAG|GTATTTTGGG...CATGTTATGATT/CATGTTATGATT...TGTAG|GAT 0 1 57.444
87511407 GT-AG 0 0.0003629711361863 440 Gotom.A01G174000.1.v1.1 16457558 11 72228796 72229235 Gossypium tomentosum 34277 AAG|GTTTGCTGTT...CTACTCTTTTCT/GCAAATCTAACT...TGCAG|CTG 0 1 61.394
87511408 GT-AG 0 0.0002413860622906 78 Gotom.A01G174000.1.v1.1 16457558 12 72229474 72229551 Gossypium tomentosum 34277 CGG|GTACAATTTC...ATTGTTTTGAAA/ATTGTTTTGAAA...TGCAG|GTC 1 1 64.094
87511409 GT-AG 0 1.000000099473604e-05 141 Gotom.A01G174000.1.v1.1 16457558 13 72232272 72232412 Gossypium tomentosum 34277 ATG|GTAATGATTA...TCTTTCTTATTG/ATCTTTCTTATT...TGTAG|GTG 0 1 94.961
87511410 GT-AG 0 1.000000099473604e-05 116 Gotom.A01G174000.1.v1.1 16457558 14 72232565 72232680 Gossypium tomentosum 34277 GAG|GTTGGTATCG...ATTTCCTTACAA/TATTTCCTTACA...TTCAG|TAA 2 1 96.686
87522175 GT-AG 0 1.0758439120160624e-05 141 Gotom.A01G174000.1.v1.1 16457558 1 72220327 72220467 Gossypium tomentosum 34277 CTT|GTACGGAAGA...GAGCTTCTAACT/GAGCTTCTAACT...AACAG|ATA   0 3.824

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