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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_minor, 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
196000829 GT-AG 0 0.0773204508545125 243 rna-XM_043866540.1 34796221 1 18817859 18818101 Telopea speciosissima 54955 TCT|GTATGTTATA...ATTTTCTTCTCC/TACAATTTGATT...CGTAG|GAG 0 1 3.788
196000830 GT-AG 0 0.0001246949824734 485 rna-XM_043866540.1 34796221 2 18818840 18819324 Telopea speciosissima 54955 CGA|GTAAGTTTAG...CATTTTTTATTA/TCATTTTTTATT...TTTAG|GAT 0 1 20.73
196000831 GT-AG 0 1.492862149163478e-05 84 rna-XM_043866540.1 34796221 3 18819532 18819615 Telopea speciosissima 54955 AAG|GTAATGTTAT...CTCTCTTTAACA/CTCTCTTTAACA...CTCAG|GAA 0 1 25.482
196000832 GT-AG 0 1.000000099473604e-05 844 rna-XM_043866540.1 34796221 4 18819928 18820771 Telopea speciosissima 54955 AAG|GTGGGTTCCA...TTTGTGTTATTT/ATTTGTGTTATT...TTCAG|GTA 0 1 32.645
196000833 GT-AG 0 1.5817993186039556e-05 197 rna-XM_043866540.1 34796221 5 18820888 18821084 Telopea speciosissima 54955 TTT|GTTAGTTCTC...ATTTTCTGGATA/ATAATGCTGACA...TCCAG|AGT 2 1 35.308
196000834 GT-AG 1 99.6745793775021 1038 rna-XM_043866540.1 34796221 6 18822273 18823310 Telopea speciosissima 54955 TCA|GTATCCTTTG...TTTTCCTGAACT/CTTTTCCTGAAC...GCCAG|ATA 2 1 62.58
196000835 GT-AG 0 0.0061936594414923 95 rna-XM_043866540.1 34796221 7 18823453 18823547 Telopea speciosissima 54955 CAT|GTATTGTATC...GCATCTCTGATA/GCATCTCTGATA...ACCAG|AAA 0 1 65.84
196000836 GT-AG 0 0.0719026310370246 317 rna-XM_043866540.1 34796221 8 18823708 18824024 Telopea speciosissima 54955 TTG|GTATGCATTT...TTTCCGTTAATT/TGTATTGTGATT...GGCAG|GAA 1 1 69.513
196000837 GT-AG 0 4.8669285751851087e-05 5375 rna-XM_043866540.1 34796221 9 18824189 18829563 Telopea speciosissima 54955 AAG|GTACGGTTCT...AAATCTTTACTG/CAAATCTTTACT...GACAG|AAT 0 1 73.278
196000838 GT-AG 0 0.0012587656035699 2721 rna-XM_043866540.1 34796221 10 18829650 18832370 Telopea speciosissima 54955 AAG|GTACACTGAA...TTATTCTTATGT/CTTATTCTTATG...TTCAG|ACT 2 1 75.253
196000839 GT-AG 0 1.000000099473604e-05 7007 rna-XM_043866540.1 34796221 11 18832471 18839477 Telopea speciosissima 54955 CAG|GTGAAGGCAA...CTTGCTTTCACT/CTTGCTTTCACT...CACAG|GTC 0 1 77.548
196000840 GT-AG 0 1.000000099473604e-05 3568 rna-XM_043866540.1 34796221 12 18839540 18843107 Telopea speciosissima 54955 CAT|GTAAGTTGAA...ATGATTCTGACT/ATGATTCTGACT...TGCAG|ATG 2 1 78.972
196000841 GT-AG 0 1.000000099473604e-05 9928 rna-XM_043866540.1 34796221 13 18843268 18853195 Telopea speciosissima 54955 CAG|GTGAGATCCA...TTTTCCATATCA/GAGGTTTTCATC...TCCAG|GTG 0 1 82.645
196014323 GT-AG 0 1.000000099473604e-05 125 rna-XM_043866540.1 34796221 14 18853677 18853801 Telopea speciosissima 54955 GTC|GTGAGTTTAA...TGTGCATTATCA/TTGTTGCTGATA...GCCAG|GTT   0 93.687

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