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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, is_minor, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
72997354 GC-AG 0 1.000000099473604e-05 15272 rna-XM_007525218.2 13705566 1 1793930 1809201 Erinaceus europaeus 9365 AGG|GCGTGGTCTG...ACAGTCTTAAAA/GCATCTTTCAAC...TCTAG|GTT 0 1 11.265
72997355 GT-AG 0 0.0036478219126011 43483 rna-XM_007525218.2 13705566 2 1750348 1793830 Erinaceus europaeus 9365 CAG|GTACCTCCAG...TCTTCCTTTCTC/CACAGGCTCACT...TGCAG|CCA 0 1 16.358
72997356 AT-AC 1 99.99999977108985 16583 rna-XM_007525218.2 13705566 3 1733645 1750227 Erinaceus europaeus 9365 CAA|ATATCCTTTC...TTTTCCTTTATT/TTTTCCTTTATT...TCTAC|TTT 0 1 22.531
72997357 GT-AG 0 1.000000099473604e-05 2239 rna-XM_007525218.2 13705566 4 1731344 1733582 Erinaceus europaeus 9365 AAG|GTAAGTGAGC...TGCTCCTTGTTT/ATTATTCTGATT...TAAAG|ACA 2 1 25.72
72997358 GT-AG 0 1.000000099473604e-05 4529 rna-XM_007525218.2 13705566 5 1726752 1731280 Erinaceus europaeus 9365 CAG|GTATGTGGGT...AGATTTTCAACC/TAGATTTTCAAC...CTTAG|GAC 2 1 28.961
72997359 GT-AG 0 1.000000099473604e-05 10345 rna-XM_007525218.2 13705566 6 1716306 1726650 Erinaceus europaeus 9365 TGG|GTAAGACAAA...ATTTTCTAAATT/AATTTTCTAAAT...TCTAG|GTT 1 1 34.156
72997360 GT-AG 0 1.863592984172349e-05 3789 rna-XM_007525218.2 13705566 7 1712481 1716269 Erinaceus europaeus 9365 AAG|GTATGGATTG...TAACTTCTAATG/TAACTTCTAATG...TGCAG|CGG 1 1 36.008
72997361 GT-AG 0 1.000000099473604e-05 1681 rna-XM_007525218.2 13705566 8 1710714 1712394 Erinaceus europaeus 9365 GAG|GTGGGTGAAC...TTGAACTTGACT/TTGAACTTGACT...CCCAG|GCC 0 1 40.432
72997362 GT-AG 0 1.000000099473604e-05 3081 rna-XM_007525218.2 13705566 9 1707583 1710663 Erinaceus europaeus 9365 CAA|GTAAGACCTG...TTTTTCTTTTCT/AAAAGTATAATT...TTCAG|TGC 2 1 43.004
72997363 GT-AG 0 1.000000099473604e-05 5414 rna-XM_007525218.2 13705566 10 1701951 1707364 Erinaceus europaeus 9365 CTG|GTAAGTATAC...TAACTTGTGACT/CAGCAACTAACT...TCCAG|GCC 1 1 54.218
72997364 GT-AG 0 1.000000099473604e-05 2725 rna-XM_007525218.2 13705566 11 1698927 1701651 Erinaceus europaeus 9365 CAG|GTAAAACAAA...GTAGCTTTGTTT/GCTAAGCTAATT...TATAG|ATG 0 1 69.599
72997365 GT-AG 0 1.000000099473604e-05 80 rna-XM_007525218.2 13705566 12 1698652 1698731 Erinaceus europaeus 9365 CAG|GTGAGTCCTG...GTACTCTTTACC/ATATTACTCAAG...TGCAG|GGC 0 1 79.63
72997366 GT-AG 0 1.000000099473604e-05 1266 rna-XM_007525218.2 13705566 13 1697302 1698567 Erinaceus europaeus 9365 CAG|GTCAGTAATG...AGGCCTCTGATG/CAACTCCTCACA...TCCAG|GTG 0 1 83.951
72997367 GT-AG 0 1.000000099473604e-05 450 rna-XM_007525218.2 13705566 14 1696749 1697198 Erinaceus europaeus 9365 CAG|GTGAGTGGAA...TTCCTCCTAACC/TTCCTCCTAACC...TTCAG|AAG 1 1 89.249

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