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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
197657121 GT-AG 0 0.0026533251804463 262 rna-XM_007046522.2 35103477 1 522587 522848 Theobroma cacao 3641 ATC|GTAAATTTCA...ATGATTTTGATT/ATGATTTTGATT...TGCAG|CGG 0 1 1.412
197657122 GT-AG 0 1.000000099473604e-05 746 rna-XM_007046522.2 35103477 2 521577 522322 Theobroma cacao 3641 GAG|GTACTACTAT...CATTCTCTAATT/CATTCTCTAATT...TCCAG|GAA 0 1 5.852
197657123 GT-AG 0 0.0642675009939854 86 rna-XM_007046522.2 35103477 3 521191 521276 Theobroma cacao 3641 CGG|GTAGCCATTT...GTTCTTTTAGAT/ATTATATTCATC...TCTAG|GTT 0 1 10.896
197657124 GC-AG 0 1.000000099473604e-05 97 rna-XM_007046522.2 35103477 4 520935 521031 Theobroma cacao 3641 GAG|GCAAGTCTCT...CAAATCTGAATT/TGAATTTTCATG...TCCAG|GAT 0 1 13.57
197657125 GT-AG 0 0.0001244645685664 104 rna-XM_007046522.2 35103477 5 520669 520772 Theobroma cacao 3641 AGG|GTATAGCTGC...ATCTCTTTGTCA/GTATTGTTAAAC...TGTAG|GCT 0 1 16.294
197657126 GT-AG 0 1.000000099473604e-05 75 rna-XM_007046522.2 35103477 6 520373 520447 Theobroma cacao 3641 GAG|GTAAGTATCT...TTGTTCTTCCAC/TTCTTCCACATT...AACAG|GTT 2 1 20.01
197657127 GC-AG 0 0.0001644571163446 83 rna-XM_007046522.2 35103477 7 520148 520230 Theobroma cacao 3641 AAG|GCATGCTTCT...GTTCCCTTTGTT/TTTGTTGTAACT...TTCAG|GTG 0 1 22.398
197657128 GT-AG 0 1.000000099473604e-05 75 rna-XM_007046522.2 35103477 8 519737 519811 Theobroma cacao 3641 AAG|GTGATGGATC...TGAGTCTAATAT/GTGAGTCTAATA...TTCAG|GAT 0 1 28.048
197657129 GT-AG 0 0.000462787427511 356 rna-XM_007046522.2 35103477 9 519094 519449 Theobroma cacao 3641 TTG|GTACGTCTTT...AATTTTTTAAAA/GTTTTGTTAATA...AACAG|GGA 2 1 32.874
197657130 GT-AG 0 0.0003729180383759 79 rna-XM_007046522.2 35103477 10 518756 518834 Theobroma cacao 3641 CAG|GTACCTGAAG...CTCTCTTTTGTT/TGCATGCTAATA...TTCAG|GTG 0 1 37.229
197657131 GT-AG 0 2.1270892553226716e-05 154 rna-XM_007046522.2 35103477 11 515495 515648 Theobroma cacao 3641 CAG|GTAATTTATG...TTATTTTTGAAT/TTTATATTCATT...TGCAG|CCC 2 1 89.474
197657132 GT-AG 0 0.031922680123319 189 rna-XM_007046522.2 35103477 12 515234 515422 Theobroma cacao 3641 CAG|GTAACTTTTC...TTGTTCTGAATG/TTTGTTCTGAAT...ACCAG|CCC 2 1 90.684
197657133 GT-AG 0 1.000000099473604e-05 71 rna-XM_007046522.2 35103477 13 515109 515179 Theobroma cacao 3641 CAG|GTAAGCAGAC...TTTTCTCTATTT/TTGTTGTTTATA...TGCAG|TCC 2 1 91.592
197671356 GT-AG 0 1.000000099473604e-05 337 rna-XM_007046522.2 35103477 14 514596 514932 Theobroma cacao 3641 AAG|GTTGATCTGT...TTGGTCTTAGTT/GCATATCTGACT...TTCAG|TTA   0 94.552

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