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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
99479645 GT-AG 0 1.000000099473604e-05 98 Joasc.01G034400.1.v1.1 18637094 1 4016867 4016964 Joinvillea ascendens 38723 CAG|GTGTTTGTTT...TATTTTGTGACT/TATTTTGTGACT...GACAG|AGC 0 1 47.351
99479646 GT-AG 0 0.000318371227364 107 Joasc.01G034400.1.v1.1 18637094 2 4016664 4016770 Joinvillea ascendens 38723 GAG|GTATAATATC...TATGCCATATTT/GAAGTGCTGAAG...TTCAG|GCT 0 1 50.042
99479647 GT-AG 0 0.000104304392459 83 Joasc.01G034400.1.v1.1 18637094 3 4016491 4016573 Joinvillea ascendens 38723 CAG|GTAAATTTTG...TTATGCTTGAAA/GATAAATTAATG...TTCAG|ATT 0 1 52.565
99479648 GT-AG 0 8.530750545786617e-05 256 Joasc.01G034400.1.v1.1 18637094 4 4016130 4016385 Joinvillea ascendens 38723 AAG|GTATGATCCT...TGTTTCTAGACC/CTAATGCTTACT...ATTAG|GGC 0 1 55.509
99479649 GT-AG 0 6.681145443100237e-05 225 Joasc.01G034400.1.v1.1 18637094 5 4015845 4016069 Joinvillea ascendens 38723 CAA|GTAAGTTGAG...TTGTTTTTATCA/GTTGTTTTTATC...CTCAG|TCT 0 1 57.191
99479650 GT-AG 0 2.324020774141166e-05 84 Joasc.01G034400.1.v1.1 18637094 6 4015698 4015781 Joinvillea ascendens 38723 AAG|GTAAATCTTG...GAGGCTTTACCT/TGAGGCTTTACC...TACAG|ATC 0 1 58.957
99479651 GT-AG 0 0.0002724205315661 333 Joasc.01G034400.1.v1.1 18637094 7 4015269 4015601 Joinvillea ascendens 38723 GAG|GTATTTCATC...TCATTGTTATTT/ATATTATTCATG...TGCAG|GCG 0 1 61.648
99479652 GT-AG 0 0.0003999082600695 1137 Joasc.01G034400.1.v1.1 18637094 8 4013967 4015103 Joinvillea ascendens 38723 GAG|GTATGTCATC...TATATCTTATTC/GTATATCTTATT...TGTAG|GAA 0 1 66.274
99479653 GT-AG 0 1.000000099473604e-05 162 Joasc.01G034400.1.v1.1 18637094 9 4013631 4013792 Joinvillea ascendens 38723 AAG|GTGAGCATTA...CTATGCTTATAT/TCTATGCTTATA...CTTAG|GCA 0 1 71.152
99479654 GT-AG 0 0.001287309803373 147 Joasc.01G034400.1.v1.1 18637094 10 4013418 4013564 Joinvillea ascendens 38723 AAG|GTATTAATTT...TCTCTCTTAATG/ATTTTATTAATT...CTCAG|CTT 0 1 73.003
99479655 GT-AG 0 3.592042110617683e-05 3323 Joasc.01G034400.1.v1.1 18637094 11 4009996 4013318 Joinvillea ascendens 38723 ACG|GTAAGCCATA...TTTCACTTAATT/CATATTTTCACT...CATAG|CTT 0 1 75.778
99479656 GT-AG 0 1.000000099473604e-05 633 Joasc.01G034400.1.v1.1 18637094 12 4009216 4009848 Joinvillea ascendens 38723 CAG|GTGTGTTACT...TATTTCTGATTG/CTATTTCTGATT...TTCAG|CAG 0 1 79.899
99486197 GT-AG 0 0.0078775715320026 84 Joasc.01G034400.1.v1.1 18637094 13 4008942 4009025 Joinvillea ascendens 38723 TAG|GTAGCTCTTT...GTTTGCTTAATG/TGTTTGCTTAAT...TGCAG|GGC   0 85.226
99486198 GT-AG 0 1.0008810074877743 1737 Joasc.01G034400.1.v1.1 18637094 14 4007163 4008899 Joinvillea ascendens 38723 AAG|GTATTCTTCT...TTGCTTTTATCT/TTTGCTTTTATC...TGCAG|ATG   0 86.403

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