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

✎ 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
118584956 GT-AG 0 1.000000099473604e-05 59226 rna-XM_016206578.1 21894401 1 3623645 3682870 Miniopterus natalensis 291302 CAG|GTGAGTTTGC...AATGTTTTAAAA/AATGTTTTAAAA...GACAG|ATA 1 1 1.359
118584957 GT-AG 0 1.4222689711314624 1465 rna-XM_016206578.1 21894401 2 3622117 3623581 Miniopterus natalensis 291302 CAG|GTATTCTTTT...GTCATTTTAATT/GTCATTTTAATT...AACAG|ATA 1 1 4.785
118584958 GT-AG 0 1.000000099473604e-05 6872 rna-XM_016206578.1 21894401 3 3615123 3621994 Miniopterus natalensis 291302 AAG|GTTAGAAGTT...TGGCTCATATTA/AAATGGCTCATA...TCCAG|ATC 0 1 11.419
118584959 GT-AG 0 1.000000099473604e-05 3186 rna-XM_016206578.1 21894401 4 3611833 3615018 Miniopterus natalensis 291302 CAG|GTAAGGACTG...GTGGTTATAAAA/TTTGTGGTTATA...TTCAG|GTG 2 1 17.074
118584960 GT-AG 0 1.000000099473604e-05 194 rna-XM_016206578.1 21894401 5 3611556 3611749 Miniopterus natalensis 291302 TTG|GTGAGATTTT...ATTACCTTGATT/CTTGATTTAATT...CGTAG|AAC 1 1 21.588
118584961 GT-AG 0 1.000000099473604e-05 1107 rna-XM_016206578.1 21894401 6 3610297 3611403 Miniopterus natalensis 291302 GAG|GTCAGTATAT...CTGTTCTAAATG/CCTGTTCTAAAT...TATAG|GTT 0 1 29.853
118584962 GT-AG 0 1.000000099473604e-05 80 rna-XM_016206578.1 21894401 7 3610121 3610200 Miniopterus natalensis 291302 AAA|GTAAGCGCGA...TTGGTGTTAAAT/TAATGTGTCATT...TTCAG|ACA 0 1 35.073
118584963 GT-AG 0 1.000000099473604e-05 15034 rna-XM_016206578.1 21894401 8 3594905 3609938 Miniopterus natalensis 291302 CAG|GTAATAAAAT...GATTGCTTAATG/TGATTGCTTAAT...TCCAG|AAA 2 1 44.97
118584964 GT-AG 0 1.000000099473604e-05 2329 rna-XM_016206578.1 21894401 9 3592437 3594765 Miniopterus natalensis 291302 TTG|GTGAGTACTG...CATCCCTTATCT/CATAGGCTCACT...TTCAG|GTC 0 1 52.529
118584965 GT-AG 0 1.000000099473604e-05 41496 rna-XM_016206578.1 21894401 10 3550734 3592229 Miniopterus natalensis 291302 AAG|GTAAGATGCT...TAGTTCTTAATA/CTAGTTCTTAAT...TTCAG|GTT 0 1 63.785
118584966 GT-AG 0 1.000000099473604e-05 19967 rna-XM_016206578.1 21894401 11 3530626 3550592 Miniopterus natalensis 291302 AAG|GTACAAAACT...TTGTTCTTATAT/CTTGTTCTTATA...AATAG|ATA 0 1 71.452
118584967 GT-AG 0 1.000000099473604e-05 38748 rna-XM_016206578.1 21894401 12 3491759 3530506 Miniopterus natalensis 291302 AAG|GTAAAAGAAA...TGATTTTTTCCA/ATTATGGTGATT...TAAAG|GGT 2 1 77.923
118584968 GT-AG 0 7.190237540542288e-05 2419 rna-XM_016206578.1 21894401 13 3489222 3491640 Miniopterus natalensis 291302 CAG|GTGTTTTTAA...AAGTACTTAGCC/GAAGTACTTAGC...CTTAG|GTC 0 1 84.339
118584969 GT-AG 0 1.6119989521618032e-05 3829 rna-XM_016206578.1 21894401 14 3485252 3489080 Miniopterus natalensis 291302 CAG|GTAATTATGG...TTTACTTTAGTT/TTGTATTTTATT...TACAG|ATC 0 1 92.007

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