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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
153480609 GT-AG 0 7.255646276866504e-05 271 rna-XM_024534471.1 27592245 2 14809891 14810161 Physcomitrium patens 3218 CGG|GTATGTGCAC...TGACCATTATCG/AGGTTTGTAATC...TCCAG|ATT 0 1 16.302
153480610 GT-AG 0 0.0007867037999024 155 rna-XM_024534471.1 27592245 3 14810232 14810386 Physcomitrium patens 3218 AAG|GTATGTCCCT...TTTGCTTTAGTT/TTTAGTTTTACC...TGCAG|GTA 1 1 17.236
153480611 GT-AG 0 1.000000099473604e-05 371 rna-XM_024534471.1 27592245 4 14810677 14811047 Physcomitrium patens 3218 AAG|GTTTGAGTCA...TTGCCTTTGACT/AAAATTTTAATT...TGCAG|ATT 0 1 21.108
153480612 GT-AG 0 1.000000099473604e-05 366 rna-XM_024534471.1 27592245 5 14811165 14811530 Physcomitrium patens 3218 AAG|GTCAGTACTG...GGATCCTTGTTT/GGCAAACTCAAT...TTCAG|AGA 0 1 22.67
153480613 GT-AG 0 0.0002823238261754 759 rna-XM_024534471.1 27592245 6 14811859 14812617 Physcomitrium patens 3218 AGA|GTAAGTTTCT...AACTCCTTGCTG/GAATAGTTCACC...GCCAG|GTG 1 1 27.049
153480614 GT-AG 0 4.8090361382796784e-05 190 rna-XM_024534471.1 27592245 7 14813913 14814102 Physcomitrium patens 3218 GAG|GTAGTTTCAA...GTTGTCTTACAT/CGTTGTCTTACA...TGTAG|TGT 0 1 44.339
153480615 GT-AG 0 1.000000099473604e-05 150 rna-XM_024534471.1 27592245 8 14814227 14814376 Physcomitrium patens 3218 ATT|GTGAGAATCT...TTAAGTTTATTT/ATTAAGTTTATT...AACAG|CAC 1 1 45.995
153480616 GT-AG 0 1.000000099473604e-05 299 rna-XM_024534471.1 27592245 9 14815234 14815532 Physcomitrium patens 3218 CAG|GTTTTGGCTT...GGTCCCGTAAAA/AAGTTTCCCACC...TGCAG|GAA 0 1 57.437
153480617 GT-AG 0 1.000000099473604e-05 656 rna-XM_024534471.1 27592245 10 14815627 14816282 Physcomitrium patens 3218 TGG|GTAAGATAAT...TTTTGCTTACAG/TTTTTGCTTACA...GGCAG|ATC 1 1 58.692
153480618 GT-AG 0 1.000000099473604e-05 151 rna-XM_024534471.1 27592245 11 14816503 14816653 Physcomitrium patens 3218 CAG|GTCAGTCCCG...AATTTCTCAAAT/TAATTTCTCAAA...TTCAG|CGA 2 1 61.629
153480619 GT-AG 0 1.000000099473604e-05 195 rna-XM_024534471.1 27592245 12 14818620 14818814 Physcomitrium patens 3218 CCG|GTGAGACAAT...TGATTATTAGTA/TATGTTCTAATG...TGCAG|GAC 0 1 87.877
153480620 GT-AG 0 5.873264876714667e-05 213 rna-XM_024534471.1 27592245 13 14818945 14819157 Physcomitrium patens 3218 CCG|GTATGGGTGG...GATTTTTTATTC/TGATTTTTTATT...GGCAG|GTC 1 1 89.613
153487727 GT-AG 0 0.0005604948936502 378 rna-XM_024534471.1 27592245 1 14809346 14809723 Physcomitrium patens 3218 AAA|GTAACGTATC...TTTGTCATGAAT/ACTGTGATCACT...GTCAG|GGT   0 15.02
153487728 GT-AG 0 0.0013977193424588 333 rna-XM_024534471.1 27592245 14 14819521 14819853 Physcomitrium patens 3218 GAG|GTAACCATGA...TAAGGATTAACA/TAAGGATTAACA...TGTAG|GTT   0 94.459

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