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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
13842762 GT-AG 0 1.000000099473604e-05 5338 rna-XM_026080868.1 2569290 6 2810854 2816191 Apteryx rowi 308060 CAG|GTGAGTGACT...GTACATTTACCA/TATATGGTCATT...TTCAG|TTT 2 1 56.23
13842763 GT-AG 0 1.000000099473604e-05 1829 rna-XM_026080868.1 2569290 7 2808868 2810696 Apteryx rowi 308060 GTG|GTGAGCTGGT...TGTTCCATGAAC/GCAGACCTTATG...TTCAG|ATC 0 1 59.852
13842764 GT-AG 0 1.000000099473604e-05 899 rna-XM_026080868.1 2569290 8 2807856 2808754 Apteryx rowi 308060 CAG|GTACTGATCG...GTGGTTGTGACT/TTGTGACTTATG...CCAAG|CAG 2 1 62.46
13842765 GT-AG 0 1.000000099473604e-05 2558 rna-XM_026080868.1 2569290 9 2805122 2807679 Apteryx rowi 308060 GAG|GTGAGTGAAT...TCTCTCTTGTAC/CTTGTACACATT...TGCAG|ATG 1 1 66.521
13842766 GT-AG 0 1.000000099473604e-05 5767 rna-XM_026080868.1 2569290 10 2799257 2805023 Apteryx rowi 308060 AAG|GTGAACAAGA...TGCTCCTTAATT/CCGAAATTCACG...TGCAG|ATG 0 1 68.782
13842767 GT-AG 0 1.000000099473604e-05 2009 rna-XM_026080868.1 2569290 11 2797160 2799168 Apteryx rowi 308060 TTG|GTAAGGAAAG...TTCTCTTTGCCC/CAAGCTATTACA...CGCAG|GCA 1 1 70.812
13842768 GT-AG 0 0.0024240765463817 1284 rna-XM_026080868.1 2569290 12 2795713 2796996 Apteryx rowi 308060 CAG|GTAGCTTGTG...AGCAGCTTGATT/GCTTGATTTACC...TGCAG|GTG 2 1 74.573
13842769 GT-AG 0 1.6091522872292303e-05 96 rna-XM_026080868.1 2569290 13 2795508 2795603 Apteryx rowi 308060 AAG|GTCTGTTACC...TCTCTGTTAATA/TCTACACTTACA...TACAG|GCC 0 1 77.088
13842770 GT-AG 0 0.0132107615329682 2060 rna-XM_026080868.1 2569290 14 2793354 2795413 Apteryx rowi 308060 CTT|GTATGTTCCT...CCGTCCTCACCC/ACCGTCCTCACC...TGCAG|GCA 1 1 79.257
13842771 GT-AG 0 1.000000099473604e-05 1799 rna-XM_026080868.1 2569290 15 2791226 2793024 Apteryx rowi 308060 AAG|GTAGGGGCCG...GTCTCCTTCTTT/AGGAGGCTCACA...TCCAG|CTG 0 1 86.848
13843968 GT-AG 0 0.0003581308438669 603 rna-XM_026080868.1 2569290 1 2828522 2829124 Apteryx rowi 308060 GAT|GTAAGCTATA...TGACTCTGGATT/ATGTTGCTAATT...TGCAG|TAT   0 3.761
13843969 GT-AG 0 0.0006021346698333 1704 rna-XM_026080868.1 2569290 2 2826688 2828391 Apteryx rowi 308060 AAG|GTAACATGAT...TATTCCTTATTG/GTTGTTTTAACT...CCTAG|TGC   0 6.76
13843970 GT-AG 0 1.000000099473604e-05 4070 rna-XM_026080868.1 2569290 3 2820862 2824931 Apteryx rowi 308060 AAG|GTGAGAAGGC...GTTCTCTTGTCT/GAGAGGTTGATG...TCCAG|GAT   0 47.277
13843971 GT-AG 0 1.000000099473604e-05 1233 rna-XM_026080868.1 2569290 4 2819488 2820720 Apteryx rowi 308060 CAG|GTAAGGCTCT...ATGCCCTTTCCT/TTGTTTTTTATG...TCCAG|ACT   0 50.531
13843972 GT-AG 0 1.000000099473604e-05 825 rna-XM_026080868.1 2569290 5 2818493 2819317 Apteryx rowi 308060 GGG|GTGAGATGAA...TAAATCTTATCA/CTAAATCTTATC...GTAAG|GTG   0 54.453

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