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

✎ 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
77225118 GT-AG 0 1.000000099473604e-05 623 rna-XM_028659229.1 14452864 3 757427 758049 Exaiptasia diaphana 2652724 TAG|GTACAGAATA...TATTATTTGAAT/TCTGTTTTCATT...TGCAG|CCA 2 1 13.519
77225119 GT-AG 0 0.0002863539657227 168 rna-XM_028659229.1 14452864 4 758292 758459 Exaiptasia diaphana 2652724 AAG|GTATGTATAG...TATTTATTGACA/AATATATTTATT...TGTAG|AGA 1 1 20.54
77225120 GT-AG 0 0.0001026353187564 491 rna-XM_028659229.1 14452864 5 758576 759066 Exaiptasia diaphana 2652724 TCG|GTAGGTTATC...TATGTCATAACT/TCATAACTTACT...TTTAG|ACC 0 1 23.905
77225121 GT-AG 0 4.608267582834353e-05 466 rna-XM_028659229.1 14452864 6 759368 759833 Exaiptasia diaphana 2652724 GCA|GTAAGCGCTT...ACATTCTTTTTT/ACTGTAGTAAAT...TCTAG|AAC 1 1 32.637
77225122 GT-AG 0 1.000000099473604e-05 2770 rna-XM_028659229.1 14452864 7 760141 762910 Exaiptasia diaphana 2652724 TAG|GTGAGGATGC...TGCACTTCATTT/TTGCACTTCATT...CACAG|AAG 2 1 41.543
77225123 GT-AG 0 1.000000099473604e-05 113 rna-XM_028659229.1 14452864 8 763045 763157 Exaiptasia diaphana 2652724 GAG|GTAAGAAAAT...ATAATTTTCATT/ATAATTTTCATT...ATTAG|ACC 1 1 45.431
77225124 GT-AG 0 1.000000099473604e-05 243 rna-XM_028659229.1 14452864 9 763194 763436 Exaiptasia diaphana 2652724 CAG|GTGAGCAACA...TATCGTTTGATT/TATCGTTTGATT...TTCAG|TGT 1 1 46.475
77225125 GT-AG 0 0.0003557085536829 164 rna-XM_028659229.1 14452864 11 764125 764288 Exaiptasia diaphana 2652724 CAG|GTATGTCAAG...ATATTCTTACCA/AATATTCTTACC...TTCAG|ATT 2 1 55.294
77225126 GT-AG 0 0.0009787695683259 340 rna-XM_028659229.1 14452864 12 764480 764819 Exaiptasia diaphana 2652724 AAG|GTATGTTGAT...TTTTTCTTTGTT/TTCTATTTCATA...CACAG|CTA 1 1 60.836
77225127 GT-AG 0 1.4309984491204857e-05 323 rna-XM_028659229.1 14452864 13 764938 765260 Exaiptasia diaphana 2652724 GAG|GTACGTGATG...TTTGTATTAACA/ATTAATTTTACT...TCAAG|AAC 2 1 64.259
77225128 GT-AG 0 4.680422816143171e-05 197 rna-XM_028659229.1 14452864 14 765437 765633 Exaiptasia diaphana 2652724 ATC|GTAAGTGGCA...CAATCCTTATCT/TATATTTTTATG...TCCAG|ATG 1 1 69.365
77225129 GT-AG 0 1.000000099473604e-05 150 rna-XM_028659229.1 14452864 15 765784 765933 Exaiptasia diaphana 2652724 AAG|GTTAGGAAGA...GTCTCTATAATT/TCTATAATTATG...TTCAG|GAA 1 1 73.716
77225130 GT-AG 0 2.4147884561146902e-05 1247 rna-XM_028659229.1 14452864 17 766325 767571 Exaiptasia diaphana 2652724 CAG|GTAAATTTCA...CAATCCCTAGTT/CCCTAGTTCATA...TATAG|GGA 0 1 81.433
77225131 GT-AG 0 1.000000099473604e-05 358 rna-XM_028659229.1 14452864 18 768106 768463 Exaiptasia diaphana 2652724 TTG|GTGAGTTTAA...GATGTTTTATTC/GTTTTATTCATC...CACAG|GTT 0 1 96.925
77225809 GT-AG 0 1.000000099473604e-05 386 rna-XM_028659229.1 14452864 1 756218 756603 Exaiptasia diaphana 2652724 AAG|GTAGGAGAAA...TGCGCTTTGATG/TGCGCTTTGATG...TGAAG|GAT   0 3.017

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