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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, 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
86766527 GT-AG 0 0.0032040145802567 99 Gomus.A01G040300.1.v1.1 16261838 2 3577930 3578028 Gossypium mustelinum 34275 TTG|GTATAATATA...TGTTTCTTACAC/ATGTTTCTTACA...TGCAG|TTC 2 1 15.484
86766528 GT-AG 0 1.000000099473604e-05 89 Gomus.A01G040300.1.v1.1 16261838 3 3578450 3578538 Gossypium mustelinum 34275 AAG|GTTCTTATCT...TAACTTTTATTT/TTTTATTTAATC...TGCAG|TCA 0 1 28.761
86766529 GT-AG 0 4.6005947678240336e-05 92 Gomus.A01G040300.1.v1.1 16261838 4 3578996 3579087 Gossypium mustelinum 34275 TAA|GTAAGTTCTC...GTTTTTGTAGTT/ACAATTTTCATG...GACAG|ATG 1 1 43.173
86766530 GT-AG 0 1.000000099473604e-05 104 Gomus.A01G040300.1.v1.1 16261838 5 3579222 3579325 Gossypium mustelinum 34275 AAG|GTGAGTCCCA...GATCTATTATCC/AAGAGTCTGACT...CTCAG|ATG 0 1 47.398
86766531 GT-AG 0 1.000000099473604e-05 81 Gomus.A01G040300.1.v1.1 16261838 6 3579415 3579495 Gossypium mustelinum 34275 CAG|GTGTTGCTAT...ATAATTTTCATT/ATAATTTTCATT...TGCAG|TTG 2 1 50.205
86766532 GT-AG 0 0.0002961959178879 98 Gomus.A01G040300.1.v1.1 16261838 7 3579582 3579679 Gossypium mustelinum 34275 TCT|GTACTTGCTT...CATAGCTTACTT/ACATAGCTTACT...TATAG|GTT 1 1 52.917
86766533 GT-AG 0 1.1651978185527254e-05 164 Gomus.A01G040300.1.v1.1 16261838 8 3579843 3580006 Gossypium mustelinum 34275 GAG|GTCTATAGAA...ATCACCTTGCCT/GGAAATTTCATC...TCCAG|ACT 2 1 58.057
86766534 GT-AG 0 1.000000099473604e-05 145 Gomus.A01G040300.1.v1.1 16261838 9 3580131 3580275 Gossypium mustelinum 34275 AAG|GTGTTTATCA...TACTTTTTTGTT/TATCTGTTTACT...ACCAG|GTA 0 1 61.968
86766535 GT-AG 0 1.000000099473604e-05 105 Gomus.A01G040300.1.v1.1 16261838 10 3580434 3580538 Gossypium mustelinum 34275 AAG|GTGTGAAACC...ACTAACTTGATT/AACTTGTTTACC...GAAAG|GTG 2 1 66.95
86766536 GT-AG 0 0.2209242295118292 379 Gomus.A01G040300.1.v1.1 16261838 11 3580624 3581002 Gossypium mustelinum 34275 CAG|GTATCACTCT...CATTTCTTGACG/GGTTTATTAACT...ATCAG|GAG 0 1 69.631
86766537 GT-AG 0 1.000000099473604e-05 203 Gomus.A01G040300.1.v1.1 16261838 12 3581216 3581418 Gossypium mustelinum 34275 GAG|GTAAAGTCAG...TAGATTTTATCT/TTAGATTTTATC...TTCAG|GTA 0 1 76.348
86766538 GT-AG 0 1.000000099473604e-05 82 Gomus.A01G040300.1.v1.1 16261838 13 3581481 3581562 Gossypium mustelinum 34275 GAG|GTAGATGCCT...TATTCCTTTTCT/AAGTATGTGATT...TCAAG|GTC 2 1 78.303
86775538 GT-AG 0 1.000000099473604e-05 1734 Gomus.A01G040300.1.v1.1 16261838 1 3575842 3577575 Gossypium mustelinum 34275 GAG|GTAAGAAAGA...TTGATTTCAATG/CATGTTGTCATT...TATAG|TTT   0 6.433

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