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

✎ 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
204419294 GT-AG 0 1.000000099473604e-05 202 rna-XM_038824845.1 36995219 2 7777305 7777506 Tripterygium wilfordii 458696 GGG|GTAAGTGTAC...CATGTTTTATTG/GCATGTTTTATT...CTCAG|GCA 0 1 5.729
204419295 GT-AG 0 1.000000099473604e-05 562 rna-XM_038824845.1 36995219 3 7776547 7777108 Tripterygium wilfordii 458696 AAG|GTTTGTTGAA...ACTCTTCTAACT/ACTCTTCTAACT...TACAG|GTA 1 1 11.459
204419296 GT-AG 0 1.000000099473604e-05 88 rna-XM_038824845.1 36995219 4 7776238 7776325 Tripterygium wilfordii 458696 GAG|GTAGATCAAT...TTGGCATTAGAT/TTTATGGTCACT...ATTAG|GTT 0 1 17.919
204419297 GT-AG 0 0.0031486651021407 92 rna-XM_038824845.1 36995219 5 7776031 7776122 Tripterygium wilfordii 458696 CAC|GTATGTGTGT...GATTCTTTGTTT/TTGTTTTTTATG...CACAG|CTA 1 1 21.28
204419298 GT-AG 0 1.000000099473604e-05 756 rna-XM_038824845.1 36995219 6 7775076 7775831 Tripterygium wilfordii 458696 GTT|GTGAGTTTCT...TGGTTCTCAACA/CTGGTTCTCAAC...TGCAG|GAA 2 1 27.097
204419299 GT-AG 0 0.0005035614359978 187 rna-XM_038824845.1 36995219 7 7774622 7774808 Tripterygium wilfordii 458696 AAG|GTATAATGCT...AACTCCTCATCT/TAACTCCTCATC...TACAG|ATA 2 1 34.902
204419300 GT-AG 0 1.000000099473604e-05 97 rna-XM_038824845.1 36995219 8 7774179 7774275 Tripterygium wilfordii 458696 AAG|GTGAGAGTTG...ATCTTTTTACTC/TTTTTACTCACC...ATCAG|AGA 0 1 45.016
204419301 GT-AG 0 0.4059081157768122 483 rna-XM_038824845.1 36995219 9 7773558 7774040 Tripterygium wilfordii 458696 CAG|GTATCCAATT...TACTGTTTAATT/TAATTTTTCATT...TGTAG|GTT 0 1 49.05
204419302 GT-AG 0 1.000000099473604e-05 117 rna-XM_038824845.1 36995219 10 7773315 7773431 Tripterygium wilfordii 458696 CTT|GTGAGTATTT...TAGTGTTTAATT/TAGTGTTTAATT...CACAG|GTT 0 1 52.733
204419303 GT-AG 0 1.000000099473604e-05 203 rna-XM_038824845.1 36995219 11 7772899 7773101 Tripterygium wilfordii 458696 GAT|GTGAGTTATT...AGTCTTTTGACA/TTTTGGTTTATC...TCCAG|ATT 0 1 58.959
204419304 GT-AG 0 1.000000099473604e-05 164 rna-XM_038824845.1 36995219 12 7772470 7772633 Tripterygium wilfordii 458696 AAG|GTAAGCTTAT...TGTCCCATCTTT/GTGTGACTGATA...ATCAG|GTG 1 1 66.706
204419305 GT-AG 0 0.0002674294825714 809 rna-XM_038824845.1 36995219 13 7771458 7772266 Tripterygium wilfordii 458696 GAG|GTACATTGCA...TTCTCTTGGACG/TCTCTTTTTATT...TGCAG|ATT 0 1 72.64
204419306 GT-AG 0 1.000000099473604e-05 345 rna-XM_038824845.1 36995219 14 7770762 7771106 Tripterygium wilfordii 458696 CAG|GTTTGATCTT...TGGCCCCTAATT/ATTTTTTCCACT...TGCAG|ATT 0 1 82.9
204423913 GT-AG 0 1.000000099473604e-05 644 rna-XM_038824845.1 36995219 1 7777669 7778312 Tripterygium wilfordii 458696 TAT|GTGAGTCGAT...TTGATCTAATTT/GTTGATCTAATT...TGCAG|ATA   0 5.028

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