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

✎ 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
92256203 GT-AG 0 1.000000099473604e-05 94 rna-XM_021439982.1 17265382 1 1095169 1095262 Herrania umbratica 108875 ATG|GTGAATATTA...CAGTTTTTAGAC/GTTTGTGTCATC...TGTAG|GGC 2 1 24.833
92256204 GT-AG 0 1.000000099473604e-05 485 rna-XM_021439982.1 17265382 2 1094599 1095083 Herrania umbratica 108875 AAG|GTGATCAATC...ATCTCCTTTTCC/CCTTTGTTAATC...TGCAG|TCT 0 1 27.819
92256205 GT-AG 0 0.0001036286006746 91 rna-XM_021439982.1 17265382 3 1094073 1094163 Herrania umbratica 108875 TGG|GTAAACATTG...AGACTTTTGAAA/GGTTTATTTATT...GGCAG|GAT 0 1 43.098
92256206 GT-AG 0 1.000000099473604e-05 88 rna-XM_021439982.1 17265382 4 1093931 1094018 Herrania umbratica 108875 GAT|GTTAGTTTCT...GCTATTTTGAAA/GCTATTTTGAAA...TTCAG|GGT 0 1 44.995
92256207 GT-AG 0 35.18630018410244 198 rna-XM_021439982.1 17265382 5 1093667 1093864 Herrania umbratica 108875 GAG|GTATCTTTTC...AATTTCTTACTT/TAATTTCTTACT...ATTAG|TTG 0 1 47.313
92256208 GT-AG 0 1.000000099473604e-05 79 rna-XM_021439982.1 17265382 6 1093492 1093570 Herrania umbratica 108875 AAG|GTTGGTTTTT...TATTCCTTTCCT/AAGTATCTCATA...TCCAG|ACC 0 1 50.685
92256209 GT-AG 0 1.000000099473604e-05 301 rna-XM_021439982.1 17265382 7 1093062 1093362 Herrania umbratica 108875 AAG|GTGATAATTC...GTGGCGTTATTT/CTTTGTGTCATT...TGCAG|GTA 0 1 55.216
92256210 GT-AG 0 0.0009350370535522 503 rna-XM_021439982.1 17265382 8 1092506 1093008 Herrania umbratica 108875 TAG|GTATGTATTC...TTCTTTCTATCT/TTTTGAGTCATT...ATCAG|GCG 2 1 57.078
92256211 GT-AG 0 0.0036615230895874 348 rna-XM_021439982.1 17265382 9 1091962 1092309 Herrania umbratica 108875 AAG|GTTTACTTCC...AAATTTTTGCCT/CAATTGTTCAAA...TGTAG|ATA 0 1 63.962
92256212 GT-AG 0 0.0265345176447589 147 rna-XM_021439982.1 17265382 10 1091700 1091846 Herrania umbratica 108875 CTG|GTATGCATTC...TCTGTTTTGATA/TCTGTTTTGATA...AATAG|GAT 1 1 68.001
92256213 GT-AG 0 1.000000099473604e-05 214 rna-XM_021439982.1 17265382 11 1091211 1091424 Herrania umbratica 108875 CAG|GTGCTACTTG...TGATTATTGACA/TGATTATTGACA...TGCAG|ACA 0 1 77.661
92256214 GT-AG 0 1.000000099473604e-05 86 rna-XM_021439982.1 17265382 12 1091041 1091126 Herrania umbratica 108875 CAG|GTGTGGATTT...ACATTCTTAATG/CTGAATTTCACC...TGAAG|GTT 0 1 80.611
92256215 GT-AG 0 1.000000099473604e-05 92 rna-XM_021439982.1 17265382 13 1090836 1090927 Herrania umbratica 108875 AAT|GTTAGTTGCT...AGGTCTTTTATG/ATGGGGTTAATA...ATCAG|ATG 2 1 84.58
92256216 GT-AG 0 1.383885114836396e-05 233 rna-XM_021439982.1 17265382 14 1090353 1090585 Herrania umbratica 108875 AAG|GTAATCTGAT...GCAACTGTGACC/GCAACTGTGACC...TGCAG|GTG 0 1 93.361

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