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

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
163593965 GT-AG 0 1.000000099473604e-05 154 rna-XM_008220605.2 29376557 1 2340064 2340217 Prunus mume 102107 AAG|GTTACAATAT...GTTGTTTTGATA/GTTGTTTTGATA...AATAG|GTG 0 1 3.94
163593966 GT-AG 0 1.888430105858061e-05 250 rna-XM_008220605.2 29376557 2 2339670 2339919 Prunus mume 102107 AAG|GTTTGATTTT...GAGATTTTGATT/GAGATTTTGATT...TGCAG|GGA 0 1 8.443
163593967 GT-AG 0 1.000000099473604e-05 144 rna-XM_008220605.2 29376557 3 2339169 2339312 Prunus mume 102107 ATG|GTAGGTAAGA...GGATTCTGATTT/TGGATTCTGATT...TATAG|ATA 0 1 19.606
163593968 GT-AG 0 0.0005326852321387 138 rna-XM_008220605.2 29376557 4 2338962 2339099 Prunus mume 102107 CAG|GTATGCAAAA...TCTTTTTTACAA/CTCTTTTTTACA...TGCAG|CTT 0 1 21.764
163593969 GT-AG 0 1.000000099473604e-05 147 rna-XM_008220605.2 29376557 5 2338590 2338736 Prunus mume 102107 GAG|GTCAGTACGC...GATATCTTACCA/GGATATCTTACC...TGTAG|GAG 0 1 28.799
163593970 GT-AG 0 1.9685593533590557e-05 77 rna-XM_008220605.2 29376557 6 2338431 2338507 Prunus mume 102107 TTG|GTAATATTCT...TACACTTTACTT/AGGATTCTTACA...CTCAG|AGC 1 1 31.363
163593971 GT-AG 0 0.0033783719627991 76 rna-XM_008220605.2 29376557 7 2338259 2338334 Prunus mume 102107 AAG|GTGTCCACCT...GCTTACTTAAAG/ATGGAGCTTACT...TGCAG|GAT 1 1 34.365
163593972 GT-AG 0 6.666559797895621 311 rna-XM_008220605.2 29376557 8 2337768 2338078 Prunus mume 102107 AAG|GTATCCTACT...TTATTCATGATA/AAATTATTCATG...TGCAG|AGC 1 1 39.994
163593973 GT-AG 0 1.000000099473604e-05 85 rna-XM_008220605.2 29376557 9 2337576 2337660 Prunus mume 102107 ATG|GTAATGCCAG...AAAATCTAAATT/CAAAATCTAAAT...TACAG|AGT 0 1 43.34
163593974 AT-AC 1 99.99999988786335 109 rna-XM_008220605.2 29376557 10 2337288 2337396 Prunus mume 102107 AAG|ATATCCTTAC...GTTTCCTTAACT/GTTTCCTTAACT...TGTAC|GTT 2 1 48.937
163593975 GT-AG 0 1.000000099473604e-05 134 rna-XM_008220605.2 29376557 11 2336989 2337122 Prunus mume 102107 TAG|GTAGAAGTTT...TATTTTTGGATT/TTCATTCTAATT...TGCAG|TGT 2 1 54.096
163593976 GT-AG 0 1.000000099473604e-05 80 rna-XM_008220605.2 29376557 12 2336655 2336734 Prunus mume 102107 TAG|GTAAAGTTAA...TATTTATTGAAT/AATATATTTATT...CGTAG|GTG 1 1 62.039
163593977 GT-AG 0 0.0001817296025167 85 rna-XM_008220605.2 29376557 13 2336406 2336490 Prunus mume 102107 GAG|GTTTATCTCT...TAGTGCTTAAAA/CTACAATTTATT...TGTAG|ATA 0 1 67.167
163593978 GT-AG 0 1.000000099473604e-05 287 rna-XM_008220605.2 29376557 14 2335927 2336213 Prunus mume 102107 GAG|GTAATTCTTA...ATCTCTTTTATG/TAAAAATTCATC...GGTAG|GCC 0 1 73.171
163593979 GT-AG 0 0.0030866234953294 144 rna-XM_008220605.2 29376557 15 2335085 2335228 Prunus mume 102107 ACG|GTATGATTAT...TTTCTTTTAATG/TTAATGCTCATT...TGCAG|AGG 2 1 94.997

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