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

✎ 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
153480558 GT-AG 0 1.000000099473604e-05 571 rna-XM_024519919.1 27592242 1 9249902 9250472 Physcomitrium patens 3218 TAG|GTCTGGGTTT...TTCGTTTTGATC/TTCGTTTTGATC...TGCAG|GTA 2 1 4.743
153480559 GT-AG 0 6.804216281606621e-05 454 rna-XM_024519919.1 27592242 2 9250555 9251008 Physcomitrium patens 3218 AGG|GTAAATTCTC...CTTTCCATAATT/AGCATACTAATC...TTCAG|GAG 0 1 6.084
153480560 GT-AG 0 1.000000099473604e-05 322 rna-XM_024519919.1 27592242 3 9251126 9251447 Physcomitrium patens 3218 ATG|GTAAGTGTTC...ATGTGCTTACCA/TTCTGTTTCATA...TGCAG|TAT 0 1 7.998
153480561 GT-AG 0 1.983386752975997e-05 418 rna-XM_024519919.1 27592242 4 9251630 9252047 Physcomitrium patens 3218 AGG|GTATGAAAGT...CATACCATAACC/CAGTGTGTTATC...TCCAG|GTC 2 1 10.975
153480562 GT-AG 0 5.413508196880505e-05 197 rna-XM_024519919.1 27592242 5 9252949 9253145 Physcomitrium patens 3218 GAG|GTATTGTCAT...TGGCTATTATTG/TTGGCTATTATT...TGCAG|GTT 0 1 25.711
153480563 GT-AG 0 0.0001329919337519 207 rna-XM_024519919.1 27592242 6 9253244 9253450 Physcomitrium patens 3218 TAG|GTATAATGAA...TGTTCTTTCTCG/TGTAATCTGATT...TGCAG|AGA 2 1 27.314
153480564 GT-AG 0 1.000000099473604e-05 298 rna-XM_024519919.1 27592242 7 9253896 9254193 Physcomitrium patens 3218 CAG|GTAAGCGGCT...GATATATTAACA/GATATATTAACA...GGCAG|GGT 0 1 34.593
153480565 GT-AG 0 0.0004732040808016 344 rna-XM_024519919.1 27592242 8 9254456 9254799 Physcomitrium patens 3218 CAG|GTTTAGTTTT...TAATCTTTAACC/TTCTGGCTAATT...TTCAG|GCT 1 1 38.878
153480566 GT-AG 0 0.0076736568334825 330 rna-XM_024519919.1 27592242 9 9255144 9255473 Physcomitrium patens 3218 CAG|GTACCGTATT...TCAACTTTGAAG/GTGGATGTCACT...TGCAG|CAA 0 1 44.504
153480567 GT-AG 0 1.000000099473604e-05 161 rna-XM_024519919.1 27592242 10 9255657 9255817 Physcomitrium patens 3218 GAG|GTAAGTATTC...CAATCCTTTTTT/AGAATAATCAAT...TACAG|GTG 0 1 47.498
153480568 GT-AG 0 1.000000099473604e-05 196 rna-XM_024519919.1 27592242 11 9256346 9256541 Physcomitrium patens 3218 CAG|GTGTGTTCTC...GAGGCTTTGGAT/TTGAGGTTAAAT...TACAG|GTG 0 1 56.133
153480569 GT-AG 0 1.000000099473604e-05 167 rna-XM_024519919.1 27592242 12 9256677 9256843 Physcomitrium patens 3218 GCG|GTAAGTAGTG...TTCTTTTTATTG/TTTTTATTGATT...TGCAG|ATT 0 1 58.342
153480570 GT-AG 0 1.000000099473604e-05 123 rna-XM_024519919.1 27592242 13 9256963 9257085 Physcomitrium patens 3218 CAG|GTAGTGATTC...TTAATTTTATTC/TTTAATTTTATT...TTCAG|GGA 2 1 60.288
153480571 GT-AG 0 1.000000099473604e-05 306 rna-XM_024519919.1 27592242 14 9258800 9259105 Physcomitrium patens 3218 GAG|GTGTGTTTAT...ATTTTCTGTGCT/TTCTGTCTAATG...TACAG|GTT 0 1 88.322

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