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

✎ 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
189510802 GT-AG 0 1.000000099473604e-05 943 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 1 7495656 7496598 Spizaetus tyrannus 252798 CAG|GTGAGTGTTC...TTTTTCTCACCT/GTTTTTCTCACC...TCTAG|ATC 0 1 6.439
189510803 GT-AG 0 1.000000099473604e-05 1151 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 2 7496746 7497896 Spizaetus tyrannus 252798 CAG|GTGGGTGGAC...TTTTCTTTACTC/TTTTTCTTTACT...TGCAG|ATT 0 1 15.72
189510804 GT-AG 0 1.0721436933114082e-05 990 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 3 7498004 7498993 Spizaetus tyrannus 252798 GGT|GTAGGGATCT...TCTCTCATATTT/GTATCTCTCATA...GGGAG|CCT 2 1 22.475
189510805 GT-AG 0 0.1080980592641779 407 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 4 7499142 7499548 Spizaetus tyrannus 252798 CAG|GTATCTATTC...AGATTCATAGTT/CTTTGTTTTACT...TCTAG|GAA 0 1 31.818
189510806 GT-AG 0 1.000000099473604e-05 1292 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 5 7499695 7500986 Spizaetus tyrannus 252798 AAG|GTAGGAGTCA...GTCTTTTTAAAT/TTTATAGTGACT...TACAG|GGT 2 1 41.035
189510807 GT-AG 0 1.000000099473604e-05 516 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 6 7501111 7501626 Spizaetus tyrannus 252798 ATG|GTGAGTTAGC...ATTTCTTTCTCT/TTTGTCCTCACT...TACAG|ATT 0 1 48.864
189510808 GT-AG 0 0.0011508319420744 1030 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 7 7501738 7502767 Spizaetus tyrannus 252798 CTT|GTAGGTATTC...CCTTCTTTAATC/CCTTCTTTAATC...TGCAG|GCT 0 1 55.871
189510809 GT-AG 0 1.000000099473604e-05 453 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 8 7502867 7503319 Spizaetus tyrannus 252798 CTG|GTGCGTGCAG...GTTTGTTTATTA/TGTTTGTTTATT...TTTAG|GTT 0 1 62.121
189510810 GT-AG 0 1.000000099473604e-05 444 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 9 7503398 7503841 Spizaetus tyrannus 252798 AAT|GTGAGCTATA...CATGCCTTATGA/ATGACACTCACA...CTCAG|CTG 0 1 67.045
189510811 GT-AG 0 1.000000099473604e-05 955 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 10 7503946 7504900 Spizaetus tyrannus 252798 CAA|GTAAGTGTCA...TTCTCTTTTTCT/CATTCTCTCATT...TCTAG|CTG 2 1 73.611
189510812 GT-AG 0 1.6213075612797066e-05 2142 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 11 7505012 7507153 Spizaetus tyrannus 252798 CAG|GTATGGAGGG...GCTCTCTTATTT/TTTTTTTTCAAA...TTCAG|TGC 2 1 80.619
189510813 GT-AG 0 1.000000099473604e-05 240 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 12 7507222 7507461 Spizaetus tyrannus 252798 ATG|GTGGGTACCA...ATACCTTTACTT/AATACCTTTACT...CACAG|TGC 1 1 84.912
189510814 GT-AG 0 3.725300632422425e-05 852 rna-gnl|WGS:VXAF|SPITYR_R05874_mrna 33843755 13 7507620 7508471 Spizaetus tyrannus 252798 CAG|GTATTGTAGT...CTAATCTTCTCT/CTATTACTAATC...CACAG|GCC 0 1 94.886

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