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

✎ 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
13842876 GT-AG 0 1.000000099473604e-05 615 rna-XM_026060875.1 2569301 1 2742725 2743339 Apteryx rowi 308060 GGA|GTGAGTGTGG...TTGCTCCTAACC/TTGCTCCTAACC...GACAG|GTC 2 1 0.464
13842877 GT-AG 0 1.000000099473604e-05 4687 rna-XM_026060875.1 2569301 2 2743519 2748205 Apteryx rowi 308060 TAG|GTGAATGATG...GTTGTCTTATTT/TGTTGTCTTATT...CACAG|CTA 1 1 10.841
13842878 GT-AG 0 1.000000099473604e-05 7056 rna-XM_026060875.1 2569301 3 2748287 2755342 Apteryx rowi 308060 TAG|GTGAGTAACC...AATGCTTTAAGA/AAGAATATTATC...CCTAG|GTA 1 1 15.536
13842879 GT-AG 0 0.0020222095354394 2396 rna-XM_026060875.1 2569301 4 2755402 2757797 Apteryx rowi 308060 AAG|GTATAATTGA...ATATCCTTGAAA/TCAGTTTTCATG...TGCAG|GAG 0 1 18.957
13842880 GT-AG 0 1.000000099473604e-05 1692 rna-XM_026060875.1 2569301 5 2757882 2759573 Apteryx rowi 308060 AAG|GTTAGCCCTT...TTTGTTTTGACT/TTTGTTTTGACT...TCCAG|GGT 0 1 23.826
13842881 GT-AG 0 1.000000099473604e-05 689 rna-XM_026060875.1 2569301 6 2759676 2760364 Apteryx rowi 308060 CAG|GTAAGAAAAA...TATGTTTTGCCT/TTGTAATTTATG...TTCAG|GCT 0 1 29.739
13842882 GT-AG 0 1.000000099473604e-05 1095 rna-XM_026060875.1 2569301 7 2760400 2761494 Apteryx rowi 308060 CAG|GTAAGTTCTT...TGTCCTCTAGTT/TAGGTGCATATT...CCTAG|TTT 2 1 31.768
13842883 GT-AG 0 1.000000099473604e-05 1228 rna-XM_026060875.1 2569301 8 2761639 2762866 Apteryx rowi 308060 TAA|GTAAGTGCAT...TATTTTTTAATC/TTTTTATTTATT...TCCAG|CAC 2 1 40.116
13842884 AT-AC 1 99.99999998689904 1908 rna-XM_026060875.1 2569301 9 2763006 2764913 Apteryx rowi 308060 TTA|ATATCCTTTT...TTTTCCATAACA/ATGTTTTTCACT...TGTAC|GTG 0 1 48.174
13842885 GT-AG 0 1.000000099473604e-05 2806 rna-XM_026060875.1 2569301 10 2765020 2767825 Apteryx rowi 308060 CAG|GTGAGTAGCA...CTTTTGTTGATT/CTTTTGTTGATT...TACAG|GTA 1 1 54.319
13842886 GT-AG 0 1.000000099473604e-05 1415 rna-XM_026060875.1 2569301 11 2767943 2769357 Apteryx rowi 308060 GTG|GTAAGTGCTA...GGTTATTTAAAA/AACAGTTTTATA...TTCAG|AAA 1 1 61.101
13842887 GT-AG 0 0.0001196817392919 1762 rna-XM_026060875.1 2569301 12 2769441 2771202 Apteryx rowi 308060 ATA|GTAAGTATTT...TTTTTCTTTGCT/ATGAATGTAATG...TTCAG|GTA 0 1 65.913
13842888 GT-AG 0 1.0648537209043445e-05 448 rna-XM_026060875.1 2569301 13 2771315 2771762 Apteryx rowi 308060 GTG|GTAAGTTAAA...TGTCTCTTCACT/TTGGTGTTGATT...ATAAG|GTT 1 1 72.406
13842889 GT-AG 0 5.518408783198859e-05 1109 rna-XM_026060875.1 2569301 14 2771984 2773092 Apteryx rowi 308060 ATG|GTTTGTTTCT...ATATTTCTAGTA/CTAGTAGTTATT...TCTAG|GGG 0 1 85.217

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