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

✎ 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
186782530 GT-AG 0 0.0006398233676886 784 rna-XM_015201320.2 33342791 1 97500528 97501311 Solanum pennellii 28526 ATA|GTAAGTTTTA...TCCCTCTTAGAT/TATTTACTCATA...TTCAG|GTT 1 1 5.339
186782531 GT-AG 0 2.4282551903696205e-05 2215 rna-XM_015201320.2 33342791 2 97495631 97497845 Solanum pennellii 28526 CAG|GTACTTATGA...CTAGTCTGAGTT/TTTGGCCTCACG...TATAG|GTA 1 1 40.872
186782532 GT-AG 0 1.000000099473604e-05 1974 rna-XM_015201320.2 33342791 3 97493242 97495215 Solanum pennellii 28526 TAG|GTAAGTCTAT...CATTTGTTGATG/TTGCTTCTAATT...CATAG|GTT 2 1 46.37
186782533 GT-AG 0 0.0056665488738723 2487 rna-XM_015201320.2 33342791 4 97490526 97493012 Solanum pennellii 28526 AAG|GTATTTGTTT...GCAACTTTGACA/GCAACTTTGACA...TGCAG|ATG 0 1 49.404
186782534 GT-AG 0 0.0001203384529084 639 rna-XM_015201320.2 33342791 5 97489722 97490360 Solanum pennellii 28526 CAG|GTATTATTAA...AGTTGCTTAGAA/AATTTACTGATT...GTTAG|GAA 0 1 51.59
186782535 GT-AG 0 0.0043394230603787 119 rna-XM_015201320.2 33342791 6 97489330 97489448 Solanum pennellii 28526 GAG|GTATTCAGCA...GTTCCCTTGTTT/TATATATTTATT...TGCAG|TGG 0 1 55.207
186782536 GT-AG 0 0.0001978510058151 1507 rna-XM_015201320.2 33342791 7 97487577 97489083 Solanum pennellii 28526 CCT|GTAAGTTCAT...TATTCCTTTCCT/ATGGTATTTATT...GTAAG|CTT 0 1 58.466
186782537 GT-AG 0 2.341423742971092 92 rna-XM_015201320.2 33342791 8 97487092 97487183 Solanum pennellii 28526 TCG|GTATCTACTT...TTTTCCTTTTTG/CAAGGACTGATT...TACAG|ATC 0 1 63.672
186782538 GT-AG 0 1.000000099473604e-05 124 rna-XM_015201320.2 33342791 9 97485579 97485702 Solanum pennellii 28526 GAG|GTGATTCTTC...TTTTCTTTCATG/TTTTCTTTCATG...AGCAG|GCT 0 1 82.075
186782539 GT-AG 0 1.000000099473604e-05 2032 rna-XM_015201320.2 33342791 10 97483490 97485521 Solanum pennellii 28526 AAG|GTTAGATAGT...TAACTTTTATTC/CTTTGCCTGATT...TTCAG|GGT 0 1 82.83
186782540 GT-AG 0 1.000000099473604e-05 335 rna-XM_015201320.2 33342791 11 97482750 97483084 Solanum pennellii 28526 GAG|GTAAAAAGTT...CGTTTCTTAAGA/TCGTTTCTTAAG...TGTAG|TTT 0 1 88.196
186782541 GT-AG 0 7.324129857821593e-05 1085 rna-XM_015201320.2 33342791 12 97481441 97482525 Solanum pennellii 28526 ATC|GTAAGTACCC...GGTTTCTTAAAG/TGGTTTCTTAAA...TGCAG|GGA 2 1 91.163
186782542 GT-AG 0 1.000000099473604e-05 376 rna-XM_015201320.2 33342791 13 97480931 97481306 Solanum pennellii 28526 AAG|GTTGGTTCCC...AAGCTTTTAACT/AAGCTTTTAACT...TCCAG|GAG 1 1 92.939
186782543 GT-AG 0 1.000000099473604e-05 101 rna-XM_015201320.2 33342791 14 97480578 97480678 Solanum pennellii 28526 CAG|GTACTGAAAC...CTTTCTCTAATT/CTTTCTCTAATT...TGAAG|GGA 1 1 96.277
186782544 GT-AG 0 0.0319440710845609 102 rna-XM_015201320.2 33342791 15 97480297 97480398 Solanum pennellii 28526 CAG|GTAACCTCTT...TGAGCCTTCACG/TGAGCCTTCACG...TTCAG|GCG 0 1 98.649

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