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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
103971840 GT-AG 0 1.000000099473604e-05 2422 rna-XM_017824137.1 19419575 2 5828601 5831022 Lepidothrix coronata 321398 AGG|GTAATGGTTT...TTTTTTTTAAAA/TTTTTTTTAAAA...GTTAG|AAT 2 1 9.059
103971841 GT-AG 0 0.0003080250792456 704 rna-XM_017824137.1 19419575 3 5831144 5831847 Lepidothrix coronata 321398 AAT|GTAAGTTTTC...GCATCCTGAGTT/GAATTATTTATT...TACAG|AAA 0 1 12.562
103971842 GT-AG 0 1.0943162574591144e-05 737 rna-XM_017824137.1 19419575 4 5832189 5832925 Lepidothrix coronata 321398 TAA|GTAAGTGTGG...TAATTCCTAACT/TAATTCCTAACT...TTCAG|ATC 2 1 22.431
103971843 GT-AG 0 1.000000099473604e-05 2180 rna-XM_017824137.1 19419575 5 5833119 5835298 Lepidothrix coronata 321398 CAG|GTAGGCAACA...TTTTCCTTTTTC/CTTTTTCTAATA...TTCAG|GCA 0 1 28.017
103971844 GT-AG 0 1.000000099473604e-05 980 rna-XM_017824137.1 19419575 6 5835541 5836520 Lepidothrix coronata 321398 TAG|GTAGGAAAAT...GTCTCTTTAATA/AAGATTTTTACT...TTTAG|AAC 2 1 35.022
103971845 GT-AG 0 1.000000099473604e-05 431 rna-XM_017824137.1 19419575 7 5836628 5837058 Lepidothrix coronata 321398 TAG|GTTGGTTTAT...TTTTCATTTACA/TTTTCATTTACA...TGTAG|GTG 1 1 38.119
103971846 GT-AG 0 1.000000099473604e-05 545 rna-XM_017824137.1 19419575 8 5837232 5837776 Lepidothrix coronata 321398 CAG|GTAAGTGCTC...ATATCTTTTAAT/ATATCTTTTAAT...TACAG|GCT 0 1 43.126
103971847 GT-AG 0 1.000000099473604e-05 512 rna-XM_017824137.1 19419575 9 5837970 5838481 Lepidothrix coronata 321398 ACG|GTAAATGAAT...CGTACTTTATTT/TCGTACTTTATT...CAAAG|GCA 1 1 48.712
103971848 GT-AG 0 2.627510420171212e-05 1322 rna-XM_017824137.1 19419575 10 5838601 5839922 Lepidothrix coronata 321398 AAG|GTAGTATTTT...CTTTCCTTCTTC/TGGTGTGACACC...TCTAG|TCT 0 1 52.156
103971849 GT-AG 0 0.0050218725558363 1075 rna-XM_017824137.1 19419575 11 5840761 5841835 Lepidothrix coronata 321398 TTG|GTATGTCTTT...CATGTTTTATTT/TCATGTTTTATT...CATAG|GTT 1 1 76.411
103971850 GT-AG 0 1.000000099473604e-05 589 rna-XM_017824137.1 19419575 12 5842000 5842588 Lepidothrix coronata 321398 TAT|GTAAGAACAC...TGTTTATTAATG/AAATTGTTTATT...TACAG|AAA 0 1 81.158
103971851 GT-AG 0 0.0033618784768347 1341 rna-XM_017824137.1 19419575 13 5842715 5844055 Lepidothrix coronata 321398 CCA|GTATGTACCT...TGCTTCTTACAG/CTGCTTCTTACA...TACAG|GTG 0 1 84.805
103971852 GT-AG 0 1.000000099473604e-05 1032 rna-XM_017824137.1 19419575 14 5844188 5845219 Lepidothrix coronata 321398 AAG|GTAAAAATCG...AAACCTTTGATA/AAACCTTTGATA...TGTAG|GTT 0 1 88.625
103973042 GT-AG 0 1.000000099473604e-05 473 rna-XM_017824137.1 19419575 1 5827874 5828346 Lepidothrix coronata 321398 GCG|GTCGGTCAGC...GGTCTGTTATTC/TGGTCTGTTATT...TTCAG|GGG   0 2.402

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