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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
68847305 GC-AG 0 1.000000099473604e-05 627 rna-XM_035892373.1 12917244 1 2160748 2161374 Egretta garzetta 188379 ACG|GCAGGTAGGA...TATTACTTAATC/TTATTACTTAAT...TCCAG|TCA 2 1 1.038
68847306 GT-AG 0 1.000000099473604e-05 2143 rna-XM_035892373.1 12917244 4 2158300 2160442 Egretta garzetta 188379 AAG|GTGAGCTGAA...TATTTTTTAAGC/TATTTTTTAAGC...GATAG|CCC 1 1 11.851
68847307 GT-AG 0 1.000000099473604e-05 534 rna-XM_035892373.1 12917244 5 2157634 2158167 Egretta garzetta 188379 ATG|GTGAGAGCAC...GTAATCTGAATT/GGTTTATTCATT...TTCAG|ACT 1 1 16.577
68847308 GT-AG 0 1.000000099473604e-05 568 rna-XM_035892373.1 12917244 6 2156887 2157454 Egretta garzetta 188379 CAG|GTGAGCAGGC...TCTGCTTTGACT/CTTTTGCTGATT...CCCAG|GTG 0 1 22.986
68847309 GT-AG 0 1.000000099473604e-05 916 rna-XM_035892373.1 12917244 7 2155753 2156668 Egretta garzetta 188379 AAT|GTAAGAGGGA...CTTTCCTCATTG/TGTTTGTTCACT...TGCAG|GGA 2 1 30.791
68847310 GT-AG 0 1.000000099473604e-05 1890 rna-XM_035892373.1 12917244 8 2153706 2155595 Egretta garzetta 188379 AGA|GTGAGCATCA...GTTTTCTGAAAC/ATCTTGCTCATT...TCCAG|TGC 0 1 36.412
68847311 GT-AG 0 1.000000099473604e-05 764 rna-XM_035892373.1 12917244 9 2152751 2153514 Egretta garzetta 188379 CAG|GTAGTGACCC...CCTATCATAACA/AGAAGCCTCACT...TTCAG|GAA 2 1 43.251
68847312 GT-AG 0 1.000000099473604e-05 1337 rna-XM_035892373.1 12917244 10 2151164 2152500 Egretta garzetta 188379 AAG|GTAAATCCTT...TTGGTTTTAATC/ATTTTCCTCATT...CCTAG|CCA 0 1 52.202
68847313 GT-AG 0 0.0026585183909178 510 rna-XM_035892373.1 12917244 11 2150184 2150693 Egretta garzetta 188379 GAG|GTATATGTCC...ATTTCTTTACTC/AATTTCTTTACT...CATAG|TCC 2 1 69.03
68847314 GT-AG 0 0.0005386299442846 1637 rna-XM_035892373.1 12917244 12 2148452 2150088 Egretta garzetta 188379 AAG|GTATTGCTTT...TAATCCTTATGT/CTACAGCTCATT...TGTAG|CTA 1 1 72.431
68847315 GT-AG 0 1.000000099473604e-05 1409 rna-XM_035892373.1 12917244 13 2146960 2148368 Egretta garzetta 188379 TTG|GTAAGGAAAG...ATTTTCTTCATT/ATTTTCTTCATT...TCAAG|GCC 0 1 75.403
68847316 GT-AG 0 1.3107234539324595e-05 1500 rna-XM_035892373.1 12917244 14 2145358 2146857 Egretta garzetta 188379 CTG|GTGACCAAAC...ATCCTCTTCATC/ATCCTCTTCATC...TGTAG|AAA 0 1 79.055
68847317 GT-AG 0 1.000000099473604e-05 1192 rna-XM_035892373.1 12917244 15 2144022 2145213 Egretta garzetta 188379 GTG|GTAAGTGCTG...TAGTCACTAGTC/TACATAGTCACT...CTTAG|GTG 0 1 84.211
68847318 GT-AG 0 1.000000099473604e-05 390 rna-XM_035892373.1 12917244 16 2143479 2143868 Egretta garzetta 188379 AAG|GTTTGTGTGT...GCCTCTTTCTCT/AAAGAAGCCACT...CCTAG|TAC 0 1 89.689
68847319 GT-AG 0 1.000000099473604e-05 1503 rna-XM_035892373.1 12917244 17 2141821 2143323 Egretta garzetta 188379 CAA|GTAAGTGTGT...TTGTTCTTTGTG/TATGCACACATT...TTAAG|GAG 2 1 95.238

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