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

✎ 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
149877620 GT-AG 0 1.000000099473604e-05 1112 rna-XM_033971755.1 26973275 2 15199649 15200760 Periophthalmus magnuspinnatus 409849 CAG|GTAACACAAG...TACTTCTTGTCA/CTTCTTGTCACC...TACAG|AGA 2 1 3.835
149877621 GT-AG 0 0.0001136434337252 4024 rna-XM_033971755.1 26973275 3 15195461 15199484 Periophthalmus magnuspinnatus 409849 CTG|GTATGTCTAC...TAAGGCTGAACA/ATAAGGCTGAAC...TGCAG|GTG 1 1 6.708
149877622 GT-AG 0 0.0024788928926623 680 rna-XM_033971755.1 26973275 4 15194678 15195357 Periophthalmus magnuspinnatus 409849 CAG|GTCTGCTCTT...TTAACTTTAATT/TTTATCTTTATT...TGCAG|GGA 2 1 8.511
149877623 GT-AG 0 1.000000099473604e-05 4850 rna-XM_033971755.1 26973275 5 15189782 15194631 Periophthalmus magnuspinnatus 409849 CTG|GTGAGTGCTA...TTTTTTTTAAAT/TTTTTTTTAAAT...TGCAG|GGA 0 1 9.317
149877624 GT-AG 0 0.0001179243073573 1353 rna-XM_033971755.1 26973275 6 15188324 15189676 Periophthalmus magnuspinnatus 409849 CAG|GTACATCCCA...TCTGTCTTGACC/TCTGTCTTGACC...TGCAG|GGG 0 1 11.156
149877625 GT-AG 0 1.000000099473604e-05 433 rna-XM_033971755.1 26973275 7 15187795 15188227 Periophthalmus magnuspinnatus 409849 AAG|GTATGGGTCA...TTATTATTAATA/TATATACTCATA...TCCAG|GAC 0 1 12.837
149877626 GT-AG 0 1.000000099473604e-05 75 rna-XM_033971755.1 26973275 8 15187594 15187668 Periophthalmus magnuspinnatus 409849 CAG|GTGCAGACAC...TTAGTCTTATGT/GTTAGTCTTATG...TGTAG|ATT 0 1 15.044
149877627 GT-AG 0 0.0001788688500801 809 rna-XM_033971755.1 26973275 9 15186665 15187473 Periophthalmus magnuspinnatus 409849 CAG|GTAACATGAA...TGGGCTTTGACA/AGCTGTTTGACT...CATAG|GGA 0 1 17.145
149877628 GT-AG 0 1.000000099473604e-05 951 rna-XM_033971755.1 26973275 10 15185577 15186527 Periophthalmus magnuspinnatus 409849 CAC|GTGAGACAGT...GTTGTCCTAACC/GTTGTCCTAACC...TGCAG|TAA 2 1 19.545
149877629 GT-AG 0 4.336856869290448e-05 738 rna-XM_033971755.1 26973275 11 15184619 15185356 Periophthalmus magnuspinnatus 409849 ATG|GTAAGCACAC...TTGACCTTATTT/ACCTTATTTATT...CCCAG|CTT 0 1 23.398
149877630 GC-AG 0 1.000000099473604e-05 82 rna-XM_033971755.1 26973275 12 15184354 15184435 Periophthalmus magnuspinnatus 409849 AAG|GCAAGAGCAG...TTGCTCTTAATC/CTTAATCTAATC...TACAG|CCC 0 1 26.602
149877631 GT-AG 0 1.0218868485377305e-05 773 rna-XM_033971755.1 26973275 13 15183436 15184208 Periophthalmus magnuspinnatus 409849 AAG|GTACTTAAGA...ATATTGTTGACA/GTTGTTTTTATG...TGCAG|GTT 1 1 29.142
149877632 GT-AG 0 3.5913067094601386e-05 2730 rna-XM_033971755.1 26973275 14 15179689 15182418 Periophthalmus magnuspinnatus 409849 GAG|GTACGCGAGT...TTTTTTTTCTCT/TAAAATTTAAAT...TGCAG|ATA 1 1 46.953
149886903 GT-AG 0 1.000000099473604e-05 6530 rna-XM_033971755.1 26973275 1 15200884 15207413 Periophthalmus magnuspinnatus 409849 CGG|GTGAGTCTCA...TTATTATTATTT/TTTATTATTATT...TACAG|GTA   0 1.751

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