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

✎ 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
118584303 GT-AG 0 0.0037348318957683 1206 rna-XM_016211448.1 21894359 5 20738761 20739966 Miniopterus natalensis 291302 AAG|GTAACTTATT...TTTTTCTTTTCT/TATAAACTTATA...TGTAG|TGT 2 1 6.678
118584304 GT-AG 0 1.000000099473604e-05 907 rna-XM_016211448.1 21894359 6 20740176 20741082 Miniopterus natalensis 291302 CAA|GTAAGGTTTT...ACTTTTTTCTCT/GTATAATTAACA...TGTAG|GTC 1 1 12.668
118584305 GT-AG 0 1.000000099473604e-05 6175 rna-XM_016211448.1 21894359 7 20741781 20747955 Miniopterus natalensis 291302 GAG|GTGGGTAAAA...TAAGTTTTAATT/TAAGTTTTAATT...TTTAG|GTT 0 1 32.674
118584306 GT-AG 0 1.000000099473604e-05 3834 rna-XM_016211448.1 21894359 8 20748029 20751862 Miniopterus natalensis 291302 GAG|GTAAGTAGAC...TCATATTTAGCA/TTTCGTATAACT...GGTAG|ATC 1 1 34.766
118584307 GT-AG 0 1.000000099473604e-05 1389 rna-XM_016211448.1 21894359 9 20751952 20753340 Miniopterus natalensis 291302 CAG|GTAAAATTTC...TCCTTCATGATG/GAGGTTTTCATC...CGCAG|GTT 0 1 37.317
118584308 GT-AG 0 1.000000099473604e-05 2022 rna-XM_016211448.1 21894359 10 20754547 20756568 Miniopterus natalensis 291302 CAG|GTATGAGAAA...GTCACTTTAATG/CATGCTTTCACT...TGAAG|TAT 0 1 71.883
118584309 GT-AG 0 1.9675370595955965e-05 78 rna-XM_016211448.1 21894359 11 20756647 20756724 Miniopterus natalensis 291302 GAA|GTAAGTTCTT...ATTTTGTTACAT/AATTTTGTTACA...TTTAG|AAC 0 1 74.119
118584310 GT-AG 0 1.000000099473604e-05 393 rna-XM_016211448.1 21894359 12 20756853 20757245 Miniopterus natalensis 291302 AAG|GTAAAAGTTC...ACTGCTTTATTC/GCTTTATTCAGA...GACAG|GTA 2 1 77.787
118584311 GT-AG 0 1.000000099473604e-05 1048 rna-XM_016211448.1 21894359 13 20757397 20758444 Miniopterus natalensis 291302 GTG|GTAGGTACCT...ATGTTCTTCCTT/TGCAGTTTGAAA...TTCAG|GGA 0 1 82.115
118584312 GT-AG 0 0.0015246867252593 687 rna-XM_016211448.1 21894359 14 20758511 20759197 Miniopterus natalensis 291302 CCA|GTAAGCCTCT...CCAATCTTAATT/ATTTTTCTGATC...CCAAG|GTC 0 1 84.007
118584313 GT-AG 0 1.000000099473604e-05 7193 rna-XM_016211448.1 21894359 15 20759663 20766855 Miniopterus natalensis 291302 GAG|GTGAGTAAGA...TATGTTTTAATA/TTAATGTTCACT...TTAAG|GTT 0 1 97.334
118585721 GT-AG 0 1.000000099473604e-05 3141 rna-XM_016211448.1 21894359 1 20732376 20735516 Miniopterus natalensis 291302 CCG|GTGAGTCCCC...ACAGCTTTCAAG/TATATGTTTATG...TTCAG|AAC   0 1.204
118585722 GT-AG 0 1.000000099473604e-05 826 rna-XM_016211448.1 21894359 2 20735567 20736392 Miniopterus natalensis 291302 AGG|GTAAGAAAAA...AATCTTCTAATG/AATCTTCTAATG...TTCAG|GTG   0 2.637
118585723 GT-AG 0 1.000000099473604e-05 2085 rna-XM_016211448.1 21894359 3 20736450 20738534 Miniopterus natalensis 291302 AAG|GTATGAAAAA...TTTGTTTTTACC/TTTGTTTTTACC...TATAG|CCA   0 4.271
118585724 GT-AG 0 0.0001719946339346 87 rna-XM_016211448.1 21894359 4 20738575 20738661 Miniopterus natalensis 291302 CTG|GTATGTAACT...AAGGCTTTATAT/TATAATCTAATT...TATAG|CAG   0 5.417

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