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)

13 rows where transcript_id = 16261765

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
86765527 GT-AG 0 2.1965871028721068e-05 83 Gomus.A01G238500.1.v1.1 16261765 1 120499131 120499213 Gossypium mustelinum 34275 CAG|GTTAGCTTTA...TGTTTCTTATAA/ATGTTTCTTATA...AGCAG|AGT 2 1 21.474
86765528 GT-AG 0 1.000000099473604e-05 79 Gomus.A01G238500.1.v1.1 16261765 2 120499278 120499356 Gossypium mustelinum 34275 CAA|GTAAGAACCC...ATCTTTTTGCTT/TTTTTGGTCATC...TTTAG|GAT 0 1 22.925
86765529 GT-AG 0 7.181705041340291e-05 77 Gomus.A01G238500.1.v1.1 16261765 3 120499770 120499846 Gossypium mustelinum 34275 TAG|GTAACAAACT...GGGTTTTTATCA/GTTTTTATCAGT...TACAG|TTA 2 1 32.29
86765530 GT-AG 0 1.000000099473604e-05 77 Gomus.A01G238500.1.v1.1 16261765 4 120501270 120501346 Gossypium mustelinum 34275 CTG|GTTCGTTATC...TGAAATTTAACT/TGAAATTTAACT...TTCAG|GTC 0 1 64.558
86765531 GT-AG 0 1.000000099473604e-05 212 Gomus.A01G238500.1.v1.1 16261765 5 120501575 120501786 Gossypium mustelinum 34275 ATG|GTTAGTACTT...GATTTCATGATA/GTCGATTTCATG...TGCAG|GAA 0 1 69.728
86765532 GT-AG 0 1.000000099473604e-05 394 Gomus.A01G238500.1.v1.1 16261765 6 120502097 120502490 Gossypium mustelinum 34275 CAA|GTAAGTAACA...TTAACTTTAAAT/TCATCATTAACT...CATAG|CTG 1 1 76.757
86765533 GT-AG 0 0.0004851068414638 87 Gomus.A01G238500.1.v1.1 16261765 7 120502616 120502702 Gossypium mustelinum 34275 GCA|GTAAGCCCAT...GTTTCCGTAACA/TATCAAATAACC...TGTAG|ACC 0 1 79.592
86765534 GT-AG 0 1.000000099473604e-05 91 Gomus.A01G238500.1.v1.1 16261765 8 120502823 120502913 Gossypium mustelinum 34275 AAG|GTTTGAGCCT...ATAACCGTAAGA/AAGGTGATAACC...GATAG|GTT 0 1 82.313
86765535 GT-AG 0 1.000000099473604e-05 86 Gomus.A01G238500.1.v1.1 16261765 9 120503046 120503131 Gossypium mustelinum 34275 CGG|GTAAACGATC...TTTTTTTTGTTC/TTTTTGTTCATA...TGTAG|GTA 0 1 85.306
86765536 GT-AG 0 1.000000099473604e-05 92 Gomus.A01G238500.1.v1.1 16261765 10 120503255 120503346 Gossypium mustelinum 34275 AAG|GTCGGAATTA...GTTTTCTTTTTT/GCTGTAATTATA...TGCAG|GTT 0 1 88.095
86765537 GT-AG 0 1.000000099473604e-05 1424 Gomus.A01G238500.1.v1.1 16261765 11 120503458 120504881 Gossypium mustelinum 34275 CAG|GTTAGTACAC...ATCTTCCTAATG/CTAATGTTTATA...ATCAG|GAG 0 1 90.612
86765538 GT-AG 0 1.000000099473604e-05 116 Gomus.A01G238500.1.v1.1 16261765 12 120505026 120505141 Gossypium mustelinum 34275 AAG|GTAATATTTT...TAAATTTTAAAA/TTTAAATTGATC...TGAAG|GTG 0 1 93.878
86765539 GT-AG 0 1.000000099473604e-05 901 Gomus.A01G238500.1.v1.1 16261765 13 120505394 120506294 Gossypium mustelinum 34275 CAG|GTCAGTCACT...TTTTCCTTTTTC/CTGGTGCTCATT...TACAG|GCT 0 1 99.592

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