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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, 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
8696848 GT-AG 0 6.574326396674845e-05 519 rna-XM_020238325.1 1565158 1 24776030 24776548 Ananas comosus 4615 AAG|GTAAGCGTTC...TTTTTTTTAGCA/TATGATTTAATT...GGCAG|AGG 0 1 7.5
8696849 GT-AG 0 1.000000099473604e-05 130 rna-XM_020238325.1 1565158 2 24775765 24775894 Ananas comosus 4615 CTG|GTGAATCCTA...TGTTTCTTATCA/TTGTTTCTTATC...TACAG|TTG 0 1 11.667
8696850 GT-AG 0 1.000000099473604e-05 234 rna-XM_020238325.1 1565158 3 24775398 24775631 Ananas comosus 4615 AAG|GTGTGTCTGT...TTTTCTTTCTTT/TGTGTTCTGAAG...TATAG|GTC 1 1 15.772
8696851 GT-AG 0 1.000000099473604e-05 2525 rna-XM_020238325.1 1565158 4 24772790 24775314 Ananas comosus 4615 AAG|GTGAGGTTTC...GCAGTTTTAGTT/TAGTTCCTCACA...AACAG|GCC 0 1 18.333
8696852 GT-AG 0 0.0366075137962272 430 rna-XM_020238325.1 1565158 5 24772300 24772729 Ananas comosus 4615 AAG|GTATACTATC...TTATCCTTCTTT/TGAGATCTCATT...TGCAG|GCC 0 1 20.185
8696853 GT-AG 0 0.0002426216867119 298 rna-XM_020238325.1 1565158 6 24771792 24772089 Ananas comosus 4615 AAG|GTATGCAAAT...TGTTCTTTTATG/TATTCTCTTACC...TCCAG|GAG 0 1 26.667
8696854 GT-AG 0 0.0060802818826479 430 rna-XM_020238325.1 1565158 7 24771233 24771662 Ananas comosus 4615 GAG|GTTTGCTTCA...GTTTTTTTAAAT/GTTTTTTTAAAT...TTTAG|GAG 0 1 30.648
8696855 GT-AG 0 0.0363077938882266 126 rna-XM_020238325.1 1565158 8 24770432 24770557 Ananas comosus 4615 CAA|GTATGTTTTC...ATTACTTTTTCT/CAATAGCTGACG...TCCAG|GTA 0 1 51.481
8696856 GT-AG 0 1.000000099473604e-05 84 rna-XM_020238325.1 1565158 9 24770155 24770238 Ananas comosus 4615 CAG|GTTTGTATGA...GTCTATTTAACA/GTCTATTTAACA...TGCAG|GAA 1 1 57.438
8696857 GT-AG 0 3.934021293170467e-05 567 rna-XM_020238325.1 1565158 10 24769394 24769960 Ananas comosus 4615 TTG|GTAAGTTTTA...CATGCCTAAATT/CTGTTGCTAACT...TATAG|GTT 0 1 63.426
8696858 GT-AG 0 5.633110742474633e-05 81 rna-XM_020238325.1 1565158 11 24769208 24769288 Ananas comosus 4615 CAG|GTATTACGTG...TCTGTTTTATTC/AATGTAATAATT...TACAG|CTT 0 1 66.667
8696859 GT-AG 0 3.873793896372126e-05 87 rna-XM_020238325.1 1565158 12 24768978 24769064 Ananas comosus 4615 TAA|GTAAGTCCTA...TGGACCTTATCA/TCAATGTTCATA...GACAG|GGC 2 1 71.08
8696860 GT-AG 0 0.0709457170970586 289 rna-XM_020238325.1 1565158 13 24768410 24768698 Ananas comosus 4615 GAA|GTATGTTCTT...ATTTTCTTAGGT/AATTTTCTTAGG...TGCAG|CTA 2 1 79.691
8703443 GT-AG 0 0.0002839491386154 104 rna-XM_020238325.1 1565158 14 24767974 24768077 Ananas comosus 4615 AAG|GTCTGTTGAA...TCATCCTTAATT/CCTTAATTTACT...TTCAG|GAA   0 89.938

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