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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
77102104 GT-AG 0 1.000000099473604e-05 343 rna-XM_006414724.2 14424072 1 14823147 14823489 Eutrema salsugineum 72664 AAG|GTAATTTCAC...AATTTGTTATTG/AAATTTGTTATT...TTCAG|GTT 0 1 7.492
77102105 GC-AG 0 1.000000099473604e-05 88 rna-XM_006414724.2 14424072 2 14823625 14823712 Eutrema salsugineum 72664 CAG|GCAAGATATC...TGATTTTTGAAT/TGATTTTTGAAT...TTCAG|GAG 0 1 10.933
77102106 GT-AG 0 0.0002878525444731 112 rna-XM_006414724.2 14424072 3 14823797 14823908 Eutrema salsugineum 72664 CAG|GTAGTTTTCG...CAACTTTTAAAT/ATTTGACTGATC...ATCAG|ACT 0 1 13.073
77102107 GT-AG 0 1.000000099473604e-05 85 rna-XM_006414724.2 14424072 4 14824035 14824119 Eutrema salsugineum 72664 GAG|GTGACGCATG...TTCTTTTTGGTA/AGCATATTCAGA...TGCAG|GAA 0 1 16.284
77102108 GT-AG 0 1.000000099473604e-05 87 rna-XM_006414724.2 14424072 5 14824180 14824266 Eutrema salsugineum 72664 GAG|GTTCAGTGAG...TTTCCTTTTGTT/CATAATGTCATT...TGCAG|ATT 0 1 17.813
77102109 GT-AG 0 1.000000099473604e-05 81 rna-XM_006414724.2 14424072 6 14824321 14824401 Eutrema salsugineum 72664 ATG|GTAAAAGGAA...ATATTCTTAAAA/TAGTTTTTCATT...ACCAG|ATT 0 1 19.19
77102110 GT-AG 0 0.000138944600334 380 rna-XM_006414724.2 14424072 7 14824495 14824874 Eutrema salsugineum 72664 AAG|GTTTGTTATA...GTATTTTTGATA/GTATTTTTGATA...TGTAG|GGT 0 1 21.56
77102111 GT-AG 0 0.0005037520529194 131 rna-XM_006414724.2 14424072 8 14824971 14825101 Eutrema salsugineum 72664 AAG|GTAGGCTATT...CATTCTTTGAAT/ATTCGTCTCATT...AACAG|AAC 0 1 24.006
77102112 GT-AG 0 0.0004354444357392 415 rna-XM_006414724.2 14424072 9 14825248 14825662 Eutrema salsugineum 72664 TGG|GTATGATTCA...TTGATATTAGTA/TACATGTTTACC...TGCAG|GAA 2 1 27.727
77102113 GT-AG 0 1.000000099473604e-05 86 rna-XM_006414724.2 14424072 10 14825813 14825898 Eutrema salsugineum 72664 GAG|GTAACACATG...ATTATTCTATCC/ATTCTATCCACC...TGCAG|TTC 2 1 31.549
77102114 GT-AG 0 0.001469341362642 75 rna-XM_006414724.2 14424072 11 14826029 14826103 Eutrema salsugineum 72664 AAG|GTACGCATTC...TGGCTTTTAATG/TGGCTTTTAATG...AACAG|GAT 0 1 34.862
77102115 GT-AG 0 1.000000099473604e-05 110 rna-XM_006414724.2 14424072 12 14827343 14827452 Eutrema salsugineum 72664 AAA|GTAAGAATAG...CGATTTTTACAC/ACGATTTTTACA...TACAG|GCA 0 1 66.437
77102116 GT-AG 0 3.291984032174971e-05 92 rna-XM_006414724.2 14424072 13 14827552 14827643 Eutrema salsugineum 72664 CTG|GTATGACACT...TGCTCTTTATAA/CTCTTTATAACT...AACAG|GTA 0 1 68.96
77102117 GT-AG 0 1.000000099473604e-05 79 rna-XM_006414724.2 14424072 14 14827797 14827875 Eutrema salsugineum 72664 AAG|GTAAGTGTGG...TAATTTTTGACC/TAATTTTTGACC...TGCAG|CTT 0 1 72.859
77102118 GT-AG 0 0.0093574276517532 97 rna-XM_006414724.2 14424072 15 14828668 14828764 Eutrema salsugineum 72664 CAG|GTAACGTTTC...GAATTCTTGATC/GAATTCTTGATC...AACAG|AAA 0 1 93.043

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