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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, is_minor, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
116649179 GT-AG 0 0.480903478965052 1499 rna-XM_008948724.1 21575144 1 55999 57497 Merops nubicus 57421 TTG|GTATGCTTTT...TGTTCATTAATA/TTTCTGTTCATT...TGCAG|ATG 1 1 3.367
116649180 AT-AC 1 99.99999999920072 648 rna-XM_008948724.1 21575144 2 55248 55895 Merops nubicus 57421 CAC|ATATCCTTTC...CTTTCTTTAACT/CTTTCTTTAACT...CCTAC|TTA 2 1 8.321
116649181 GT-AG 0 3.347792780216496e-05 1205 rna-XM_008948724.1 21575144 3 53980 55184 Merops nubicus 57421 GAG|GTAAGCATGC...CATCTCTGAACT/GCATCTCTGAAC...TTCAG|ATA 2 1 11.352
116649182 GT-AG 0 0.000544567776233 1302 rna-XM_008948724.1 21575144 4 52546 53847 Merops nubicus 57421 CAT|GTATGGATGT...AGAATTTTATCT/TAGAATTTTATC...TGCAG|TCC 2 1 17.701
116649183 GT-AG 0 1.000000099473604e-05 2661 rna-XM_008948724.1 21575144 5 49737 52397 Merops nubicus 57421 TCT|GTAAGAAATC...GATTCTTCAGTT/CATTTACTGAAA...GTTAG|TTC 0 1 24.82
116649184 GT-AG 0 8.198086007364955e-05 401 rna-XM_008948724.1 21575144 6 49162 49562 Merops nubicus 57421 CAG|GTAAGTTCTG...ATTTCCTTGATT/TTTTTTTTAATT...TGCAG|AAG 0 1 33.189
116649185 GT-AG 0 2.038319189241148e-05 306 rna-XM_008948724.1 21575144 7 48739 49044 Merops nubicus 57421 AAG|GTATGGTGGA...ATGTTCTGAATG/AATGTTCTGAAT...TGTAG|GAC 0 1 38.817
116649186 GT-AG 0 1.935147205035214e-05 6745 rna-XM_008948724.1 21575144 8 41718 48462 Merops nubicus 57421 ACC|GTAAGTCCTG...TCTCTCTTTCTT/CTCTTTCTTACA...CATAG|CTG 0 1 52.092
116649187 GT-AG 0 0.0002264949958839 3968 rna-XM_008948724.1 21575144 9 37672 41639 Merops nubicus 57421 TCT|GTAGGTCATC...AGATTTTTAAAT/TGTGTTCTGATC...CTCAG|CAG 0 1 55.844
116649188 GT-AG 0 3.666320668989872e-05 2156 rna-XM_008948724.1 21575144 10 35399 37554 Merops nubicus 57421 GAT|GTAAGTATTT...ATTTTTTTTTTT/TATAGATTCAGA...CCCAG|TCT 0 1 61.472
116649189 GT-AG 0 0.0008833090552203 738 rna-XM_008948724.1 21575144 11 34545 35282 Merops nubicus 57421 TCA|GTAAGTTTGG...CTTTCTTTTTCC/TGAGCAGTGACA...GACAG|AGA 2 1 67.051
116649190 GT-AG 0 0.0009762934227927 4320 rna-XM_008948724.1 21575144 12 30077 34396 Merops nubicus 57421 TTT|GTAAGTATGT...GATTCCTTGACG/TCTTTTCTGATT...TGCAG|CTC 0 1 74.17
116649191 GT-AG 0 1.000000099473604e-05 2525 rna-XM_008948724.1 21575144 13 27515 30039 Merops nubicus 57421 AAG|GTAAATAAAT...CATTTGGTGACT/CATTTGGTGACT...TACAG|ATT 1 1 75.95
116649192 GT-AG 0 1.000000099473604e-05 553 rna-XM_008948724.1 21575144 14 26836 27388 Merops nubicus 57421 CAG|GTGAGAATGC...AAGGTCTTGAAG/AGAATATTTAAA...TTCAG|TCC 1 1 82.011
116649193 GT-AG 0 1.000000099473604e-05 484 rna-XM_008948724.1 21575144 15 25987 26470 Merops nubicus 57421 GAG|GTGAGTTGCA...CCAACTTTGCTA/TAGTGTGTAAGT...CACAG|GAT 0 1 99.567

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