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)

12 rows where transcript_id = 9114834

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
49389176 GT-AG 0 1.000000099473604e-05 847 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 1 3702754 3703600 Columbina picui 115618 CAG|GTACTGTGTT...ACTGGATTAATG/ATGAGGTTGATT...TTCAG|GGA 0 1 9.727
49389177 GT-AG 0 8.312308755138626e-05 332 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 2 3702315 3702646 Columbina picui 115618 AAG|GTACTTCTTA...GCATCTTTTGTT/AGAAAATTAACA...TTTAG|GTT 2 1 15.813
49389178 GT-AG 0 0.0285478570285327 1249 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 3 3700981 3702229 Columbina picui 115618 GTG|GTATGTTTCT...TTTCTCTTGTTT/CTTCAGCTAACT...TACAG|CCA 0 1 20.648
49389179 GT-AG 0 0.0036354983299571 1441 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 4 3699456 3700896 Columbina picui 115618 AAG|GTATTCCTAT...CTCACCCTATTT/CAAATACTCACC...TTTAG|GTT 0 1 25.427
49389180 GT-AG 0 0.0001144068489986 1128 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 5 3698134 3699261 Columbina picui 115618 CAG|GTAACTGGTG...TCTTCCATATCC/TTACTGTTAATC...TTCAG|GAA 2 1 36.462
49389181 GT-AG 0 1.8171630116467253e-05 690 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 6 3697254 3697943 Columbina picui 115618 CTG|GTAAACAGAC...GGATTATTAACA/TTAACACTCATC...TCCAG|ACA 0 1 47.27
49389182 GT-AG 0 1.000000099473604e-05 2505 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 7 3694651 3697155 Columbina picui 115618 GAG|GTATGAGAAT...TATCCTTTGAGT/TTTGAGTTCATA...TCCAG|TGG 2 1 52.844
49389183 GT-AG 0 1.2692132657055832e-05 121 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 8 3694349 3694469 Columbina picui 115618 GAG|GTAAGCAACG...TTATTTTTAATT/TTATTTTTAATT...TGTAG|GAA 0 1 63.14
49389184 GT-AG 0 1.000000099473604e-05 877 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 9 3693378 3694254 Columbina picui 115618 TAG|GTAAGAAACA...ATATCTATAATT/ATTTTCCTCATA...TTTAG|GGT 1 1 68.487
49389185 GT-AG 0 1.1044235591232864e-05 2397 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 10 3690851 3693247 Columbina picui 115618 TGA|GTGAGTTTGG...AATTCATTAATA/CTTCAATTCATT...CACAG|ATA 2 1 75.882
49389186 GT-AG 0 1.000000099473604e-05 638 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 11 3690023 3690660 Columbina picui 115618 GCT|GTGAGTATCT...CTATTCTTACTA/TCTATTCTTACT...TCTAG|ATA 0 1 86.689
49389187 GT-AG 0 0.0002815297663545 781 rna-gnl|WGS:VYZG|COLPIC_R05509_mrna 9114834 12 3689108 3689888 Columbina picui 115618 CAG|GTATTGTCAC...TTTTCTGTATTT/TTTGTGTGGATT...CTCAG|TGA 2 1 94.312

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