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

✎ 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
13842562 GT-AG 0 1.000000099473604e-05 12864 rna-XM_026057392.1 2569273 1 5252669 5265532 Apteryx rowi 308060 CAG|GTAAAGGCAG...CATTCCTTAAAA/ACATTCCTTAAA...TCCAG|CTA 0 1 1.63
13842563 GT-AG 0 1.000000099473604e-05 2601 rna-XM_026057392.1 2569273 2 5249963 5252563 Apteryx rowi 308060 AAG|GTAAGGTCAC...TCTATTTTGTTT/ATATTGCTGATT...TTCAG|GAT 0 1 6.386
13842564 GT-AG 0 1.000000099473604e-05 2799 rna-XM_026057392.1 2569273 3 5247077 5249875 Apteryx rowi 308060 CAG|GTAATTTTAC...AGAACTTTCTAT/AATCAAGTAATG...TCTAG|ATT 0 1 10.326
13842565 GT-AG 0 2.7943481820839337e-05 1512 rna-XM_026057392.1 2569273 4 5245391 5246902 Apteryx rowi 308060 AAG|GTAATTTTTA...TGCTCTCTACTG/TCTACTGTCACT...CATAG|ATA 0 1 18.207
13842566 GT-AG 0 2.8581766329388448e-05 2219 rna-XM_026057392.1 2569273 5 5243023 5245241 Apteryx rowi 308060 GAA|GTACGAACTT...CATTCCTTGTCC/AAATAAGTAATC...TTCAG|GTA 2 1 24.955
13842567 GT-AG 0 0.0001414270773792 593 rna-XM_026057392.1 2569273 6 5242253 5242845 Apteryx rowi 308060 TTT|GTAAGTATAG...ACATTCTTAAAT/ATGTTATTTACA...TTCAG|GTT 2 1 32.971
13842568 GT-AG 0 1.000000099473604e-05 193 rna-XM_026057392.1 2569273 7 5241642 5241834 Apteryx rowi 308060 AAG|GTGAGGATGA...TTTTGTTTACCC/CTTTTGTTTACC...TTTAG|ATT 0 1 51.902
13842569 GT-AG 0 0.0011148534445314 4102 rna-XM_026057392.1 2569273 8 5237377 5241478 Apteryx rowi 308060 TCA|GTAAGTTATA...TTTTCCTTCCCT/CTAAGAATCATT...CTCAG|ACA 1 1 59.284
13842570 GT-AG 0 0.0004209826402401 4055 rna-XM_026057392.1 2569273 9 5233210 5237264 Apteryx rowi 308060 AAG|GTAATCTTTG...TTTTCATTTACT/CTAATTTTCATT...TACAG|ATA 2 1 64.357
13842571 GT-AG 0 2.0584677336683884e-05 2322 rna-XM_026057392.1 2569273 11 5230129 5232450 Apteryx rowi 308060 CCT|GTAAGTAACA...TCAACCTGAACT/CAATGTTTCACT...TCCAG|CTA 0 1 72.418
13842572 GT-AG 0 1.000000099473604e-05 1898 rna-XM_026057392.1 2569273 12 5228078 5229975 Apteryx rowi 308060 AAA|GTGAGTAAAT...TTTTTTTTAAGT/TTTTTTTTAAGT...TGTAG|TTG 0 1 79.348
13842573 GT-AG 0 1.000000099473604e-05 129 rna-XM_026057392.1 2569273 13 5227819 5227947 Apteryx rowi 308060 ATG|GTAAGATGAT...TATTTATTATCA/ATGATATTTATT...TCCAG|CTT 1 1 85.236
13842574 GT-AG 0 0.0001485033331595 1757 rna-XM_026057392.1 2569273 14 5226029 5227785 Apteryx rowi 308060 ATG|GTATGTAAAT...GTTTCTTTCTCT/AAATTTCTCAGT...GTTAG|TTT 1 1 86.73
13842575 GT-AG 0 0.0009037157267075 1159 rna-XM_026057392.1 2569273 15 5224766 5225924 Apteryx rowi 308060 AAG|GTAACATTAT...CCTGCTTTAACA/AGAAGTTTTATT...TACAG|GAT 0 1 91.44
13842576 GT-AG 0 0.000224947363947 2369 rna-XM_026057392.1 2569273 16 5222313 5224681 Apteryx rowi 308060 CTG|GTACATATTA...CTTAGCTTATCT/ATGATATTAATG...TACAG|GTA 0 1 95.245

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