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

✎ 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
153481419 GT-AG 0 1.000000099473604e-05 138 rna-XM_024530562.1 27592309 1 20190008 20190145 Physcomitrium patens 3218 GGG|GTAAGTGACA...GCTGCCTGGATT/CCTGGATTGACG...TGCAG|GTG 1 1 7.983
153481420 GT-AG 0 1.000000099473604e-05 197 rna-XM_024530562.1 27592309 2 20190303 20190499 Physcomitrium patens 3218 CTA|GTGAGTCTAC...CTGTTCTCACTG/TCTGTTCTCACT...GACAG|TTA 2 1 12.767
153481421 GT-AG 0 1.000000099473604e-05 537 rna-XM_024530562.1 27592309 3 20190591 20191127 Physcomitrium patens 3218 GAG|GTGAGTTTCT...TTTTCCTGCATG/TTTTCCTGCATG...GGCAG|GGC 0 1 15.539
153481422 GT-AG 0 1.000000099473604e-05 170 rna-XM_024530562.1 27592309 4 20191233 20191402 Physcomitrium patens 3218 CTG|GTGAGTTAAT...ATAGGCTTCACT/ATAGGCTTCACT...TCCAG|GTG 0 1 18.739
153481423 GT-AG 0 6.982623252520766e-05 189 rna-XM_024530562.1 27592309 5 20191645 20191833 Physcomitrium patens 3218 GAG|GTAACTGAAT...GTCTCCTTGTTT/TAAGTTTTGAAT...GGCAG|TGG 2 1 26.112
153481424 GT-AG 0 1.000000099473604e-05 148 rna-XM_024530562.1 27592309 6 20192120 20192267 Physcomitrium patens 3218 CAG|GTAATTTCAC...CACTTCTTCGTG/CTGCAATTCATC...TGCAG|GCC 0 1 34.826
153481425 GT-AG 0 1.000000099473604e-05 240 rna-XM_024530562.1 27592309 7 20192492 20192731 Physcomitrium patens 3218 CAG|GTACAAGCCG...ATTTTTTTCACC/ATTTTTTTCACC...TGCAG|TTG 2 1 41.651
153481426 GT-AG 0 2.498273916820027e-05 277 rna-XM_024530562.1 27592309 8 20192883 20193159 Physcomitrium patens 3218 CAG|GTAATCCTTT...TGAGACTTGAAA/TTTCGAATTACA...TGCAG|GTT 0 1 46.252
153481427 GT-AG 0 1.241762448299172e-05 198 rna-XM_024530562.1 27592309 9 20193361 20193558 Physcomitrium patens 3218 AAG|GTACGTTGCC...TTCCCTTTGGAA/AAAAGATTAATG...AACAG|GGG 0 1 52.377
153481428 GT-AG 0 0.051810321458238 178 rna-XM_024530562.1 27592309 10 20193826 20194003 Physcomitrium patens 3218 GAG|GTATACCTTT...TTCTCTCTAATT/TTCTCTCTAATT...TGCAG|GTT 0 1 60.512
153481429 GT-AG 0 1.000000099473604e-05 243 rna-XM_024530562.1 27592309 11 20194277 20194519 Physcomitrium patens 3218 TTG|GTAAGAGCCC...CTTTCCTGGTCT/ACGTTCCAGACT...GGCAG|GTA 0 1 68.83
153481430 GT-AG 0 1.000000099473604e-05 284 rna-XM_024530562.1 27592309 12 20194645 20194928 Physcomitrium patens 3218 CCG|GTGAGACGCA...TCCTGCTGACCT/TTGTGCCTTAAT...CCCAG|GAA 2 1 72.639
153481431 GT-AG 0 1.519474857001738e-05 174 rna-XM_024530562.1 27592309 13 20195102 20195275 Physcomitrium patens 3218 CAA|GTAAACCGAA...TTGCCTTTTGTG/GCTGGTGTAAAT...TTCAG|GTC 1 1 77.91
153481432 GT-AG 0 1.000000099473604e-05 285 rna-XM_024530562.1 27592309 14 20195656 20195940 Physcomitrium patens 3218 GAG|GTAATTAATT...TCAGCTTCAACT/AGTAGGTTTATG...TACAG|GAC 0 1 89.488

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