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

✎ 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
168293411 GT-AG 0 5.109646954034249e-05 45032 rna-XM_025166398.1 30057342 1 1069069 1114100 Python bivittatus 176946 CTG|GTAAGTTGAT...CTTTCTTTAACC/CCCTTTCTCATC...TACAG|ATG 1 1 1.19
168293412 GT-AG 0 1.000000099473604e-05 2207 rna-XM_025166398.1 30057342 2 1114235 1116441 Python bivittatus 176946 AAG|GTAAGTTCGG...CACGTATTAACA/CACGTATTAACA...CCTAG|AGC 0 1 4.091
168293413 GT-AG 0 1.000000099473604e-05 1781 rna-XM_025166398.1 30057342 3 1116586 1118366 Python bivittatus 176946 AAG|GTGAGGCTGC...TTCTCCTTATCC/TTTCTCCTTATC...CCCAG|GAA 0 1 7.208
168293414 GT-AG 0 1.000000099473604e-05 3962 rna-XM_025166398.1 30057342 4 1118509 1122470 Python bivittatus 176946 CAG|GTAAGCTAGT...GCTGCTCTATGT/CAGAAATTCAGG...CACAG|TGC 1 1 10.281
168293415 GT-AG 0 1.000000099473604e-05 1164 rna-XM_025166398.1 30057342 5 1122551 1123714 Python bivittatus 176946 AAG|GTAAGCTGGG...TCTCTCTTTCCT/GCCAAAGTGACT...TTTAG|GTG 0 1 12.013
168293416 GT-AG 0 4.551320218251899e-05 1449 rna-XM_025166398.1 30057342 6 1123834 1125282 Python bivittatus 176946 CAG|GTAGGTTCTC...TTCCTCTTACCC/TCCAGTCTCATT...CACAG|GGC 2 1 14.589
168293417 GT-AG 0 1.000000099473604e-05 3276 rna-XM_025166398.1 30057342 7 1125371 1128646 Python bivittatus 176946 CTG|GTAAGTCCTT...AAAACCTAAACG/CCAAAATTCATA...GACAG|GGT 0 1 16.494
168293418 GT-AG 0 1.000000099473604e-05 3677 rna-XM_025166398.1 30057342 8 1128781 1132457 Python bivittatus 176946 TAG|GTAAGTTGAG...ACCCCTTTGGCT/TGATGCTTCATG...TCTAG|TGA 2 1 19.394
168293419 GT-AG 0 1.000000099473604e-05 1036 rna-XM_025166398.1 30057342 9 1132543 1133578 Python bivittatus 176946 AAA|GTAAGTGTGT...CTCCCTTTGGCC/GCTGGTTTGATT...GGCAG|GAT 0 1 21.234
168293420 GT-AG 0 1.000000099473604e-05 835 rna-XM_025166398.1 30057342 10 1133701 1134535 Python bivittatus 176946 CTG|GTGAGAAAAA...TTCATCTTCCCT/GGCATTTTCATC...GGCAG|GTC 2 1 23.874
168293421 GT-AG 0 1.000000099473604e-05 887 rna-XM_025166398.1 30057342 11 1134686 1135572 Python bivittatus 176946 CTG|GTGAGTGACT...CTGTTCTTGCTG/ACTTGGCTCACT...CCCAG|GTA 2 1 27.121
168293422 GT-AG 0 1.000000099473604e-05 2817 rna-XM_025166398.1 30057342 12 1138514 1141330 Python bivittatus 176946 CAG|GTGACTTGTT...CTAATTGTACCC/TGTGAACTAATT...TGCAG|GAA 0 1 90.779
168293423 GT-AG 0 4.511061024648494e-05 1278 rna-XM_025166398.1 30057342 13 1141494 1142771 Python bivittatus 176946 AAA|GTATGAACCA...TTTCTCTTCTCC/GTAGTATTCATA...TCCAG|GTG 1 1 94.307
168293424 GT-AG 0 1.000000099473604e-05 982 rna-XM_025166398.1 30057342 14 1143006 1143987 Python bivittatus 176946 GAG|GTAAGGTCCA...CAATTTCTAACA/CAATTTCTAACA...TCTAG|GCA 1 1 99.372

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