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

✎ 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
141262530 GT-AG 0 5.911666320697837e-05 3707 rna-XM_023511804.1 25571482 1 19523699 19527405 Otolemur garnettii 30611 AAG|GTTTTTATAC...TTCTTTTTATTA/TTTCTTTTTATT...TTCAG|GCT 0 1 3.794
141262531 GT-AG 0 0.0006120979305393 1892 rna-XM_023511804.1 25571482 2 19521681 19523572 Otolemur garnettii 30611 AAG|GTATATATAC...AGTAACTTAACA/CCTATAGTAACT...TCTAG|GTG 0 1 6.283
141262532 GT-AG 0 0.0028803240460769 317 rna-XM_023511804.1 25571482 3 19521175 19521491 Otolemur garnettii 30611 TCG|GTAAGTTTTG...TTTTTCTTAACA/CTTTTTCTTAAC...TACAG|CCT 0 1 10.018
141262533 GT-AG 0 1.000000099473604e-05 909 rna-XM_023511804.1 25571482 4 19520071 19520979 Otolemur garnettii 30611 CTG|GTAAGTGGGG...ATTGTATTAACA/ACATGTTTCATT...TTCAG|GCA 0 1 13.871
141262534 GT-AG 0 0.000210417795537 366 rna-XM_023511804.1 25571482 5 19518590 19518955 Otolemur garnettii 30611 AAG|GTATGATGAT...ATATTTTTAACT/ATATTTTTAACT...TTCAG|CTT 2 1 35.902
141262535 GT-AG 0 4.210195862596762e-05 113 rna-XM_023511804.1 25571482 6 19518293 19518405 Otolemur garnettii 30611 AAG|GTAGTTATTA...TACTTTTTATAT/AAATGTTTAATT...TGCAG|ACG 0 1 39.538
141262536 GT-AG 0 1.000000099473604e-05 555 rna-XM_023511804.1 25571482 7 19517254 19517808 Otolemur garnettii 30611 AAG|GTAGAAAAAG...TAAATTTTGATT/TAAATTTTGATT...AAAAG|GTG 1 1 49.101
141262537 GT-AG 0 1.1670490481544357e-05 1474 rna-XM_023511804.1 25571482 8 19514215 19515688 Otolemur garnettii 30611 CAG|GTAAGTTTGT...ACATTTTTAAAA/ACATTTTTAAAA...TAAAG|GTT 0 1 80.024
141262538 GT-AG 0 1.000000099473604e-05 2640 rna-XM_023511804.1 25571482 9 19511475 19514114 Otolemur garnettii 30611 CAG|GTAAGCACTT...CTACTTTTACTT/TCTACTTTTACT...TAAAG|GAG 1 1 82.0
141262539 GT-AG 0 1.000000099473604e-05 495 rna-XM_023511804.1 25571482 10 19510860 19511354 Otolemur garnettii 30611 CAC|GTAAGTATGA...TCTCTCTTCTCA/TCTCTTCTCAAT...TGAAG|AAG 1 1 84.371
141262540 GT-AG 0 0.0096702565192889 2286 rna-XM_023511804.1 25571482 11 19508468 19510753 Otolemur garnettii 30611 ACA|GTATGTAATC...TATTTCTTTTTT/AGGGCACTAATC...AATAG|ACG 2 1 86.465
141262541 GT-AG 0 1.000000099473604e-05 1004 rna-XM_023511804.1 25571482 12 19507280 19508283 Otolemur garnettii 30611 ACA|GTAAGTAATC...AAATATTTAAAT/AAATATTTAAAT...GTAAG|GAC 0 1 90.101
141262542 GT-AG 0 1.000000099473604e-05 382 rna-XM_023511804.1 25571482 13 19506742 19507123 Otolemur garnettii 30611 GAA|GTAAGAGAAG...TGTACTTTAATG/TTTTATATGATT...TTTAG|AGT 0 1 93.183
141262543 GT-AG 0 9.707913994526489e-05 507 rna-XM_023511804.1 25571482 14 19506142 19506648 Otolemur garnettii 30611 AAG|GTAATTTTCA...TTTTCCTTTTTG/CCTATATTTACT...TTCAG|ATT 0 1 95.021
141262544 GT-AG 0 0.0007802521348873 1855 rna-XM_023511804.1 25571482 15 19504251 19506105 Otolemur garnettii 30611 AAT|GTAAGTTTTT...TACTTCTGAACT/TCAGTACTTATA...TGTAG|ACA 0 1 95.732

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