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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
20805302 GT-AG 0 1.000000099473604e-05 2052 rna-XM_010302592.1 4024552 1 380 2431 Balearica regulorum 925459 GAG|GTAAGATGGA...CAAGTTTTGATA/CAAGTTTTGATA...TGCAG|TAT 0 1 18.317
20805303 GC-AG 0 1.000000099473604e-05 3852 rna-XM_010302592.1 4024552 2 2498 6349 Balearica regulorum 925459 ACG|GCAAGTAAAC...TTTCTTTTGATT/TTTCTTTTGATT...TCTAG|ACC 0 1 21.947
20805304 GT-AG 0 1.000000099473604e-05 1529 rna-XM_010302592.1 4024552 3 6402 7930 Balearica regulorum 925459 AAG|GTAAGATGAC...TTTTTTTTGTCC/CAATGCCTCATT...TTCAG|TCA 1 1 24.807
20805305 GT-AG 0 0.0001645387967648 864 rna-XM_010302592.1 4024552 4 7999 8862 Balearica regulorum 925459 TTG|GTATGTGGGC...GCTCTTTTACCT/TTTTACCTGATA...CACAG|GGT 0 1 28.548
20805306 GT-AG 0 1.000000099473604e-05 1395 rna-XM_010302592.1 4024552 5 9018 10412 Balearica regulorum 925459 GGA|GTGAGTTTGT...ATATTCTGAATT/AAGATTTTCATA...TGTAG|CTT 2 1 37.074
20805307 GT-AG 0 3.4391441609476373e-05 3944 rna-XM_010302592.1 4024552 6 10554 14497 Balearica regulorum 925459 ACT|GTAAGTCTGC...CGAGCTCTAACA/CGAGCTCTAACA...TGCAG|GTC 2 1 44.829
20805308 GT-AG 0 1.000000099473604e-05 1547 rna-XM_010302592.1 4024552 7 14628 16174 Balearica regulorum 925459 CAG|GTAGGGCCCC...ACTCTCTGAATT/TACTCTCTGAAT...TTCAG|CTA 0 1 51.98
20805309 GT-AG 0 1.000000099473604e-05 1332 rna-XM_010302592.1 4024552 8 16264 17595 Balearica regulorum 925459 AAG|GTAATTTAGT...ATCATTTTAGTT/AATTATCTAAAT...TGTAG|TAC 2 1 56.876
20805310 GT-AG 0 0.0126219363757752 1315 rna-XM_010302592.1 4024552 9 17709 19023 Balearica regulorum 925459 TGA|GTATGTCTGG...TCTGCCTTTCCT/GTGAGTTTCAAC...CACAG|GCC 1 1 63.091
20805311 GT-AG 0 1.2535623201034165e-05 301 rna-XM_010302592.1 4024552 10 19092 19392 Balearica regulorum 925459 CAG|GTAGGTGTCG...GAGGCTTTAACT/GAGGCTTTAACT...CTCAG|GCA 0 1 66.832
20805312 GT-AG 0 1.000000099473604e-05 1001 rna-XM_010302592.1 4024552 11 19480 20480 Balearica regulorum 925459 ATT|GTAAGTAGAA...TATCCTTTTGCT/CCAAGTTTCATT...TGCAG|GGT 0 1 71.617
20805313 GT-AG 0 0.0003122869853645 1188 rna-XM_010302592.1 4024552 12 20675 21862 Balearica regulorum 925459 GAG|GTATGCAAGT...AATACTTTTTCT/CAGAGATTAATA...TTCAG|GCC 2 1 82.288
20805314 GT-AG 0 1.000000099473604e-05 1730 rna-XM_010302592.1 4024552 13 21967 23696 Balearica regulorum 925459 CAG|GTACTAGTTC...ATACCATTTGCA/ACCTGGCTGATT...TGCAG|GAG 1 1 88.009
20805315 GT-AG 0 1.2081450201043356e-05 1571 rna-XM_010302592.1 4024552 14 23783 25353 Balearica regulorum 925459 ACA|GTAAGTGTAA...TTGTCTTTTGTT/TTCCACTTCACA...TTCAG|CCA 0 1 92.739

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