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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
29939731 GT-AG 0 1.000000099473604e-05 5269 rna-XM_014966454.1 5879275 1 18901 24169 Calidris pugnax 198806 CAT|GTAAGTAAAT...GTCCCCGTCCCC/GTCCCCGTCCCC...GGCAG|GTG 0 1 0.637
29939732 GT-AG 0 1.000000099473604e-05 207 rna-XM_014966454.1 5879275 2 24308 24514 Calidris pugnax 198806 CGG|GTGAGGACCT...CCTCCTGTGACC/CCTCCTGTGACC...CCCAG|GTT 0 1 7.962
29939733 GT-AG 0 1.000000099473604e-05 128 rna-XM_014966454.1 5879275 3 24604 24731 Calidris pugnax 198806 CGG|GTGAGCGTGG...CCCCCCGTGTCG/GCAGGATCCAGA...TGCAG|GGG 2 1 12.686
29939734 GT-AG 0 1.000000099473604e-05 80 rna-XM_014966454.1 5879275 4 24850 24929 Calidris pugnax 198806 CAG|GTGGGTCCTA...CCCACCCTGCCC/GCTGTGCCCACC...CGCAG|CCC 0 1 18.949
29939735 GT-AG 0 1.000000099473604e-05 218 rna-XM_014966454.1 5879275 5 25084 25301 Calidris pugnax 198806 CCA|GTAAGTGCCA...ATGGCCTTTGCC/GCCCACCTCACC...TCCAG|CGG 1 1 27.123
29939736 GT-AG 0 1.000000099473604e-05 128 rna-XM_014966454.1 5879275 6 25367 25494 Calidris pugnax 198806 AAG|GTGAGCATGG...CTTCCCATCCCT/AGACTTCCCATC...TGCAG|GTG 0 1 30.573
29939737 GC-AG 0 1.000000099473604e-05 186 rna-XM_014966454.1 5879275 7 25608 25793 Calidris pugnax 198806 CAG|GCGAGTGCAG...TGCCCCTTGACC/TGCCCCTTGACC...TGCAG|GAG 2 1 36.571
29939738 GT-AG 0 1.000000099473604e-05 91 rna-XM_014966454.1 5879275 8 25987 26077 Calidris pugnax 198806 GAG|GTGGGACCAG...GTGTCCCTGTCC/CAGCCCCTGAGG...GCCAG|GAG 0 1 46.815
29939739 GT-AG 0 1.000000099473604e-05 1303 rna-XM_014966454.1 5879275 9 26216 27518 Calidris pugnax 198806 AAG|GTTGGGGGGA...TGTGCGTGAGCC/ATGTGCGTGAGC...GGCAG|GCG 0 1 54.14
29939740 GT-AG 0 1.000000099473604e-05 4031 rna-XM_014966454.1 5879275 10 27664 31694 Calidris pugnax 198806 AGG|GTGAGGGGGC...GCCTCCTTGTCT/CTGGAGGTGACA...AGGAG|AGG 1 1 61.837
29939741 GT-AG 0 1.000000099473604e-05 121 rna-XM_014966454.1 5879275 11 31865 31985 Calidris pugnax 198806 CAG|GTGGGTGCCC...TGTGCATTGAGC/TGTGCATTGAGC...CCCAG|GCG 0 1 70.86
29939742 GT-AG 0 1.000000099473604e-05 1884 rna-XM_014966454.1 5879275 12 32124 34007 Calidris pugnax 198806 AAG|GTGGGTGCCC...CCCCCCCTGCCT/CGAGGTGCCACC...CGCAG|AGC 0 1 78.185
29939743 GT-AG 0 1.000000099473604e-05 101 rna-XM_014966454.1 5879275 13 34144 34244 Calidris pugnax 198806 CCG|GTAAGGCCAG...CCCCTCTTCTCC/CTTCTCCCCATC...GGCAG|CGC 1 1 85.403
29939744 GT-AG 0 1.000000099473604e-05 91 rna-XM_014966454.1 5879275 14 34366 34456 Calidris pugnax 198806 GAG|GTGAGGTGTG...GGGTCCCTGTCC/AGCGAGCTGAGG...CGCAG|GGC 2 1 91.826
29939745 GT-AG 0 1.000000099473604e-05 745 rna-XM_014966454.1 5879275 15 34522 35266 Calidris pugnax 198806 CAG|GTAGGGACAG...TGTGCTTGTACA/CTTGTACACACA...ACAAG|CAC 1 1 95.276

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