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

✎ 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
197656789 GT-AG 0 0.1458043854030696 195 rna-XM_018126689.1 35103461 1 33532559 33532753 Theobroma cacao 3641 AAA|GTATGTTTGG...TATATCTTAAAT/TCCTGTTTTACT...TTCAG|GTT 1 1 5.209
197656790 GT-AG 0 1.000000099473604e-05 1094 rna-XM_018126689.1 35103461 2 33535493 33536586 Theobroma cacao 3641 CAG|GTAATAGTAC...GGTTACTTAAAG/AGGTTACTTAAA...TTTAG|GCA 1 1 40.61
197656791 GT-AG 0 0.0108701628709882 967 rna-XM_018126689.1 35103461 3 33537047 33538013 Theobroma cacao 3641 AAG|GTACCGCTTG...TCTTCTTTATTT/CTCTTCTTTATT...TGCAG|GTT 2 1 46.556
197656792 GT-AG 0 2.162548693708968e-05 1104 rna-XM_018126689.1 35103461 4 33538243 33539346 Theobroma cacao 3641 AGG|GTAATTGTCT...TGTACTTTAATT/ATGTTGTTCATC...TGTAG|ATG 0 1 49.515
197656793 GT-AG 0 0.0002535476889463 118 rna-XM_018126689.1 35103461 5 33539512 33539629 Theobroma cacao 3641 CAG|GTATTGTGTA...ATTTTCTCAATT/ATGTATTTCATT...CACAG|GAG 0 1 51.648
197656794 GT-AG 0 1.000000099473604e-05 476 rna-XM_018126689.1 35103461 6 33539903 33540378 Theobroma cacao 3641 GAG|GTGCTTAGAA...ACTCTCTTGGTT/GGTTTTCTAATG...TGCAG|TGG 0 1 55.176
197656795 GT-AG 0 0.0023946228706607 173 rna-XM_018126689.1 35103461 7 33540625 33540797 Theobroma cacao 3641 CCA|GTAAGTTTAT...TTTCCCTTATTT/TTATTTCTCATT...TTAAG|CTT 0 1 58.356
197656796 GT-AG 0 0.0071265403909909 88 rna-XM_018126689.1 35103461 8 33541188 33541275 Theobroma cacao 3641 ATG|GTATGCAGTT...ATTTGTTTAATT/ATTTGTTTAATT...TTCAG|ATT 0 1 63.397
197656797 GT-AG 0 1.000000099473604e-05 106 rna-XM_018126689.1 35103461 9 33542704 33542809 Theobroma cacao 3641 GAG|GTAGTACCTC...ATCTCCTGAACT/GTTTTTGTGATA...CTCAG|GCA 0 1 81.853
197656798 GT-AG 0 1.000000099473604e-05 667 rna-XM_018126689.1 35103461 10 33542867 33543533 Theobroma cacao 3641 AAG|GTTAGTAACT...AATCATTTAATT/CATGTGTTCATG...TTCAG|GGC 0 1 82.59
197656799 GT-AG 0 1.000000099473604e-05 416 rna-XM_018126689.1 35103461 11 33543963 33544378 Theobroma cacao 3641 GAG|GTATGAAACT...TATGTCTTGTTT/GTCTTGTTTATT...TGCAG|TAT 0 1 88.135
197656800 GT-AG 0 0.0090905101183365 305 rna-XM_018126689.1 35103461 12 33544603 33544907 Theobroma cacao 3641 ATC|GTATGTATTC...ATGTGTTTATTC/AATGTGTTTATT...TGCAG|GGA 2 1 91.03
197656801 GT-AG 0 1.000000099473604e-05 402 rna-XM_018126689.1 35103461 13 33545042 33545443 Theobroma cacao 3641 AAG|GTTAGTTCCC...ATTTACTTGATA/TTTTGCTTCACT...TGCAG|GCG 1 1 92.762
197656802 GT-AG 0 0.0001468180064892 94 rna-XM_018126689.1 35103461 14 33545714 33545807 Theobroma cacao 3641 TAG|GTACATGCTT...TAATCTTTATTT/CTTTATTTTATC...TGAAG|GTA 1 1 96.252
197656803 GT-AG 0 0.0002542132023947 155 rna-XM_018126689.1 35103461 15 33545987 33546141 Theobroma cacao 3641 CGG|GTAACTATAA...ACTATTTGAATT/TTTGCACTAATG...CACAG|GCT 0 1 98.565

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