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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
121405825 GT-AG 0 1.000000099473604e-05 147 rna-XM_024161264.1 22370821 1 41884 42030 Morus notabilis 981085 AAT|GTGAACATTA...ACTTTGTTAATT/ACTTTGTTAATT...TGCAG|GTC 0 1 3.58
121405826 GT-AG 0 0.0004510310745067 359 rna-XM_024161264.1 22370821 2 42263 42621 Morus notabilis 981085 GAG|GTACCAAATT...CTGGTCTAGATA/ATGTAACTTACT...ATCAG|TTC 1 1 12.808
121405827 GT-AG 0 1.000000099473604e-05 570 rna-XM_024161264.1 22370821 3 42792 43361 Morus notabilis 981085 CAG|GTAAAATATA...AATTTTTTACTC/AAATTTTTTACT...TGCAG|GGG 0 1 19.57
121405828 GT-AG 0 0.0001128249467364 90 rna-XM_024161264.1 22370821 4 43548 43637 Morus notabilis 981085 ATG|GTAAAGTCTG...TTTTCCTTAATA/ATTTCTCTAACG...CACAG|CTT 0 1 26.969
121405829 GC-AG 0 1.000000099473604e-05 87 rna-XM_024161264.1 22370821 5 43734 43820 Morus notabilis 981085 GAG|GCAGAATTTA...TATACATTAGAT/AAAGAGTTTATA...TGCAG|CTT 0 1 30.788
121405830 GT-AG 0 0.0148206627103006 77 rna-XM_024161264.1 22370821 6 44022 44098 Morus notabilis 981085 ATC|GTATGTACCG...CATGTCTTAAAA/GTTCTACTTATT...TACAG|AGT 0 1 38.783
121405831 GT-AG 0 1.000000099473604e-05 84 rna-XM_024161264.1 22370821 7 44259 44342 Morus notabilis 981085 AAG|GTAAATCGAC...GTTGTTTTATTA/GGTTGTTTTATT...CATAG|ACG 1 1 45.147
121405832 GT-AG 0 1.4709350358677975e-05 196 rna-XM_024161264.1 22370821 8 44555 44750 Morus notabilis 981085 AAG|GTAAACAAAA...TTTTTCTTAAGT/TAAAGTCTGATT...TTCAG|GGA 0 1 53.58
121405833 GT-AG 0 0.0008835981819662 123 rna-XM_024161264.1 22370821 9 44869 44991 Morus notabilis 981085 ATG|GTAACATGCT...TTTTCTTTACAT/TTATTCTTCATT...AATAG|CAT 1 1 58.274
121405834 GT-AG 0 1.000000099473604e-05 131 rna-XM_024161264.1 22370821 10 45069 45199 Morus notabilis 981085 CAG|GTGATATGCT...ATGCTTTTATAT/CTTCTTTTTATG...CACAG|TTT 0 1 61.337
121405835 GT-AG 0 0.0102720646215901 171 rna-XM_024161264.1 22370821 11 45290 45460 Morus notabilis 981085 TCT|GTATGTAATA...TATTTTTTCACT/TATTTTTTCACT...TGCAG|GTT 0 1 64.916
121405836 GT-AG 0 0.0026147347390035 88 rna-XM_024161264.1 22370821 12 45605 45692 Morus notabilis 981085 CCC|GTATGTAGAT...TTTATTTAGACT/AAGTGATTTATT...TGCAG|ACA 0 1 70.644
121405837 GT-AG 0 0.0288895877189376 98 rna-XM_024161264.1 22370821 13 45966 46063 Morus notabilis 981085 ACT|GTATGTTGAA...CTTTTTTTTACG/CTTTTTTTTACG...GTCAG|CAC 0 1 81.504
121405838 GT-AG 0 8.718160513515732e-05 666 rna-XM_024161264.1 22370821 14 46145 46810 Morus notabilis 981085 CCT|GTAAGCATAT...GTTGAATTAACT/GTTGAATTAACT...AATAG|GAT 0 1 84.726
121405839 GT-AG 0 3.683914276280699e-05 321 rna-XM_024161264.1 22370821 15 46988 47308 Morus notabilis 981085 GAA|GTAAGCACAA...TCTCTTTTATAT/ATCTCTTTTATA...CGCAG|GTA 0 1 91.766

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