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)

14 rows where transcript_id = 529119

✎ 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
2994274 GT-AG 0 1.000000099473604e-05 536 rna-XM_031697106.1 529119 1 28851 29386 Actinia tenebrosa 6105 TTG|GTAAGTAAGA...ATATCCTTAATG/ACATTGCTAATC...TGCAG|GTT 1 1 6.357
2994275 GT-AG 0 0.000111672131492 575 rna-XM_031697106.1 529119 2 28192 28766 Actinia tenebrosa 6105 GAG|GTAAGCTTGT...GAAATCTTGCTA/CAAAATATTATG...TCTAG|ACA 1 1 11.001
2994276 GT-AG 0 3.1615780819113496e-05 347 rna-XM_031697106.1 529119 3 27713 28059 Actinia tenebrosa 6105 TAG|GTAAGTTTGG...AACTCTTTAGAT/ATGATATTGATT...ACTAG|ACG 1 1 18.297
2994277 GT-AG 0 0.0007101692889766 323 rna-XM_031697106.1 529119 4 27269 27591 Actinia tenebrosa 6105 AGG|GTAACTAAAA...TTTTCCCTATTT/TAAATTCTAATG...CACAG|CTG 2 1 24.986
2994278 GT-AG 0 0.0041310765215466 307 rna-XM_031697106.1 529119 5 26783 27089 Actinia tenebrosa 6105 CAG|GTATGCATAT...ATTACTTTGAAG/GTTGATTTAATC...TCTAG|CAT 1 1 34.881
2994279 GT-AG 0 1.000000099473604e-05 371 rna-XM_031697106.1 529119 6 26157 26527 Actinia tenebrosa 6105 TGG|GTGAGTCGAC...CCACTTTTAACC/TCGTATTTTATT...TACAG|TTA 1 1 48.977
2994280 GT-AG 0 1.000000099473604e-05 501 rna-XM_031697106.1 529119 7 25623 26123 Actinia tenebrosa 6105 ACG|GTAGGTGACA...CTTTTCTTTTCA/TTTCTTTTCATT...CACAG|CCT 1 1 50.802
2994281 GT-AG 0 1.000000099473604e-05 1214 rna-XM_031697106.1 529119 8 24292 25505 Actinia tenebrosa 6105 GAG|GTAAGAATTG...TCAGCTTTGACT/TATGGTTTCATC...AACAG|AAC 1 1 57.269
2994282 GT-AG 0 3.1231365066985044e-05 620 rna-XM_031697106.1 529119 9 23660 24279 Actinia tenebrosa 6105 CAG|GTAAGCTATA...ACTTCTTTTAAC/ACTTCTTTTAAC...CTCAG|ATT 1 1 57.933
2994283 GT-AG 0 1.000000099473604e-05 621 rna-XM_031697106.1 529119 10 22919 23539 Actinia tenebrosa 6105 CAG|GTAATGCTTG...TTACCATTAGAA/TTATGTCGGACC...TTCAG|GTA 1 1 64.566
2994284 GT-AG 0 1.000000099473604e-05 407 rna-XM_031697106.1 529119 11 22446 22852 Actinia tenebrosa 6105 ATT|GTAAGAATAT...ATTCTTTTATCC/TTAATCTTTACT...TGTAG|GTA 1 1 68.214
2994285 GT-AG 0 1.000000099473604e-05 368 rna-XM_031697106.1 529119 12 21811 22178 Actinia tenebrosa 6105 CAG|GTAAAGTTTT...AGATTTTTACAA/AAGATTTTTACA...TGTAG|TTA 1 1 82.974
2994286 GT-AG 0 1.000000099473604e-05 169 rna-XM_031697106.1 529119 13 21474 21642 Actinia tenebrosa 6105 CAG|GTAAAACCAA...TATGACTTACTA/ATATGACTTACT...TTTAG|GTG 1 1 92.261
2994287 GT-AG 0 0.0014060135118242 721 rna-XM_031697106.1 529119 14 20618 21338 Actinia tenebrosa 6105 ACT|GTACGTAACT...TTTCTCTTATTT/TTTTCTCTTATT...TCTAG|GTT 1 1 99.724

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