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)

12 rows where transcript_id = 7620886

✎ 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
40068339 GT-AG 0 1.000000099473604e-05 2259 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 1 1244 3502 Ceyx cyanopectus 390723 GAG|GTGGTGCTTT...GCTAACTTAGTC/AAGTTGCTAACT...CTTAG|GGC 0 1 11.617
40068340 GT-AG 0 1.000000099473604e-05 5445 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 2 3580 9024 Ceyx cyanopectus 390723 CAG|GTAAGAATCA...GTGTTTATATTT/TGTGTGTTTATA...GTCAG|ACC 2 1 17.464
40068341 GT-AG 0 1.1576650457293973e-05 160 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 3 9071 9230 Ceyx cyanopectus 390723 CAG|GTAACACATT...TCTGTCTTCACA/TCTGTCTTCACA...TCCAG|GTG 0 1 20.957
40068342 GT-AG 0 0.0228820899188965 1646 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 4 9372 11017 Ceyx cyanopectus 390723 AAG|GTACCTCCTT...ATTCTTTTAAAT/CAGTCTCTCATT...TATAG|CAA 0 1 31.663
40068343 GT-AG 0 1.000000099473604e-05 1116 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 5 11066 12181 Ceyx cyanopectus 390723 GAG|GTAAGAGTCC...GTGTTTCTGACA/GTGTTTCTGACA...CCCAG|TGT 0 1 35.308
40068344 GT-AG 0 1.000000099473604e-05 4822 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 6 12266 17087 Ceyx cyanopectus 390723 TAT|GTGGCAGATT...ACTGCCTTTCTT/TGTTTGCTAACA...TTCAG|TCA 0 1 41.686
40068345 GT-AG 0 0.2440323508618709 889 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 7 17160 18048 Ceyx cyanopectus 390723 AAG|GTATCTCTTG...TGCTTTTTTGTC/CTTTTCCACATT...CACAG|AGC 0 1 47.153
40068346 GT-AG 0 1.000000099473604e-05 489 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 8 18098 18586 Ceyx cyanopectus 390723 CAG|GTAACAGGGA...ATTTCCTTCTTC/CCTTTCCACATG...TTTAG|TCC 1 1 50.873
40068347 GT-AG 0 6.658720032743715e-05 611 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 9 18701 19311 Ceyx cyanopectus 390723 AAG|GTAGGTTTTA...ATTTTCTTTCCT/ACTGTGCTTAGT...TTTAG|CTG 1 1 59.529
40068348 GT-AG 0 1.000000099473604e-05 1561 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 10 19431 20991 Ceyx cyanopectus 390723 AAG|GTAAGTGCTG...CCATCTCTGACC/TCAGTGTTCATT...TACAG|AAC 0 1 68.565
40068349 GT-AG 0 1.560347373859713e-05 2229 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 11 21130 23358 Ceyx cyanopectus 390723 GTT|GTAAGTATGG...GACCATTTAAAG/CCTGCTTCTACT...TGCAG|CCT 0 1 79.043
40068350 GT-AG 0 0.0003757330664996 2268 rna-gnl|WGS:VYZU|CEYCYA_R05358_mrna 7620886 12 23437 25704 Ceyx cyanopectus 390723 CAG|GTATGTATTT...TTTCCCTTCCTG/TTCCTGCTCACA...GACAG|GAC 0 1 84.966

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