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)

15 rows where transcript_id = 10143817

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
55681099 GT-AG 0 3.598324678493505e-05 512 rna-XM_023675078.1 10143817 1 7143670 7144181 Cucurbita pepo 3663 GAG|GTTTTTACTT...ACTTTCTTCACA/ACTTTCTTCACA...GCTAG|GTA 2 1 15.359
55681100 GT-AG 0 0.0043113849956719 97 rna-XM_023675078.1 10143817 2 7144542 7144638 Cucurbita pepo 3663 CCC|GTATGTGTGG...CTAATATTGATT/CTAATATTGATT...TGCAG|ATG 2 1 22.712
55681101 GT-AG 0 0.000629948975809 142 rna-XM_023675078.1 10143817 3 7144870 7145011 Cucurbita pepo 3663 TAA|GTAAGCAATT...GTTTTCTTACCC/TGTTTTCTTACC...AGCAG|TGA 2 1 27.431
55681102 GC-AG 0 1.000000099473604e-05 89 rna-XM_023675078.1 10143817 4 7145144 7145232 Cucurbita pepo 3663 TAG|GCAAGTTGAT...GTTTACTTAACA/AGTTTACTTAAC...TGCAG|AGA 2 1 30.127
55681103 GT-AG 0 0.0255137975087915 105 rna-XM_023675078.1 10143817 5 7145570 7145674 Cucurbita pepo 3663 CGT|GTAGGCTTTG...AATTTCTTACAA/TAATTTCTTACA...TATAG|GAG 0 1 37.01
55681104 GT-AG 0 5.206969333562061e-05 141 rna-XM_023675078.1 10143817 6 7145833 7145973 Cucurbita pepo 3663 TAC|GTAAGTAAAA...GTTCCCTTAATA/TTTCTATTTATT...TTCAG|ACC 2 1 40.237
55681105 GT-AG 0 1.000000099473604e-05 1450 rna-XM_023675078.1 10143817 7 7146132 7147581 Cucurbita pepo 3663 GTG|GTAATAATAG...TATTTGTTACTT/TTATTTGTTACT...TGTAG|ATG 1 1 43.464
55681106 GT-AG 0 1.454854936129816e-05 147 rna-XM_023675078.1 10143817 8 7147704 7147850 Cucurbita pepo 3663 AAG|GTACTATAAC...TAGTTCTGAATT/TTAGTTCTGAAT...GTCAG|CTT 0 1 45.956
55681107 GT-AG 0 1.000000099473604e-05 887 rna-XM_023675078.1 10143817 9 7147986 7148872 Cucurbita pepo 3663 CAG|GTTCGTTCAA...AATTTCTTATGC/GAATTTCTTATG...GTTAG|GAC 0 1 48.713
55681108 GC-AG 0 1.000000099473604e-05 172 rna-XM_023675078.1 10143817 10 7148998 7149169 Cucurbita pepo 3663 CAG|GCAAGTACCA...TCATTTTTATTG/ATCATTTTTATT...GACAG|TGG 2 1 51.266
55681109 GT-AG 0 1.0358610787441208e-05 84 rna-XM_023675078.1 10143817 11 7149275 7149358 Cucurbita pepo 3663 AAT|GTAATGTCAA...TGTTCATTATTA/TTTATGTTCATT...ACTAG|ATT 2 1 53.411
55681110 GT-AG 0 1.000000099473604e-05 296 rna-XM_023675078.1 10143817 12 7149593 7149888 Cucurbita pepo 3663 CAG|GTTATGCACG...AGTCTATTGATT/ATGATACTAATA...ATCAG|GTT 2 1 58.19
55681111 GT-AG 0 2.573175586369706e-05 70 rna-XM_023675078.1 10143817 13 7150223 7150292 Cucurbita pepo 3663 AAG|GTAACGTGAT...ATTTTTCTGATA/ATTTTTCTGATA...TACAG|ATC 0 1 65.012
55681112 GT-AG 0 3.416832638564642e-05 105 rna-XM_023675078.1 10143817 14 7150482 7150586 Cucurbita pepo 3663 AAG|GTAAATTTCT...ATATCATTATTT/CATTATTTGACC...CATAG|GTA 0 1 68.873
55681113 GT-AG 0 1.000000099473604e-05 117 rna-XM_023675078.1 10143817 15 7150893 7151009 Cucurbita pepo 3663 AAT|GTGAGAATAT...ATACTCTGGATT/GATTTGTTTATT...ATCAG|GTT 0 1 75.123

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