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

✎ 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
163707397 GT-AG 0 1.000000099473604e-05 473 rna-XM_020569707.1 29402362 1 11568194 11568666 Prunus persica 3760 CAG|GTTGGCTCTC...TTTTCCTTTGAT/TTATGTATTACA...AATAG|GGG 2 1 3.1
163707398 GT-AG 0 1.000000099473604e-05 968 rna-XM_020569707.1 29402362 2 11568766 11569733 Prunus persica 3760 TAG|GTAACAGCAA...AATGTCATAACT/TCATAACTCATA...CCCAG|GTC 2 1 5.16
163707399 GT-AG 0 1.000000099473604e-05 1356 rna-XM_020569707.1 29402362 3 11569968 11571323 Prunus persica 3760 GAG|GTAAGTCCTT...ATTTGCTTAATC/ATTTGCTTAATC...TGCAG|TCA 2 1 10.029
163707400 GT-AG 0 6.910430761269848e-05 448 rna-XM_020569707.1 29402362 4 11571402 11571849 Prunus persica 3760 AGG|GTAAGTTCCA...CTTTCTTTGATT/CTTTCTTTGATT...TATAG|GCG 2 1 11.652
163707401 GT-AG 0 0.0006266952820324 453 rna-XM_020569707.1 29402362 5 11572021 11572473 Prunus persica 3760 AAG|GTTCCCACTT...AAAATCTGAGTG/AAAAATCTGAGT...TCCAG|GCC 2 1 15.21
163707402 GT-AG 0 1.000000099473604e-05 90 rna-XM_020569707.1 29402362 6 11572705 11572794 Prunus persica 3760 ACG|GTAAAATCTT...TTTTCCTGATTT/TTTTTCCTGATT...TGCAG|AGA 2 1 20.017
163707403 GT-AG 0 0.1536267003757894 188 rna-XM_020569707.1 29402362 7 11573052 11573239 Prunus persica 3760 CAG|GTATGCCTCT...TTTTCCTTAATG/ATTTTCCTTAAT...TTCAG|AGT 1 1 25.364
163707404 GT-AG 0 0.2284051099610928 386 rna-XM_020569707.1 29402362 8 11573341 11573726 Prunus persica 3760 AAG|GTATTCTTTG...ACTTTGTTGATA/ACTTTGTTGATA...CACAG|TAT 0 1 27.466
163707405 GT-AG 0 1.000000099473604e-05 421 rna-XM_020569707.1 29402362 9 11573943 11574363 Prunus persica 3760 ATG|GTGAGTCCTC...CTCTGTTTGACT/CTCTGTTTGACT...TTCAG|ATA 0 1 31.96
163707406 GT-AG 0 1.000000099473604e-05 73 rna-XM_020569707.1 29402362 10 11574592 11574664 Prunus persica 3760 ATG|GTAAGTCTCC...GTTGTCTGAAAA/ACATGTTTCAAT...GCTAG|GTT 0 1 36.704
163707407 GT-AG 0 1.000000099473604e-05 79 rna-XM_020569707.1 29402362 11 11574757 11574835 Prunus persica 3760 AAG|GTTCTCACTT...CTGGTTTTGTTG/ATCAAATTCATT...TGCAG|AGC 2 1 38.618
163707408 GT-AG 0 0.0001726266080984 807 rna-XM_020569707.1 29402362 12 11574930 11575736 Prunus persica 3760 AAG|GTATGAATAA...GTACCTTTATCT/CTTTATCTAACA...ACCAG|TTA 0 1 40.574
163707409 GT-AG 0 1.0216200617737154 102 rna-XM_020569707.1 29402362 13 11575830 11575931 Prunus persica 3760 GAG|GTACCTTTCT...TGTGCTTTGATG/AACTGTTTCATT...ATTAG|GAA 0 1 42.509
163707410 GT-AG 0 0.0003827086053365 86 rna-XM_020569707.1 29402362 14 11576786 11576871 Prunus persica 3760 AAG|GTACTTTAGC...CTATTTTTATCA/GCTATTTTTATC...ACCAG|GTT 2 1 60.279
163707411 GT-AG 0 0.0098048690691022 639 rna-XM_020569707.1 29402362 15 11576987 11577625 Prunus persica 3760 GAT|GTAAGCTTTT...ATCTTTTTATTT/CATCTTTTTATT...TGTAG|CAA 0 1 62.672

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