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

✎ 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
13842376 GT-AG 0 1.000000099473604e-05 1632 rna-XM_026055926.1 2569258 1 7292776 7294407 Apteryx rowi 308060 GCG|GTAGGTGCGG...TTTCTCATGAAG/ATTTTTCTCATG...TTAAG|ACA 2 1 8.27
13842377 GT-AG 0 1.0758887272883174e-05 84 rna-XM_026055926.1 2569258 2 7294436 7294519 Apteryx rowi 308060 CAG|GTTTGTAGGC...ACTTCTTTATCC/CACTTCTTTATC...AATAG|TGG 0 1 9.277
13842378 GT-AG 0 1.000000099473604e-05 161 rna-XM_026055926.1 2569258 3 7294643 7294803 Apteryx rowi 308060 CAG|GTACAAACAA...TTTTTTTTAAAA/CTTCTTTTGATT...AACAG|AAT 0 1 13.7
13842379 GT-AG 0 1.000000099473604e-05 77 rna-XM_026055926.1 2569258 5 7294952 7295028 Apteryx rowi 308060 AGA|GTAAAGAGTG...AGGGCCTTTCTG/TTTCTGCGGACA...GGGAG|GAA 2 1 18.95
13842380 GT-AG 0 1.7003236889655884e-05 1255 rna-XM_026055926.1 2569258 6 7295357 7296611 Apteryx rowi 308060 CAG|GTAAACGTGC...GTTCTCTCAATG/TGTTCTCTCAAT...TTTAG|ATA 0 1 30.744
13842381 GT-AG 0 1.000000099473604e-05 696 rna-XM_026055926.1 2569258 7 7296760 7297455 Apteryx rowi 308060 AAG|GTAGGTGTAA...AGCTCCATGACA/CTTGTATTAATG...CCTAG|ATG 1 1 36.066
13842382 GT-AG 0 1.000000099473604e-05 158 rna-XM_026055926.1 2569258 8 7297623 7297780 Apteryx rowi 308060 GAG|GTGATGTAAA...TGCTTCTGAATC/ATGCTTCTGAAT...TTCAG|ACT 0 1 42.071
13842383 GT-AG 0 1.000000099473604e-05 1584 rna-XM_026055926.1 2569258 9 7297910 7299493 Apteryx rowi 308060 CAT|GTGAGAAGAA...CTTTCCTTTCCC/AAAATAAGGATT...TCCAG|TAT 0 1 46.71
13842384 GT-AG 0 1.000000099473604e-05 208 rna-XM_026055926.1 2569258 10 7299680 7299887 Apteryx rowi 308060 AAG|GTAATATTAC...AAGGTCATAATC/GTCATAATCACT...TTCAG|CCT 0 1 53.398
13842385 GT-AG 0 1.1479891300946283e-05 623 rna-XM_026055926.1 2569258 11 7300157 7300779 Apteryx rowi 308060 AAA|GTAAGCGGAG...TTTGCCTTTCTT/CACCTTGTAACT...TCAAG|ATA 2 1 63.071
13842386 GT-AG 0 1.2646635272991247e-05 248 rna-XM_026055926.1 2569258 12 7300923 7301170 Apteryx rowi 308060 ATG|GTAAGCAGCC...GTTTCTTTTGCT/GCTTTTGTCAAT...TCTAG|GTA 1 1 68.213
13842387 GT-AG 0 1.000000099473604e-05 536 rna-XM_026055926.1 2569258 13 7301405 7301940 Apteryx rowi 308060 TTG|GTGAGTGTTT...TTTCCTTTAGTC/AATTTGCTCATC...TTTAG|GGG 1 1 76.627
13842388 GT-AG 0 1.000000099473604e-05 1217 rna-XM_026055926.1 2569258 14 7302169 7303385 Apteryx rowi 308060 CAG|GTAAGTAACC...CCTTTCTTGTTT/CATCTTTTTACA...AACAG|TTT 1 1 84.826
13842389 GT-AG 0 1.000000099473604e-05 1525 rna-XM_026055926.1 2569258 15 7303511 7305035 Apteryx rowi 308060 CAG|GTAAGCACAA...CAAACCTTAGAC/TTAGACATTATC...TTCAG|GAT 0 1 89.32
13842390 GT-AG 0 1.000000099473604e-05 674 rna-XM_026055926.1 2569258 16 7305123 7305796 Apteryx rowi 308060 CAG|GTAAGAAACA...TGTTTCTTCTCT/TCCACGGTGATT...TTTAG|AAA 0 1 92.449

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