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

✎ 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
77225231 GT-AG 0 1.000000099473604e-05 717 rna-XM_021052419.2 14452874 1 12661 13377 Exaiptasia diaphana 2652724 TAG|GTTTGTGTTA...GTAACTTCAACG/ATTGTATTTACT...TACAG|ACG 1 1 6.722
77225232 GT-AG 0 1.000000099473604e-05 4778 rna-XM_021052419.2 14452874 2 13472 18249 Exaiptasia diaphana 2652724 ATG|GTAAGGTGAA...TTTGTTTTAAAT/ATTTTATTTATT...TTCAG|GCT 2 1 10.825
77225233 GT-AG 0 3.2224191851609166e-05 604 rna-XM_021052419.2 14452874 3 18374 18977 Exaiptasia diaphana 2652724 AAG|GTAGGTTCTT...TTTGCCATAATT/ATAATTTTTATT...TTTAG|ACA 0 1 16.237
77225234 GT-AG 0 1.000000099473604e-05 149 rna-XM_021052419.2 14452874 4 19040 19188 Exaiptasia diaphana 2652724 AAA|GTTAGTATTT...CTTTCATTAGCA/CAATTATTAATT...TTCAG|GTA 2 1 18.944
77225235 GT-AG 0 1.6258951541872483e-05 2270 rna-XM_021052419.2 14452874 5 19267 21536 Exaiptasia diaphana 2652724 TAG|GTGAGCTTGT...CAATCTTTAACA/TACTGCCTAATT...TTTAG|ATT 2 1 22.348
77225236 GT-AG 0 1.000000099473604e-05 482 rna-XM_021052419.2 14452874 6 21565 22046 Exaiptasia diaphana 2652724 GAG|GTAGTGTATT...ACCCTCTTCTCG/GATAATATAACA...TGCAG|GGA 0 1 23.57
77225237 GT-AG 0 1.000000099473604e-05 1006 rna-XM_021052419.2 14452874 7 22158 23163 Exaiptasia diaphana 2652724 AAG|GTGAGATGTC...TATGTCTGATCG/GTATGTCTGATC...TTCAG|GTC 0 1 28.416
77225238 GT-AG 0 3.77128813961603e-05 195 rna-XM_021052419.2 14452874 8 23242 23436 Exaiptasia diaphana 2652724 GAA|GTAAGTCTCT...CTTCCCTCAATC/AAATATTTCATG...TTCAG|ATC 0 1 31.82
77225239 GT-AG 0 0.0845325960815223 324 rna-XM_021052419.2 14452874 9 23551 23874 Exaiptasia diaphana 2652724 AAG|GTAGCTTTTG...ACAATTTTAATC/ACAATTTTAATC...TCAAG|GTA 0 1 36.796
77225240 GT-AG 0 1.000000099473604e-05 534 rna-XM_021052419.2 14452874 10 23925 24458 Exaiptasia diaphana 2652724 GGG|GTAAGTACGT...TTGATCATAACC/AGATAATTCAAC...TTTAG|GTT 2 1 38.979
77225241 GT-AG 0 1.000000099473604e-05 410 rna-XM_021052419.2 14452874 11 24560 24969 Exaiptasia diaphana 2652724 AAA|GTAAGAGGGC...AGGGCCTTACAC/CAGGGCCTTACA...TTCAG|TTG 1 1 43.387
77225242 GT-AG 0 1.9263455322431392e-05 9310 rna-XM_021052419.2 14452874 12 25029 34338 Exaiptasia diaphana 2652724 CAG|GTATGAAATG...ATGATTTTAAAT/ATGATTTTAAAT...TTCAG|TTG 0 1 45.962
77225243 GT-AG 0 1.000000099473604e-05 548 rna-XM_021052419.2 14452874 13 34434 34981 Exaiptasia diaphana 2652724 CAG|GTGACTAATC...ACACGCTTACTA/AATAAACTGACA...TTCAG|ACT 2 1 50.109
77225244 GT-AG 0 1.000000099473604e-05 485 rna-XM_021052419.2 14452874 14 35100 35584 Exaiptasia diaphana 2652724 TCG|GTAAGAGAAA...TAGTGTTTGATT/TAGTGTTTGATT...TCCAG|GTT 0 1 55.26
77225245 GT-AG 0 0.0101594504114443 571 rna-XM_021052419.2 14452874 15 35705 36275 Exaiptasia diaphana 2652724 TGG|GTATGTTGCA...AGGGTCTTACCT/GTTGCGTTGACT...TCCAG|GTG 0 1 60.498

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