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

✎ 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
211079153 GT-AG 0 5.2351123742038704e-05 1054 rna-XM_046989280.1 38228111 3 9632859 9633912 Xenia sp. carnegie-2017 2897299 CAG|GTACTTGTTA...GTTTGTTTAGTG/TTTAGTGTCATT...TGTAG|ATG 2 1 16.243
211079154 GT-AG 0 1.4307703071054206e-05 970 rna-XM_046989280.1 38228111 4 9631617 9632586 Xenia sp. carnegie-2017 2897299 GAG|GTACGTACTT...GATATTTTACCA/TGATATTTTACC...TGTAG|GAA 1 1 22.896
211079155 GT-AG 0 6.029544960642444e-05 329 rna-XM_046989280.1 38228111 5 9631168 9631496 Xenia sp. carnegie-2017 2897299 GTG|GTACGTCCTT...TTTATGTTAGTT/TGTTAGTTTATC...TTCAG|ACC 1 1 25.832
211079156 GT-AG 0 1.000000099473604e-05 380 rna-XM_046989280.1 38228111 6 9630680 9631059 Xenia sp. carnegie-2017 2897299 CAG|GTTTGTACTC...TATTATTTAAAT/TATTATTTAAAT...GTTAG|ATA 1 1 28.474
211079157 GT-AG 0 1.2873258417788142e-05 797 rna-XM_046989280.1 38228111 7 9629763 9630559 Xenia sp. carnegie-2017 2897299 AAG|GTTTGATCTG...ATTTTTTTATTT/TATTTTTTTATT...AATAG|GAA 1 1 31.409
211079158 GT-AG 0 0.0079682914599944 740 rna-XM_046989280.1 38228111 8 9628909 9629648 Xenia sp. carnegie-2017 2897299 TAG|GTATGCAATA...ATTTTTTTATCA/AATTTTTTTATC...AATAG|GAA 1 1 34.198
211079159 GT-AG 0 0.0023943566901617 645 rna-XM_046989280.1 38228111 9 9628162 9628806 Xenia sp. carnegie-2017 2897299 TTG|GTATATATAT...CGTATTTTGAAC/TGTCATCTCACC...TTCAG|TGC 1 1 36.693
211079160 GT-AG 0 1.433146126216712e-05 1102 rna-XM_046989280.1 38228111 10 9626260 9627361 Xenia sp. carnegie-2017 2897299 CAG|GTACTGTTAG...CGTGCTCTGACA/GGGATACTAATC...ATTAG|GTC 0 1 56.262
211079161 GT-AG 0 1.000000099473604e-05 905 rna-XM_046989280.1 38228111 11 9624961 9625865 Xenia sp. carnegie-2017 2897299 CAG|GTGGGTAGAA...GCAATCTTAAAA/CTTCTCTTCAAA...TTCAG|GTG 1 1 65.9
211079162 GT-AG 0 1.000000099473604e-05 307 rna-XM_046989280.1 38228111 12 9624011 9624317 Xenia sp. carnegie-2017 2897299 CAG|GTAAAGTTGT...TATTTCTCATCT/CTATTTCTCATC...ATTAG|ATG 2 1 81.629
211079163 GT-AG 0 1.000000099473604e-05 229 rna-XM_046989280.1 38228111 13 9623370 9623598 Xenia sp. carnegie-2017 2897299 CAG|GTTTGTCTTG...AAAACTTTGTAT/TGAGGATTAACT...TTTAG|GAT 0 1 91.707
211079164 GT-AG 0 1.000000099473604e-05 554 rna-XM_046989280.1 38228111 14 9622779 9623332 Xenia sp. carnegie-2017 2897299 AAG|GTGACGTTTT...GGGCTCTAAATC/ATGAATGTGACT...TCTAG|ATC 1 1 92.613
211085853 GT-AG 0 0.0003539316652828 3715 rna-XM_046989280.1 38228111 1 9634896 9638610 Xenia sp. carnegie-2017 2897299 AAG|GTATATATAA...CTTTCCAAAACT/TCGAAATTTATC...TGTAG|ATT   0 3.718
211085854 GT-AG 0 1.8705788253552577e-05 454 rna-XM_046989280.1 38228111 2 9634334 9634787 Xenia sp. carnegie-2017 2897299 AAG|GTAATGTTTA...TAGTTTTTAAAA/TAGTTTTTAAAA...TTTAG|ATT   0 6.36

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