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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
213933935 GT-AG 0 1.000000099473604e-05 686 rna-XM_016012084.2 38690379 2 39369339 39370024 Ziziphus jujuba 326968 CTT|GTGAGTTCAC...AGCACCTTATTC/ATTCTACTTATT...TCCAG|TGA 1 1 12.786
213933936 GT-AG 0 1.000000099473604e-05 95 rna-XM_016012084.2 38690379 3 39370419 39370513 Ziziphus jujuba 326968 AAG|GTTTTAGTTA...AGCTTCTTGAAT/AGCTTCTTGAAT...TACAG|GGA 2 1 23.259
213933937 GT-AG 0 1.000000099473604e-05 136 rna-XM_016012084.2 38690379 4 39370692 39370827 Ziziphus jujuba 326968 AAG|GTTTTACTGT...AGCTTTCTAATA/AGCTTTCTAATA...TGCAG|GTA 0 1 27.99
213933938 GT-AG 0 0.0007516015217879 83 rna-XM_016012084.2 38690379 5 39370968 39371050 Ziziphus jujuba 326968 AAG|GTATTAATTC...ATGTTTTTAATT/ATGTTTTTAATT...GACAG|GTT 2 1 31.712
213933939 GT-AG 0 1.000000099473604e-05 92 rna-XM_016012084.2 38690379 6 39372285 39372376 Ziziphus jujuba 326968 GAG|GTACTGCCCT...TTCTTATTACTG/TTATTACTGACA...TGCAG|GTA 0 1 64.514
213933940 GT-AG 0 1.000000099473604e-05 141 rna-XM_016012084.2 38690379 7 39372478 39372618 Ziziphus jujuba 326968 AAG|GTGTTATAAT...GTTTCGTTATCC/CTGAAATTCATA...TGTAG|GTT 2 1 67.198
213933941 GT-AG 0 1.000000099473604e-05 433 rna-XM_016012084.2 38690379 8 39372764 39373196 Ziziphus jujuba 326968 AAG|GTTAAACACT...TTTGCATTATCT/TTATCTTTCAAT...TTCAG|AAG 0 1 71.053
213933942 GT-AG 0 1.949671087223348e-05 90 rna-XM_016012084.2 38690379 9 39373266 39373355 Ziziphus jujuba 326968 CAG|GTAAATAATC...TTTTTTTTAATA/TTTTTTTTAATA...TGCAG|ACA 0 1 72.887
213933943 GT-AG 0 1.000000099473604e-05 119 rna-XM_016012084.2 38690379 10 39373402 39373520 Ziziphus jujuba 326968 CAG|GTGATTTCTA...TTTTTTTTATTA/ATTTTTTTTATT...TATAG|TTG 1 1 74.11
213933944 GT-AG 0 3.3553449463974965e-05 260 rna-XM_016012084.2 38690379 11 39373895 39374154 Ziziphus jujuba 326968 GAG|GTAAATTCCT...CTCATTTTAATG/GTATTTCTCATT...TTCAG|TGG 0 1 84.051
213933945 GT-AG 0 0.0058713803899184 123 rna-XM_016012084.2 38690379 12 39374235 39374357 Ziziphus jujuba 326968 CAG|GTATTCCATG...TTCTTCTGAACA/AACATTTTCATA...TATAG|GCG 2 1 86.178
213933946 GT-AG 0 0.0168410783628284 638 rna-XM_016012084.2 38690379 13 39374494 39375131 Ziziphus jujuba 326968 CAG|GTACACTTTC...ATTGCTTTGTTA/TGCTTTGTTACT...AATAG|ATA 0 1 89.793
213933947 GT-AG 0 0.0002827090166997 124 rna-XM_016012084.2 38690379 14 39375319 39375442 Ziziphus jujuba 326968 TAG|GTAACATATT...TTATTATTATTA/ATTATTATTATT...CGCAG|AAA 1 1 94.763
213945290 GT-AG 0 0.0004243439331308 94 rna-XM_016012084.2 38690379 1 39369105 39369198 Ziziphus jujuba 326968 TCG|GTATGATCCA...TTTCTTTTGGCT/TTGGAATTTATC...GACAG|CTT   0 9.888

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