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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
116461738 GT-AG 0 3.019964363550592e-05 131 rna-XM_021631381.1 21550591 1 73990 74120 Meriones unguiculatus 10047 CCA|GTGAGCTTGG...GCTGCCTTGAGG/TGGGCTGTGATG...CCTAG|GGC 1 1 9.772
116461739 GT-AG 0 1.4636318956303725e-05 299 rna-XM_021631381.1 21550591 2 73520 73818 Meriones unguiculatus 10047 TCA|GTAAGGTCCA...TTGCCCTTTGTC/AAGAGGCCCACC...CTCAG|GTG 1 1 17.58
116461740 GT-AG 0 1.000000099473604e-05 202 rna-XM_021631381.1 21550591 3 73216 73417 Meriones unguiculatus 10047 TAG|GTAAGTGTGT...GGACTCCTACCC/AGAGCACTGACT...CCCAG|CCA 1 1 22.237
116461741 GT-AG 0 1.000000099473604e-05 264 rna-XM_021631381.1 21550591 4 72754 73017 Meriones unguiculatus 10047 GCT|GTGAGAAAGT...CTCCTCCTGATT/CTCCTCCTGATT...CTCAG|TGG 1 1 31.279
116461742 GT-AG 0 1.000000099473604e-05 516 rna-XM_021631381.1 21550591 5 72172 72687 Meriones unguiculatus 10047 TCC|GTGAGTGACT...TCTCCTCTGACC/TCTCCTCTGACC...CCCAG|CCG 1 1 34.292
116461743 GT-AG 0 1.000000099473604e-05 150 rna-XM_021631381.1 21550591 6 71808 71957 Meriones unguiculatus 10047 CCA|GTAAGGGGCT...GGAATCTTATAT/AGGAATCTTATA...CTCAG|AGC 2 1 44.064
116461744 GT-AG 0 1.000000099473604e-05 505 rna-XM_021631381.1 21550591 7 71145 71649 Meriones unguiculatus 10047 CAG|GTGAGGGTGC...ACACTTCTGACT/ACACTTCTGACT...TTCAG|GCT 1 1 51.279
116461745 GT-AG 0 1.000000099473604e-05 1106 rna-XM_021631381.1 21550591 8 69874 70979 Meriones unguiculatus 10047 GCA|GTGAGTGCCC...ATTCCCATAAGT/GTGTCCCTCACA...GCCAG|GCC 1 1 58.813
116461746 GT-AG 0 0.0001567649298617 97 rna-XM_021631381.1 21550591 9 69609 69705 Meriones unguiculatus 10047 TTG|GTACTCACCT...GGTGCCTTGGGC/ATGGCGCTCACG...CCCAG|GTG 1 1 66.484
116461747 GT-AG 0 1.000000099473604e-05 838 rna-XM_021631381.1 21550591 10 68670 69507 Meriones unguiculatus 10047 CAG|GTGAGGGCTG...GTTCCCATGCTG/CCCAGTATCACA...TCCAG|GAA 0 1 71.096
116461748 GT-AG 0 1.000000099473604e-05 818 rna-XM_021631381.1 21550591 11 67721 68538 Meriones unguiculatus 10047 CCG|GTAAGTCACT...CTGAGCTTGACA/CTGAGCTTGACA...CTAAG|GTG 2 1 77.078
116461749 GT-AG 0 1.000000099473604e-05 381 rna-XM_021631381.1 21550591 12 67212 67592 Meriones unguiculatus 10047 AAG|GTGAGTAGCC...GCCTCCTTTTCT/GGTTAGCTCAAG...TCTAG|GGC 1 1 82.922
116461750 GT-AG 0 1.000000099473604e-05 104 rna-XM_021631381.1 21550591 13 67014 67117 Meriones unguiculatus 10047 GCT|GTGAGTCTTT...ATGCCCTTCTTC/GGGGCATTGAGA...TCCAG|GGA 2 1 87.215
116461751 GT-AG 0 1.000000099473604e-05 3737 rna-XM_021631381.1 21550591 14 63136 66872 Meriones unguiculatus 10047 CAG|GTGAGCAGGA...TTGGCCTTCCTC/TCCAAGCTTACT...CCCAG|TGA 2 1 93.653

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