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

✎ 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
92256169 GT-AG 0 1.000000099473604e-05 92 rna-XM_021426063.1 17265378 1 3784581 3784672 Herrania umbratica 108875 ACG|GTAATTCCAA...TTTTGTTTGACC/TTTTGTTTGACC...TTCAG|CGG 1 1 12.496
92256170 GT-AG 0 0.0003446811024362 212 rna-XM_021426063.1 17265378 2 3784750 3784961 Herrania umbratica 108875 AAG|GTATATGTTG...TTGTCCTTTCAA/CAAAAACTTATT...TTCAG|GTA 0 1 15.183
92256171 GT-AG 0 1.000000099473604e-05 158 rna-XM_021426063.1 17265378 3 3785835 3785992 Herrania umbratica 108875 CAG|GTAAGTTTAT...TTTGTGTTATTT/TTTTGTGTTATT...TTCAG|GAC 0 1 45.654
92256172 GT-AG 0 0.0009576669521637 104 rna-XM_021426063.1 17265378 4 3786060 3786163 Herrania umbratica 108875 CAG|GTACCATAGT...CATTTATTGATT/CATTTATTGATT...GGCAG|GTG 1 1 47.993
92256173 GT-AG 0 1.000000099473604e-05 117 rna-XM_021426063.1 17265378 5 3786227 3786343 Herrania umbratica 108875 AAT|GTAAGAGGCA...ATTCCCTTGATA/ATAATGCTTATG...TGCAG|GTC 1 1 50.192
92256174 GT-AG 0 0.0001156054973051 115 rna-XM_021426063.1 17265378 6 3786408 3786522 Herrania umbratica 108875 TGG|GTAAGCATTT...CTCCCCTCAATC/CCTCCCCTCAAT...TTCAG|TGG 2 1 52.426
92256175 GT-AG 0 1.4476225171430213e-05 73 rna-XM_021426063.1 17265378 7 3786617 3786689 Herrania umbratica 108875 GAG|GTAATTATTA...TTCTGCTTGATC/CTTTGTTTCATT...TGCAG|GTC 0 1 55.707
92256176 GT-AG 0 1.000000099473604e-05 75 rna-XM_021426063.1 17265378 8 3786774 3786848 Herrania umbratica 108875 CAG|GTAGGTGAAT...ATGTTCTTAATC/ATGTTCTTAATC...TGCAG|GGA 0 1 58.639
92256177 GT-AG 0 0.0001118171196044 120 rna-XM_021426063.1 17265378 9 3786939 3787058 Herrania umbratica 108875 ATG|GTACGCAGCC...TTTCTCTTGTTT/CATGCTCTAATC...GACAG|GAT 0 1 61.78
92256178 GT-AG 0 2.0256370220999376e-05 373 rna-XM_021426063.1 17265378 10 3787087 3787459 Herrania umbratica 108875 TGG|GTAAGTTCCT...TGATTATTAATT/TGATTATTAATT...CACAG|ACA 1 1 62.757
92256179 GT-AG 0 1.000000099473604e-05 89 rna-XM_021426063.1 17265378 11 3787979 3788067 Herrania umbratica 108875 AAG|GTAAGTGCTC...TTTTCCTTAGTA/AACTTATTCACT...TGCAG|GGG 1 1 80.873
92256180 GT-AG 0 1.000000099473604e-05 323 rna-XM_021426063.1 17265378 12 3788130 3788452 Herrania umbratica 108875 GAG|GTAATGAATG...TTTTCCATAGAA/TGTTTTTCCATA...TGCAG|GTC 0 1 83.037
92256181 GT-AG 0 1.000000099473604e-05 82 rna-XM_021426063.1 17265378 13 3788563 3788644 Herrania umbratica 108875 ACA|GTAAGAATTC...TTTGCTTTATGC/TTATGCCTCATG...TTCAG|GAA 2 1 86.876
92256182 GT-AG 0 1.1963667366991544e-05 88 rna-XM_021426063.1 17265378 14 3788733 3788820 Herrania umbratica 108875 GAG|GTATAAATAT...GATGTCTTGTAT/CTTGTATTGAAG...TGCAG|GAC 0 1 89.948

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