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

✎ 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
118584675 GT-AG 0 0.0001460149431754 107 rna-XM_016195639.1 21894381 1 5051057 5051163 Miniopterus natalensis 291302 AGT|GTAAGTAGTA...TCATTTTTAATC/TCATTTTTAATC...CACAG|CGA 0 1 1.856
118584676 GT-AG 0 1.000000099473604e-05 728 rna-XM_016195639.1 21894381 2 5050253 5050980 Miniopterus natalensis 291302 AAG|GTAAGCCCTG...TGTGTCTTGCTG/AGAGTGCTGAAT...CACAG|GTG 1 1 4.992
118584677 GT-AG 0 1.000000099473604e-05 2812 rna-XM_016195639.1 21894381 3 5047361 5050172 Miniopterus natalensis 291302 GAG|GTAAAACAAA...TTCTTTTTATTA/CTTCTTTTTATT...TTTAG|AAT 0 1 8.292
118584678 GT-AG 0 0.0003632201777725 606 rna-XM_016195639.1 21894381 4 5046550 5047155 Miniopterus natalensis 291302 CAG|GTATGTTATG...CAAGTCTCAATG/ACAAGTCTCAAT...TGCAG|GTG 1 1 16.749
118584679 GT-AG 0 1.000000099473604e-05 10382 rna-XM_016195639.1 21894381 5 5035921 5046302 Miniopterus natalensis 291302 CAG|GTAAGTAAAT...TCAATTTTACTT/TTCAATTTTACT...TGCAG|TAG 2 1 26.939
118584680 GT-AG 0 0.0022431494292924 1474 rna-XM_016195639.1 21894381 6 5034281 5035754 Miniopterus natalensis 291302 AAG|GTATGCTGAG...TGCTCCTTTCTC/CTATATCCAATA...TGTAG|GAA 0 1 33.787
118584681 GT-AG 0 1.000000099473604e-05 2915 rna-XM_016195639.1 21894381 7 5031204 5034118 Miniopterus natalensis 291302 TTG|GTGTGTAATC...ACATCTTTACTT/AACATCTTTACT...TTTAG|GAA 0 1 40.47
118584682 GT-AG 0 1.000000099473604e-05 15804 rna-XM_016195639.1 21894381 8 5015304 5031107 Miniopterus natalensis 291302 GAG|GTAAGCAACC...CATTCCTCAGTT/GATTGGCTTACT...CACAG|AAT 0 1 44.431
118584683 GT-AG 0 8.062673626802146e-05 4045 rna-XM_016195639.1 21894381 9 5011169 5015213 Miniopterus natalensis 291302 GAG|GTATGGTATT...GAACCCTTTATG/TGTGACTTCATT...GAAAG|GAA 0 1 48.144
118584684 GT-AG 0 1.000000099473604e-05 216 rna-XM_016195639.1 21894381 10 5010821 5011036 Miniopterus natalensis 291302 ACG|GTAAGTAGGT...TGCATTTTGGTG/AAGGAGATAATT...TCCAG|GCT 0 1 53.589
118584685 GT-AG 0 0.0005474134698227 5114 rna-XM_016195639.1 21894381 11 5005292 5010405 Miniopterus natalensis 291302 GAG|GTAGGCTATG...GTGGTTTTGACC/GTGGTTTTGACC...TACAG|ATA 1 1 70.71
118584686 GT-AG 0 1.000000099473604e-05 3088 rna-XM_016195639.1 21894381 12 5001978 5005065 Miniopterus natalensis 291302 GCG|GTAATGTCTC...ACTCTTTTGAAT/CATAAACTGATA...CACAG|GAG 2 1 80.033
118584687 GT-AG 0 1.000000099473604e-05 4685 rna-XM_016195639.1 21894381 13 4997195 5001879 Miniopterus natalensis 291302 CAG|GTTCTACTTG...GACTCCTTTATC/TGGAAACTCATC...TGCAG|ATT 1 1 84.076
118584688 GT-AG 0 1.000000099473604e-05 4953 rna-XM_016195639.1 21894381 14 4992122 4997074 Miniopterus natalensis 291302 AAG|GTGAGCGGCA...ACCACCTTATTA/ACCTTATTAATA...CATAG|ACT 1 1 89.026
118584689 GT-AG 0 0.0026658378083091 6600 rna-XM_016195639.1 21894381 15 4985355 4991954 Miniopterus natalensis 291302 ACT|GTATGTAAAC...CTTTTTTTATAT/CCTTTTTTTATA...TTTAG|GGA 0 1 95.916

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