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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
92256081 GT-AG 0 0.0006951216102875 139 rna-XM_021428830.1 17265371 2 12759358 12759496 Herrania umbratica 108875 GAG|GTACTCATTT...TTGTTCTCATTC/TTTGTTCTCATT...TCTAG|CAG 0 1 27.122
92256082 GT-AG 0 1.000000099473604e-05 1313 rna-XM_021428830.1 17265371 3 12757996 12759308 Herrania umbratica 108875 GTG|GTTAGTATTT...ATGTCTTTATTA/CATGTCTTTATT...CGCAG|CAT 1 1 28.371
92256083 GT-AG 0 0.0023245363007623 179 rna-XM_021428830.1 17265371 4 12757487 12757665 Herrania umbratica 108875 AGT|GTAAGTTTCT...TGTTCCTTACAT/TTGTTCCTTACA...TGCAG|TAA 1 1 36.783
92256084 GT-AG 0 1.000000099473604e-05 140 rna-XM_021428830.1 17265371 5 12756916 12757055 Herrania umbratica 108875 GAG|GTTAGCAATT...TTTGTCTTATTT/TCTTATTTGAAT...TGCAG|CAA 0 1 47.77
92256085 GT-AG 0 1.000000099473604e-05 202 rna-XM_021428830.1 17265371 6 12756555 12756756 Herrania umbratica 108875 AAG|GTTAGCTCAT...TGATGCTTAAAT/ACTCTTTTCATC...ATCAG|GAC 0 1 51.823
92256086 GT-AG 0 1.000000099473604e-05 83 rna-XM_021428830.1 17265371 7 12756355 12756437 Herrania umbratica 108875 GAG|GTGAATTTGG...TCATTCTTGTTC/GAATGATTCATT...CACAG|ATA 0 1 54.805
92256087 GT-AG 0 1.000000099473604e-05 182 rna-XM_021428830.1 17265371 8 12756021 12756202 Herrania umbratica 108875 ATG|GTAGGGTCCA...GGTTACTTATAT/CTTCCTCTCATT...TGCAG|TTT 2 1 58.68
92256088 GT-AG 0 0.0515056959221601 98 rna-XM_021428830.1 17265371 9 12755828 12755925 Herrania umbratica 108875 CTG|GTATGCTTGT...CTGTTCTCATCC/TCTGTTCTCATC...TGCAG|TTG 1 1 61.101
92256089 GT-AG 0 1.000000099473604e-05 348 rna-XM_021428830.1 17265371 10 12755081 12755428 Herrania umbratica 108875 CTG|GTAAGGATGG...GTTTTCTTTTCA/TTTCTTTTCATT...CTCAG|GTT 1 1 71.272
92256090 GT-AG 0 4.386134142348995e-05 1015 rna-XM_021428830.1 17265371 11 12753420 12754434 Herrania umbratica 108875 CAA|GTACGTAGCT...TTCTTCTTGGTG/ATGGTTCTGACT...TGCAG|GTA 2 1 87.739
92256091 GC-AG 0 1.000000099473604e-05 143 rna-XM_021428830.1 17265371 12 12753192 12753334 Herrania umbratica 108875 AAG|GCAAGTTTCT...TCACCTTTATTT/ATTTATTTCACC...TGCAG|AAT 0 1 89.906
92256092 GT-AG 0 1.000000099473604e-05 117 rna-XM_021428830.1 17265371 13 12753006 12753122 Herrania umbratica 108875 CAG|GTTTGTTCTG...TAAAGCTAAAAA/AAAAAATTGAAT...GGCAG|GCA 0 1 91.665
92256093 GT-AG 0 4.65996769165008e-05 303 rna-XM_021428830.1 17265371 14 12752523 12752825 Herrania umbratica 108875 CAG|GTACCAAAGT...AGGTTCGTAGTA/ATAAAACTGACA...TGCAG|GTG 0 1 96.253
92263766 GT-AG 0 1.000000099473604e-05 229 rna-XM_021428830.1 17265371 1 12759727 12759955 Herrania umbratica 108875 TTG|GTAGGTGAAA...TTTGCCTTGTTG/AATGCTTTCAAT...TGCAG|GGC   0 25.134

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