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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
3636215 GT-AG 0 0.0649865825432854 57 rna-BJG266_LOCUS557 670651 1 1849655 1849711 Adineta steineri 433720 TTT|GTATGTTTAA...TGTTCTTTTAAT/TGTTCTTTTAAT...TTTAG|TAT 0 1 1.697
3636216 GT-AG 0 0.0258999787647977 56 rna-BJG266_LOCUS557 670651 2 1849324 1849379 Adineta steineri 433720 TTC|GTATGTATTA...ATTCATTTGATA/TAAGTACTAATT...TTTAG|TCC 2 1 6.882
3636217 GT-AG 0 1.000000099473604e-05 67 rna-BJG266_LOCUS557 670651 3 1848655 1848721 Adineta steineri 433720 CAG|GTTAATGAAT...GTATATTTAAAT/GTATATTTAAAT...TGTAG|TTA 1 1 18.232
3636218 GT-AG 0 1.000000099473604e-05 45 rna-BJG266_LOCUS557 670651 4 1848493 1848537 Adineta steineri 433720 CAG|GTAATAAAAT...AATTTTGTGAGA/AATTTTGTGAGA...TCTAG|GTA 1 1 20.437
3636219 GT-AG 0 1.000000099473604e-05 55 rna-BJG266_LOCUS557 670651 5 1848375 1848429 Adineta steineri 433720 AAG|GTCAATATAA...AAGTTTTTATTA/AAAGTTTTTATT...TTCAG|CAT 1 1 21.625
3636220 GT-AG 0 1.000000099473604e-05 54 rna-BJG266_LOCUS557 670651 6 1848270 1848323 Adineta steineri 433720 CAA|GTAAAGTTAA...ATTTATTTATTC/AATTTATTTATT...TTTAG|AAT 1 1 22.587
3636221 GT-AG 0 1.000000099473604e-05 155 rna-BJG266_LOCUS557 670651 7 1847520 1847674 Adineta steineri 433720 CAA|GTAAGAGTTT...TTATGCTTGATA/TTATGCTTGATA...TTTAG|TGG 2 1 33.805
3636222 GT-AG 0 1.000000099473604e-05 44 rna-BJG266_LOCUS557 670651 8 1847012 1847055 Adineta steineri 433720 CAG|GTAAAATTTT...AAAAAATTATTT/AAAAAAATTATT...TTTAG|AAT 1 1 42.553
3636223 GT-AG 0 0.00011179123755 251 rna-BJG266_LOCUS557 670651 9 1846330 1846580 Adineta steineri 433720 ATG|GTAAGTTGTT...TATTTCTTAAAA/AAATAATTAATT...TTTAG|ATT 0 1 50.679
3636224 GT-AG 0 1.000000099473604e-05 55 rna-BJG266_LOCUS557 670651 10 1845996 1846050 Adineta steineri 433720 AAG|GTTAAGATTT...TATTTTTTATTT/TTATTTTTTATT...TATAG|AAC 0 1 55.939
3636225 GT-AG 0 1.000000099473604e-05 51 rna-BJG266_LOCUS557 670651 11 1845311 1845361 Adineta steineri 433720 AAG|GTAAATAAAA...TACACTTTGAAA/ATTTTATTGATT...TTAAG|GTG 1 1 67.892
3636226 GT-AG 0 1.000000099473604e-05 61 rna-BJG266_LOCUS557 670651 12 1844914 1844974 Adineta steineri 433720 AAA|GTAAATATAT...TCTATTCTATTT/CTATTTTCCACT...TTAAG|ATA 1 1 74.227
3636227 GT-AG 0 1.000000099473604e-05 55 rna-BJG266_LOCUS557 670651 13 1844335 1844389 Adineta steineri 433720 CAG|GTTAATAACT...TTTTTTTTGAAG/ATTAATTTTATT...TTTAG|ATT 0 1 84.106
3636228 GT-AG 0 5.675029574986526e-05 274 rna-BJG266_LOCUS557 670651 14 1843594 1843867 Adineta steineri 433720 TAA|GTAAGTTATA...GAAGCCTAAATT/ATCATTCTAATT...ATTAG|AGA 2 1 92.911
3636229 GT-AG 0 4.9613268272510686e-05 58 rna-BJG266_LOCUS557 670651 15 1843429 1843486 Adineta steineri 433720 TAA|GTACGAATAA...ATTTCCATATTT/AAATATGTCATG...TTTAG|ATA 1 1 94.928

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