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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, length, scored_motifs, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
186782515 GT-AG 0 1.000000099473604e-05 273 rna-XM_027913692.1 33342790 1 59464210 59464482 Solanum pennellii 28526 CAG|GTTTAGGGAG...GGTATTTTGATA/GGTATTTTGATA...TAAAG|AGG 0 1 1.765
186782516 GT-AG 0 1.000000099473604e-05 263 rna-XM_027913692.1 33342790 2 59463669 59463931 Solanum pennellii 28526 CAA|GTTTGTGCAG...TTGTTCGCAACA/AACAATCTGATA...TGCAG|GTT 2 1 5.321
186782517 GT-AG 0 1.000000099473604e-05 466 rna-XM_027913692.1 33342790 3 59463132 59463597 Solanum pennellii 28526 TAT|GTGAGAAATT...GAAATTTTGAAA/TTGGTACTTAAG...TCAAG|ATG 1 1 6.229
186782518 GT-AG 0 0.0071534420950172 882 rna-XM_027913692.1 33342790 4 59462089 59462970 Solanum pennellii 28526 TTG|GTATTTCTAT...TTCGTTTTAAAA/TTAAAACTAACA...TATAG|CTT 0 1 8.289
186782519 GT-AG 0 1.000000099473604e-05 1734 rna-XM_027913692.1 33342790 5 59460148 59461881 Solanum pennellii 28526 AAG|GTGAATGAAG...GTGTGTTTAAAT/ATGGTAGTAACT...GCAAG|ATG 0 1 10.936
186782520 GT-AG 0 1.000000099473604e-05 204 rna-XM_027913692.1 33342790 6 59459842 59460045 Solanum pennellii 28526 CAG|GTTTGTGGCT...TATTTCTGATCA/CTATTTCTGATC...TTCAG|GGT 0 1 12.241
186782521 GT-AA 0 1.000000099473604e-05 84 rna-XM_027913692.1 33342790 7 59459227 59459310 Solanum pennellii 28526 CAT|GTCACGCCAA...GGAACGTTGAAA/GCAATAATCATG...TTGAA|GTT 0 1 19.033
186782522 GT-AG 0 0.0025098205409729 105 rna-XM_027913692.1 33342790 8 59458141 59458245 Solanum pennellii 28526 CAT|GTTCCTAAGG...GTTTCTATGATC/GTTTCTATGATC...TTGAG|AAG 0 1 31.581
186782523 GT-AG 0 1.000000099473604e-05 60 rna-XM_027913692.1 33342790 9 59457838 59457897 Solanum pennellii 28526 GTG|GTTGTCCAAC...GTTCTCTCAGAC/AGTTCTCTCAGA...GAGAG|AGA 0 1 34.689
186782524 GC-AG 0 1.000000099473604e-05 890 rna-XM_027913692.1 33342790 10 59455352 59456241 Solanum pennellii 28526 GTC|GCCGGGATGG...GTGTGTTTAACT/GTGTGTTTAACT...GCAAG|ATG 0 1 55.104
186782525 GT-AG 0 1.000000099473604e-05 204 rna-XM_027913692.1 33342790 11 59455046 59455249 Solanum pennellii 28526 CAG|GTTTGTGGCT...TATTTCTGATCA/CTATTTCTGATC...TTCAG|GGT 0 1 56.408
186782526 GT-AG 0 0.0007576002031047 81 rna-XM_027913692.1 33342790 12 59454436 59454516 Solanum pennellii 28526 CTC|GTGTCACGCC...GGAACGTTGAAA/TGGGCAATAATC...TGAAG|TTG 1 1 63.175
186782527 GT-AG 0 0.0025098205409729 105 rna-XM_027913692.1 33342790 13 59453345 59453449 Solanum pennellii 28526 CAT|GTTCCTAAGG...GTTTCTATGATC/GTTTCTATGATC...TTGAG|AAG 0 1 75.787
186782528 GT-AG 0 1.000000099473604e-05 60 rna-XM_027913692.1 33342790 14 59453042 59453101 Solanum pennellii 28526 GTG|GTTGTCCAAC...GTTCTCTCAGAC/AGTTCTCTCAGA...GAGAG|AGA 0 1 78.895
186782529 GC-AG 0 1.000000099473604e-05 1156 rna-XM_027913692.1 33342790 15 59450290 59451445 Solanum pennellii 28526 GTC|GCCGGGATGG...ACACCCCTATCA/TCAAACCACACC...GTTAG|TTT 0 1 99.309

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