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)

13 rows where transcript_id = 33668863

✎ 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
188654122 GT-AG 0 1.000000099473604e-05 1137 Sphmag20G018400.1.v1.1 33668863 1 4022190 4023326 Sphagnum magellanicum 128215 ACG|GTAAGAGTCT...TTCCTGTTAAAG/AAGGATTTCAGA...TGCAG|GTA 0 1 9.644
188654123 GT-AG 0 1.000000099473604e-05 183 Sphmag20G018400.1.v1.1 33668863 2 4023465 4023647 Sphagnum magellanicum 128215 CAG|GTGAACTCCC...TGAATTTTAGCT/CTTTATTTAACT...TGCAG|TTA 0 1 14.465
188654124 GT-AG 0 1.000000099473604e-05 324 Sphmag20G018400.1.v1.1 33668863 3 4024116 4024439 Sphagnum magellanicum 128215 AAG|GTCAGCATCA...GTGTCATTGACT/GTGTCATTGACT...TGCAG|GGT 0 1 30.818
188654125 GT-AG 0 0.0011961267886261 409 Sphmag20G018400.1.v1.1 33668863 4 4024597 4025005 Sphagnum magellanicum 128215 ATG|GTATTTTATT...GCCTCGGTGATT/AGATCTCTGAGG...TGTAG|GAA 1 1 36.303
188654126 GT-AG 0 1.000000099473604e-05 203 Sphmag20G018400.1.v1.1 33668863 5 4025590 4025792 Sphagnum magellanicum 128215 CAG|GTGGGATATA...TATGTCCTGATA/TATGTCCTGATA...TGTAG|TCG 0 1 56.709
188654127 GT-AG 0 1.000000099473604e-05 160 Sphmag20G018400.1.v1.1 33668863 6 4025889 4026048 Sphagnum magellanicum 128215 CAA|GTAAGGCCCC...AGGATCTGAACA/AAAGTTTTCAAA...GGCAG|GTG 0 1 60.063
188654128 GT-AG 0 2.201303426723856e-05 300 Sphmag20G018400.1.v1.1 33668863 7 4026141 4026440 Sphagnum magellanicum 128215 AAG|GTGTGTTTCA...GTTACCATAAAC/CATAAACTAATT...TACAG|TGG 2 1 63.277
188654129 GT-AG 0 2.9006821498762065e-05 473 Sphmag20G018400.1.v1.1 33668863 8 4026716 4027188 Sphagnum magellanicum 128215 CTG|GTATGTGATC...TCCACTATAAAG/ATAAAGTTCAAT...TGCAG|ATA 1 1 72.886
188654130 GT-AG 0 0.0033871267820026 175 Sphmag20G018400.1.v1.1 33668863 9 4027296 4027470 Sphagnum magellanicum 128215 GCT|GTATTGGCCC...AAGCCTTTGAAA/CAGGCTGTAATA...AGCAG|GTA 0 1 76.625
188654131 GT-AG 0 6.145985254378777e-05 326 Sphmag20G018400.1.v1.1 33668863 10 4027566 4027891 Sphagnum magellanicum 128215 CCA|GTAAGTCTCT...GCTGCCTTTATG/TTGTTACTGAGA...TGCAG|AAT 2 1 79.944
188654132 GT-AG 0 0.0041239862198858 810 Sphmag20G018400.1.v1.1 33668863 11 4027970 4028779 Sphagnum magellanicum 128215 GGG|GTATGTATCT...TTAGACTTAACT/TTAGACTTAACT...TGCAG|CCT 2 1 82.669
188654133 GT-AG 0 1.7644984944662413e-05 343 Sphmag20G018400.1.v1.1 33668863 12 4028930 4029272 Sphagnum magellanicum 128215 CCA|GTAAGATGTC...TATCATTTGACA/TATCATTTGACA...TGCAG|ATA 2 1 87.911
188654134 GT-AG 0 0.0002588323790528 506 Sphmag20G018400.1.v1.1 33668863 13 4029444 4029949 Sphagnum magellanicum 128215 AAG|GTTCCTCCTT...GGGGCATTGACT/GGTAATTTGACC...AACAG|GAG 2 1 93.885

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