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)

13 rows where transcript_id = 26741153

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
148388358 GT-AG 0 0.0013673375889612 61 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 1 331090 331150 Pelomyxa schiedti 1580589 ACG|GTGACCTCTT...TTCGCCTTCTTG/AGTTTGTTAAAC...TTCAG|TGA 2 1 2.603
148388359 GT-AG 0 0.0001680115909971 40 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 2 331270 331309 Pelomyxa schiedti 1580589 AAG|GTTTCACTCA...CCTGTCTCACTT/GCCTGTCTCACT...TGAAG|CTG 1 1 8.136
148388360 GT-AG 0 2.920829572011701e-05 45 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 3 331404 331448 Pelomyxa schiedti 1580589 AAA|GTAAATTCAG...ATCTCATTCACT/ATCTCATTCACT...TCAAG|AAA 2 1 12.506
148388361 GT-AG 0 0.000105436845523 52 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 4 331529 331580 Pelomyxa schiedti 1580589 CTG|GTTTGTTTTC...GACTACTTGGTC/GGTCGGTTAAAA...GACAG|AGG 1 1 16.225
148388362 GT-AG 0 0.0002120677293694 47 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 5 331815 331861 Pelomyxa schiedti 1580589 AAG|GTATTGCGGA...CAAGCCTTAAAC/ACAAGCCTTAAA...CACAG|AAA 1 1 27.104
148388363 GT-AG 0 2.93382375535474e-05 43 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 6 332173 332215 Pelomyxa schiedti 1580589 TTT|GTGTGCACTG...CAAACGTTGGAA/GTTGGAATAACC...TCAAG|GAC 0 1 41.562
148388364 GT-AG 0 0.0019555193664957 47 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 7 332335 332381 Pelomyxa schiedti 1580589 AGC|GTTTCGTCAT...AACCACTCATTT/AAACCACTCATT...CTCAG|GCA 2 1 47.094
148388365 GT-AG 0 1.000000099473604e-05 67 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 8 332510 332576 Pelomyxa schiedti 1580589 AAG|GTGCATATCC...TCTATCCTATCT/TTCAGATTGAAC...AATAG|GGA 1 1 53.045
148388366 GT-AG 0 1.000000099473604e-05 49 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 9 332801 332849 Pelomyxa schiedti 1580589 CTA|GTGTGTGAAG...AACTACTAAGCC/CATGTAATGATG...GGAAG|GTA 0 1 63.459
148388367 GT-AG 0 1.000000099473604e-05 43 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 10 332901 332943 Pelomyxa schiedti 1580589 GAG|GTTTGACACT...CGTATCTAAATA/ACGTATCTAAAT...TCCAG|CTC 0 1 65.83
148388368 GT-AG 0 0.0008832163737194 42 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 11 333226 333267 Pelomyxa schiedti 1580589 CTT|GTATGTGGTA...TAAAACTTATTT/ACTTATTTCACA...TCCAG|GGG 0 1 78.94
148388369 GT-AG 0 1.000000099473604e-05 46 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 12 333361 333406 Pelomyxa schiedti 1580589 CAG|GTTACTGCTT...TCAACAGTAACG/TAGAATATCAAC...AACAG|GCC 0 1 83.264
148388370 GT-AG 0 0.0019193293307081 59 rna-gnl|WGS:JAHLWZ|Pelo_150_1 26741153 13 333590 333648 Pelomyxa schiedti 1580589 CTG|GTATCACCTA...TTTATAGTAGTA/CGCTACGTCATT...TTTAG|TTG 0 1 91.771

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