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

✎ 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
116462838 GT-AG 0 0.0042688455098425 1244 rna-XM_021660582.1 21550658 1 6317633 6318876 Meriones unguiculatus 10047 CAG|GTTTCCGATC...GGACCCTCAGTG/AGGACCCTCAGT...GCCAG|GAT 0 1 7.836
116462839 GT-AG 0 1.000000099473604e-05 82 rna-XM_021660582.1 21550658 2 6317422 6317503 Meriones unguiculatus 10047 CAG|GTAAGGTAGC...TCTCCACTATCT/CTGTGGCTGAGG...TGTAG|GTG 0 1 15.162
116462840 GT-AG 0 1.000000099473604e-05 759 rna-XM_021660582.1 21550658 3 6316609 6317367 Meriones unguiculatus 10047 AAG|GTAAGAAAGG...TCAGTATTAACC/CATCATTTCACC...CCCAG|GGC 0 1 18.228
116462841 GT-AG 0 1.000000099473604e-05 3115 rna-XM_021660582.1 21550658 4 6313429 6316543 Meriones unguiculatus 10047 CAG|GTACTGGGCT...GTCCCGATGACC/AAAGCCCTGAGG...GGCAG|CTC 2 1 21.919
116462842 GT-AG 0 1.000000099473604e-05 103 rna-XM_021660582.1 21550658 5 6313211 6313313 Meriones unguiculatus 10047 AAG|GTGCTGGGGC...TGGCCCCTGACT/TGGCCCCTGACT...TGCAG|GAT 0 1 28.45
116462843 GT-AG 0 1.000000099473604e-05 122 rna-XM_021660582.1 21550658 6 6313011 6313132 Meriones unguiculatus 10047 AAG|GTGCGTGTCT...CATTCCTTCCTC/CTTGGTGTCAGC...TGCAG|GTG 0 1 32.879
116462844 GT-AG 0 1.000000099473604e-05 91 rna-XM_021660582.1 21550658 7 6312858 6312948 Meriones unguiculatus 10047 TAG|GTGAGGCAGC...ACCCTCTTGTCT/TGGCTCCGTACT...TTCAG|AAA 2 1 36.4
116462845 GT-AG 0 1.000000099473604e-05 255 rna-XM_021660582.1 21550658 8 6312500 6312754 Meriones unguiculatus 10047 AAG|GTAACAAGGC...ATTACTTTCTCC/ACAGCCCCCATT...TGCAG|CCT 0 1 42.249
116462846 GT-AG 0 1.000000099473604e-05 245 rna-XM_021660582.1 21550658 9 6312177 6312421 Meriones unguiculatus 10047 TCA|GTGAGTGAGC...TTGCCCTTCTCC/GGTCTGCTGAGC...CACAG|TGT 0 1 46.678
116462847 GT-AG 0 1.000000099473604e-05 85 rna-XM_021660582.1 21550658 10 6311944 6312028 Meriones unguiculatus 10047 AGG|GTAGGTGGGC...GGGGTCTGAACA/CACGGACTCACA...CACAG|ACA 1 1 55.082
116462848 GT-AG 0 4.686301842253541e-05 704 rna-XM_021660582.1 21550658 11 6311150 6311853 Meriones unguiculatus 10047 ACG|GTAAGTTGTA...CTGGCCTTACCG/CACTGTCTCATC...GCCAG|GGC 1 1 60.193
116462849 GT-AG 0 1.000000099473604e-05 399 rna-XM_021660582.1 21550658 12 6310600 6310998 Meriones unguiculatus 10047 CGG|GTGAGCTTTC...CATTTCTTCCTG/GCATAGCCCACC...TGCAG|TGG 2 1 68.768
116462850 GT-AG 0 1.000000099473604e-05 496 rna-XM_021660582.1 21550658 13 6310028 6310523 Meriones unguiculatus 10047 CAG|GTAAGGGACC...GATACCATGTCT/AGAAGACTGATA...CCCAG|CCC 0 1 73.083
116462851 GT-AG 0 1.000000099473604e-05 1423 rna-XM_021660582.1 21550658 14 6308538 6309960 Meriones unguiculatus 10047 CAG|GTGAGGGGGG...TTGTCCTGCACC/GCTCCACTGACG...CACAG|ACC 1 1 76.888

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