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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
152560241 GT-AG 0 1.000000099473604e-05 5837 rna-XM_026810550.2 27390992 1 15049230 15055066 Phoenix dactylifera 42345 GTG|GTACGAGGCA...CCATCCTTAGTG/AATATACTGATC...CCCAG|CCT 0 1 0.279
152560242 GT-AG 0 8.936676875724278e-05 98 rna-XM_026810550.2 27390992 2 15055163 15055260 Phoenix dactylifera 42345 AAG|GTTTGTTTTT...CTCGTTTTCACT/CTCGTTTTCACT...TACAG|GGA 0 1 1.092
152560243 GT-AG 0 1.0469841923817897e-05 238 rna-XM_026810550.2 27390992 3 15055468 15055705 Phoenix dactylifera 42345 GAA|GTGCGTATCT...TTTGTTTTACTT/TTTTGTTTTACT...CGCAG|CAG 0 1 2.844
152560244 GC-AG 0 1.3422919134940692e-05 75 rna-XM_026810550.2 27390992 4 15063728 15063802 Phoenix dactylifera 42345 GAG|GCATGTGTTT...TTTTTCTTATCA/TTTTTTCTTATC...TGCAG|GTA 0 1 70.747
152560245 GT-AG 0 0.0036287985109438 3212 rna-XM_026810550.2 27390992 5 15064106 15067317 Phoenix dactylifera 42345 CAG|GTATTTTATT...TTTTTTTTTTTT/TGTGGCATCACC...GGCAG|CCC 0 1 73.311
152560246 GT-AG 0 1.000000099473604e-05 108 rna-XM_026810550.2 27390992 6 15067517 15067624 Phoenix dactylifera 42345 ATG|GTGCTGCCTT...GTTATCTTAGTT/TCTGTTGTTATT...TGTAG|GCC 1 1 74.996
152560247 GT-AG 0 0.0028203677271634 85 rna-XM_026810550.2 27390992 7 15067915 15067999 Phoenix dactylifera 42345 CAG|GTATTCACAA...TTTATTTTATTG/ATTTATTTTATT...TGCAG|GTT 0 1 77.45
152560248 GT-AG 0 1.634875119444696e-05 6481 rna-XM_026810550.2 27390992 8 15068272 15074752 Phoenix dactylifera 42345 AGG|GTAAATATTT...ATGTCTTTTGTG/TTGTGACTAATG...AGCAG|ACT 2 1 79.753
152560249 GT-AG 0 1.000000099473604e-05 102 rna-XM_026810550.2 27390992 9 15075858 15075959 Phoenix dactylifera 42345 GTG|GTAATATAAT...TTCATTTTAGAT/TGGTTGTTCATT...TTCAG|GTT 0 1 89.106
152560250 GT-AG 0 1.000000099473604e-05 73 rna-XM_026810550.2 27390992 10 15076107 15076179 Phoenix dactylifera 42345 GAG|GTAGTGTTAC...GTTATTCTAACA/GTTATTCTAACA...AACAG|AAT 0 1 90.35
152560251 GT-AG 0 1.000000099473604e-05 212 rna-XM_026810550.2 27390992 11 15076261 15076472 Phoenix dactylifera 42345 CAA|GTAAGACAAC...TTTCCCTTTGTG/TGCATGCTTATT...TGCAG|GTT 0 1 91.036
152560252 GT-AG 0 1.000000099473604e-05 84 rna-XM_026810550.2 27390992 12 15076699 15076782 Phoenix dactylifera 42345 ATT|GTGAGTGCTT...ATTTTCATGATT/TCATGATTCATC...TGCAG|TCG 1 1 92.949
152560253 GT-AG 0 1.000000099473604e-05 1579 rna-XM_026810550.2 27390992 13 15076923 15078501 Phoenix dactylifera 42345 AAG|GTAATTATGA...CCTCTCTAAACG/CCCTCTCTAAAC...ATCAG|GTT 0 1 94.134
152560254 GT-AG 0 1.000000099473604e-05 89 rna-XM_026810550.2 27390992 14 15078609 15078697 Phoenix dactylifera 42345 ATG|GTTAGACTTG...GCATTTTTAAAA/GCATTTTTAAAA...TGCAG|TTT 2 1 95.04
152569461 GT-AG 0 1.000000099473604e-05 547 rna-XM_026810550.2 27390992 15 15078863 15079409 Phoenix dactylifera 42345 CAG|GTTGGCTTTT...AATTCATTGTTT/TTGCAATTCATT...TGCAG|ATT   0 96.436

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