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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
29498911 GT-AG 0 0.0023902228203002 73 rna-XM_020361425.2 5773959 1 1229153 1229225 Cajanus cajan 3821 AAG|GTATCGCCAA...CATTCCTTGCTT/TTCATTTTCATT...TTTAG|GTT 0 1 7.387
29498912 GC-AG 0 1.000000099473604e-05 537 rna-XM_020361425.2 5773959 2 1229364 1229900 Cajanus cajan 3821 CAG|GCATGGTTTC...GACTTCTGATCC/TGCTTTCTGACT...TTCAG|CTG 0 1 11.041
29498913 GT-AG 0 0.0009844147858132 90 rna-XM_020361425.2 5773959 3 1229985 1230074 Cajanus cajan 3821 CAG|GTTTTTTTTC...GTGATTTTGAAC/GTGATTTTGAAC...GCTAG|ACC 0 1 13.264
29498914 GT-AG 0 0.0045216521198702 85 rna-XM_020361425.2 5773959 4 1230192 1230276 Cajanus cajan 3821 GAA|GTACGCATTT...TGTTTCGTGATG/GTGATGTTTACT...CGCAG|GAG 0 1 16.362
29498915 GT-AG 0 1.000000099473604e-05 86 rna-XM_020361425.2 5773959 5 1230337 1230422 Cajanus cajan 3821 GAG|GTTGATTGAC...TCCTTTTTGACA/TCCTTTTTGACA...TGCAG|ATA 0 1 17.951
29498916 GT-AG 0 1.000000099473604e-05 88 rna-XM_020361425.2 5773959 6 1230477 1230564 Cajanus cajan 3821 CAG|GTAAATTCTA...ACTGCTTTATGT/CTGTGTTTCACT...TACAG|ATT 0 1 19.38
29498917 GT-AG 0 0.0179485725536972 464 rna-XM_020361425.2 5773959 7 1230658 1231121 Cajanus cajan 3821 AAG|GTATTCATCT...AGTGTTTTACTA/AAGTGTTTTACT...TGCAG|GGA 0 1 21.843
29498918 GT-AG 0 1.000000099473604e-05 363 rna-XM_020361425.2 5773959 8 1231218 1231580 Cajanus cajan 3821 AAG|GTGATACATT...CTATTCTTGGCA/AGTAAATTAATG...TGCAG|AGT 0 1 24.384
29498919 GT-AG 0 0.0003650469409827 220 rna-XM_020361425.2 5773959 9 1231727 1231946 Cajanus cajan 3821 TGG|GTATGATTTA...TAGTACTTACAG/CTAGTACTTACA...TGCAG|GAA 2 1 28.25
29498920 GT-AG 0 1.000000099473604e-05 91 rna-XM_020361425.2 5773959 10 1232097 1232187 Cajanus cajan 3821 AAG|GTAAAATGCA...AAATTTTTAAAT/AAATTTTTAAAT...TGCAG|TTG 2 1 32.221
29498921 GT-AG 0 0.0154986678726003 83 rna-XM_020361425.2 5773959 11 1232318 1232400 Cajanus cajan 3821 AGG|GTATATTCTT...TTCATTTTGAAA/CCGATCTTCATT...AACAG|GAC 0 1 35.663
29498922 GT-AG 0 1.000000099473604e-05 89 rna-XM_020361425.2 5773959 12 1233433 1233521 Cajanus cajan 3821 AAA|GTAAGTGCAA...ACTCCGTTATCT/TATCTATTTATT...TTTAG|GCA 0 1 62.986
29498923 GT-AG 0 0.0001036381715719 86 rna-XM_020361425.2 5773959 13 1233621 1233706 Cajanus cajan 3821 CTG|GTAATTTTTT...TTTTCTTTTGTA/TGGTGAATGACT...TGTAG|GTA 0 1 65.608
29498924 GT-AG 0 1.000000099473604e-05 75 rna-XM_020361425.2 5773959 14 1233860 1233934 Cajanus cajan 3821 AAG|GTAGAAATAT...AGATGCTTATAC/CTTATACTCAAT...AACAG|CTG 0 1 69.658
29498925 GT-AG 0 1.000000099473604e-05 683 rna-XM_020361425.2 5773959 15 1234778 1235460 Cajanus cajan 3821 CAG|GTTAGCAACG...CTGACTTTAACA/CTGTGCCTGACT...TGCAG|AAA 0 1 91.978

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