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

✎ 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
94266553 GT-AG 0 0.0001202029100052 40671 rna-XM_040063465.1 17605197 1 70311075 70351745 Hirundo rustica 43150 CGG|GTAAGCTCCC...TTCTTCTTGCCT/AACTTAATAATT...TCAAG|GAA 2 1 1.038
94266554 GT-AG 0 1.000000099473604e-05 8612 rna-XM_040063465.1 17605197 2 70351953 70360564 Hirundo rustica 43150 AAG|GTAAGGCTTT...GAATTCTTCTTC/TCCATGCTAACA...TGTAG|TAA 2 1 5.921
94266555 GT-AG 0 1.000000099473604e-05 687 rna-XM_040063465.1 17605197 3 70360776 70361462 Hirundo rustica 43150 GAG|GTCAGTACTC...TTGTGTTTGTTT/GGGGGACTGAGA...TGCAG|AAA 0 1 10.899
94266556 GT-AG 0 1.000000099473604e-05 2089 rna-XM_040063465.1 17605197 4 70361692 70363780 Hirundo rustica 43150 AAG|GTGAGCCAGG...TTTCTCTTAACC/AATTGCCTGACT...TCCAG|TTC 1 1 16.301
94266557 GT-AG 0 6.660316591090729e-05 2340 rna-XM_040063465.1 17605197 5 70363826 70366165 Hirundo rustica 43150 GAG|GTACTGTACA...GAATCTTTATTT/CTTTATTTCAAA...TTCAG|AAC 1 1 17.363
94266558 GT-AG 0 1.000000099473604e-05 3284 rna-XM_040063465.1 17605197 6 70366261 70369544 Hirundo rustica 43150 AAG|GTAAGTGTTC...GTTTCCTTTGCT/GTGTAGGACACT...TGCAG|ACA 0 1 19.604
94266559 GT-AG 0 1.693604235023306e-05 23307 rna-XM_040063465.1 17605197 7 70369629 70392935 Hirundo rustica 43150 GAT|GTAAGTACTA...AAGATTTTAATC/AAGATTTTAATC...TACAG|GGT 0 1 21.585
94266560 GT-AG 0 6.555496194533941e-05 22065 rna-XM_040063465.1 17605197 8 70393131 70415195 Hirundo rustica 43150 CAG|GTAACAGTGA...ATTTTTTTACTT/TATTTTTTTACT...GTTAG|ATA 0 1 26.185
94266561 GT-AG 0 1.000000099473604e-05 2929 rna-XM_040063465.1 17605197 9 70415335 70418263 Hirundo rustica 43150 TGG|GTGAGAGGCA...CGGTCATTATCT/AGTCAATTGATC...TGTAG|GTG 1 1 29.464
94266562 GT-AG 0 0.1575703527633702 23928 rna-XM_040063465.1 17605197 10 70418435 70442362 Hirundo rustica 43150 AAC|GTATGTTTGA...CTTTCCTTGTTG/TATGCACTGATG...TTTAG|AGA 1 1 33.498
94266563 GT-AG 0 1.000000099473604e-05 12488 rna-XM_040063465.1 17605197 11 70442676 70455163 Hirundo rustica 43150 GAG|GTAAGTATTT...ATGATTTTCTCC/GACGCAATGATT...TTCAG|CAG 2 1 40.882
94266564 GT-AG 0 1.000000099473604e-05 1239 rna-XM_040063465.1 17605197 12 70455268 70456506 Hirundo rustica 43150 AAG|GTAAGAAAGT...ATTGCCTAAATA/TATTGCCTAAAT...TGCAG|CAG 1 1 43.336
94266565 GT-AG 0 1.000000099473604e-05 613 rna-XM_040063465.1 17605197 13 70458519 70459131 Hirundo rustica 43150 AAG|GTAAAGTGGA...ATTCCCTTCATG/GTGAGGTTTATT...TCTAG|GTT 0 1 90.8
94266566 GT-AG 0 1.000000099473604e-05 2253 rna-XM_040063465.1 17605197 14 70459252 70461504 Hirundo rustica 43150 AAG|GTAAGGAATC...CCATGCTTGATA/TTGATATTAACC...AGCAG|ATC 0 1 93.631
94266567 GT-AG 0 1.000000099473604e-05 5469 rna-XM_040063465.1 17605197 15 70461757 70467225 Hirundo rustica 43150 AAG|GTAAATGTAC...AATATCTTGATT/AATATCTTGATT...TACAG|GTC 0 1 99.575

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