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)

13 rows where transcript_id = 9867468

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
54043311 GT-AG 0 1.000000099473604e-05 851 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 1 2299063 2299913 Crocuta crocuta 9678 AAC|GTGAGGAGGG...TCCATCTCAACC/CTCCATCTCAAC...CTTAG|GGC 2 1 8.45
54043312 GT-AG 0 1.000000099473604e-05 79 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 2 2300096 2300174 Crocuta crocuta 9678 CTG|GTAAGTAGTG...CCGTCCTGGTCC/TCCTGGCTGACT...CCCAG|GTG 1 1 15.504
54043313 GT-AG 0 1.000000099473604e-05 520 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 3 2300387 2300906 Crocuta crocuta 9678 ATG|GTGCGTCGTG...ACAGCTTTGTCT/TACCCACTCACA...TGCAG|ATC 0 1 23.721
54043314 GT-AG 0 1.000000099473604e-05 160 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 4 2301086 2301245 Crocuta crocuta 9678 CCG|GTGAGCGCCT...TGAGTCTCATCT/CTGAGTCTCATC...GCCAG|GTA 2 1 30.659
54043315 GT-AG 0 1.000000099473604e-05 494 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 5 2301352 2301845 Crocuta crocuta 9678 AAA|GTGAGTAGCC...CGTGTTTTGGCA/TGTTTCCAAACC...ATTAG|GTA 0 1 34.767
54043316 GT-AG 0 1.000000099473604e-05 197 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 6 2301966 2302162 Crocuta crocuta 9678 AGT|GTGGGTGGGC...CACGCTTGAGCC/GGGATCCTGAGG...CATAG|GCT 0 1 39.419
54043317 GT-AG 0 1.000000099473604e-05 143 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 7 2302302 2302444 Crocuta crocuta 9678 TGG|GTACGGGATG...GGATTCTTCTTT/AAGGGAGTCACA...TTCAG|GCA 1 1 44.806
54043318 GT-AG 0 1.000000099473604e-05 496 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 8 2302641 2303136 Crocuta crocuta 9678 GAG|GTGAGGGGCT...GAGGCACTGATG/GAGGCACTGATG...CCCAG|AAC 2 1 52.403
54043319 GT-AG 0 1.000000099473604e-05 389 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 9 2303396 2303784 Crocuta crocuta 9678 CAG|GTGGGTGGGC...GGGGTCTGACTC/CGGGGTCTGACT...TGCAG|TGC 0 1 62.442
54043320 GT-AG 0 1.000000099473604e-05 380 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 10 2303893 2304272 Crocuta crocuta 9678 AAG|GTGCGGAGGC...CTGGCCTGACCC/GCTGGCCTGACC...GGCAG|AAA 0 1 66.628
54043321 GT-AG 0 1.000000099473604e-05 294 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 11 2304627 2304920 Crocuta crocuta 9678 GAG|GTGCGAGGCC...GGGACCTTGATG/GGGACCTTGATG...TGCAG|GGA 0 1 80.349
54043322 GT-AG 0 1.000000099473604e-05 90 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 12 2305104 2305193 Crocuta crocuta 9678 CAG|GTTGGGGGGG...CTTGTTTTACTC/TCTTGTTTTACT...GACAG|TGT 0 1 87.442
54043323 GT-AG 0 1.000000099473604e-05 505 rna-gnl|WGS:VOAJ|mrna.FOF47_R08237 9867468 13 2305327 2305831 Crocuta crocuta 9678 TCG|GTGAGTGGGG...AGTTTCTGGAGC/CTGGAGCGAACT...CACAG|GCT 1 1 92.597

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