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

✎ 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
55534336 GT-AG 0 6.510344980503426e-05 228 rna-XM_023095315.1 10113138 2 6864893 6865120 Cucurbita moschata 3662 CAG|GTATGTGATC...TTCTCCTTCTTC/GAACCATTTACT...TATAG|TTG 1 1 31.106
55534337 GT-AG 0 1.000000099473604e-05 1974 rna-XM_023095315.1 10113138 3 6865649 6867622 Cucurbita moschata 3662 CAG|GTGCGACTCT...TCATCTTTAACT/TGACTACTCATC...GCCAG|GAG 1 1 38.71
55534338 GT-AG 0 1.000000099473604e-05 1957 rna-XM_023095315.1 10113138 4 6867725 6869681 Cucurbita moschata 3662 ACA|GTGAGTAACC...ATTTCTTTAAAC/TTTTCTCTCACT...CTCAG|TTG 1 1 40.179
55534339 GT-AG 0 1.000000099473604e-05 137 rna-XM_023095315.1 10113138 5 6870062 6870198 Cucurbita moschata 3662 TTG|GTGATTCTTT...TCTGTTTTCACA/TCTGTTTTCACA...CGAAG|GTT 0 1 45.651
55534340 GT-AG 0 1.000000099473604e-05 245 rna-XM_023095315.1 10113138 6 6870672 6870916 Cucurbita moschata 3662 GAT|GTGAGTTCTT...ATGGATTTAATC/ATGGATTTAATC...TGCAG|TCA 2 1 52.463
55534341 GT-AG 0 0.000124362577519 79 rna-XM_023095315.1 10113138 7 6870970 6871048 Cucurbita moschata 3662 ATG|GTAAAATTTT...TTTTCTTTATTT/TTTTTCTTTATT...TTCAG|ATG 1 1 53.226
55534342 GT-AG 0 0.0008621152322347 72 rna-XM_023095315.1 10113138 8 6871157 6871228 Cucurbita moschata 3662 CCG|GTACTTTGTG...TCTCTCTGAATT/TCTAGGCTTATT...TGTAG|GTA 1 1 54.781
55534343 GT-AG 0 2.79715536702821e-05 202 rna-XM_023095315.1 10113138 9 6872989 6873190 Cucurbita moschata 3662 GAG|GTATGAGATT...TGACTCTTGATT/TGTTTTCTGACT...ATTAG|GTT 0 1 80.127
55534344 GT-AG 0 1.000000099473604e-05 262 rna-XM_023095315.1 10113138 10 6873300 6873561 Cucurbita moschata 3662 AAG|GTAATGACTA...CAGTTCTTGACT/TCTTTGCTAACT...TGCAG|GGT 1 1 81.696
55534345 GT-AG 0 1.643354943514171e-05 696 rna-XM_023095315.1 10113138 11 6873743 6874438 Cucurbita moschata 3662 TAG|GTGTTGTTTT...CAATCTGTAATC/TGTTTGTTTATA...TCCAG|CTG 2 1 84.303
55534346 GC-AG 0 1.000000099473604e-05 106 rna-XM_023095315.1 10113138 12 6874507 6874612 Cucurbita moschata 3662 CAG|GCATGTCACT...TTTTTCTTGTAA/TGTAAATTAACC...TGCAG|CTC 1 1 85.282
55534347 GT-AG 0 1.000000099473604e-05 82 rna-XM_023095315.1 10113138 13 6874726 6874807 Cucurbita moschata 3662 GAG|GTTCTTACCT...AAATTTTTAATC/AAATTTTTAATC...TTCAG|ACT 0 1 86.91
55534348 GT-AG 0 1.000000099473604e-05 69 rna-XM_023095315.1 10113138 14 6875286 6875354 Cucurbita moschata 3662 CAG|GTAAGACTAA...TGATGTTTATCC/CTGATGTTTATC...AACAG|AGG 1 1 93.793
55534349 GT-AG 0 7.04378022119267e-05 213 rna-XM_023095315.1 10113138 15 6875675 6875887 Cucurbita moschata 3662 AGA|GTAAGTCTTT...GCATTCTGAATC/TGCATTCTGAAT...TGCAG|TTA 0 1 98.401
55534350 GT-AG 0 1.000000099473604e-05 88 rna-XM_023095315.1 10113138 16 6875985 6876072 Cucurbita moschata 3662 GAG|GTAAGAACTG...TATTTCTTGATT/TATTTCTTGATT...GGCAG|GGA 1 1 99.798

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