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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
47813425 GT-AG 0 4.904193724814626e-05 391 rna-XM_027270089.1 8855927 1 42957665 42958055 Coffea arabica 13443 CCA|GTAAGTAAGC...CTGTTCTTGAAT/CTGTTCTTGAAT...TAAAG|AAA 0 1 1.923
47813426 GT-AG 0 1.000000099473604e-05 82 rna-XM_027270089.1 8855927 2 42958122 42958203 Coffea arabica 13443 GGG|GTGATCACTT...TTCACCTATGCG/GCAGTAGTGATG...AACAG|ATG 0 1 3.938
47813427 GT-AG 0 2.561949108630514e-05 1169 rna-XM_027270089.1 8855927 3 42958290 42959458 Coffea arabica 13443 TGT|GTAAGTCCAT...TGCCTTTTGATT/CAGGTTCTAATT...GTTAG|GGA 2 1 6.563
47813428 GT-AG 0 6.057075658332425e-05 622 rna-XM_027270089.1 8855927 4 42959536 42960157 Coffea arabica 13443 GAG|GTATTGACTG...GTCATTTTGACA/TCCTTTGTCATT...TGTAG|GGG 1 1 8.913
47813429 GT-AG 0 4.399084325771804e-05 1339 rna-XM_027270089.1 8855927 5 42960452 42961790 Coffea arabica 13443 TAC|GTAAGTATTT...GATTTCTAACCT/CAAAATCTCATT...TGAAG|CCT 1 1 17.888
47813430 GT-AG 0 0.0001949839801379 92 rna-XM_027270089.1 8855927 6 42961855 42961946 Coffea arabica 13443 TCC|GTAAGTTAAA...ATGTCCATAGTC/TAGTCTATAAAA...TGCAG|GTA 2 1 19.841
47813431 GT-AG 0 0.0006121484492808 176 rna-XM_027270089.1 8855927 8 42962093 42962268 Coffea arabica 13443 TGG|GTATTACTTA...GTTGCTTTGTCA/CTGTTGTTTATT...TTCAG|GTA 2 1 24.237
47813432 GT-AG 0 2.9681004304323068e-05 677 rna-XM_027270089.1 8855927 9 42962304 42962980 Coffea arabica 13443 CAA|GTAAGTCGTG...TCCTTCTTAATG/TTCCTTCTTAAT...TGTAG|AAT 1 1 25.305
47813433 GT-AG 0 0.0002196441693787 702 rna-XM_027270089.1 8855927 10 42963055 42963756 Coffea arabica 13443 TTT|GTAAGTTCAC...ATGCTTTTAATT/ATGCTTTTAATT...TGTAG|GGA 0 1 27.564
47813434 GT-AG 0 0.0014716232597235 719 rna-XM_027270089.1 8855927 12 42964625 42965343 Coffea arabica 13443 CAG|GTATGCCACC...CTTTTCTTGAGT/TGCATTCTGATT...TGTAG|ATT 2 1 53.999
47813435 GT-AG 0 0.0009243328608802 297 rna-XM_027270089.1 8855927 13 42965641 42965937 Coffea arabica 13443 AAG|GTAATCTTTA...GTAGCCTTCTCA/AGCCTTCTCATC...TTCAG|CTA 2 1 63.065
47813436 GT-AG 0 0.0201216763446721 364 rna-XM_027270089.1 8855927 14 42966421 42966784 Coffea arabica 13443 AAG|GTATCAGTCA...ATTAGCTTAGCA/TACTATTTCAAT...CTCAG|AGT 2 1 77.808
47813437 GT-AG 0 0.0008978051788334 312 rna-XM_027270089.1 8855927 15 42966934 42967245 Coffea arabica 13443 TTT|GTAAGTTTAA...AAGTTTTTATTC/TTCTTTCTCATT...CTCAG|CTC 1 1 82.357
47813438 GT-AG 0 0.0123944846982665 100 rna-XM_027270089.1 8855927 16 42967536 42967635 Coffea arabica 13443 TTG|GTATGCATTT...TGGCTCATAAAT/AGTATATTTATA...TGCAG|TGG 0 1 91.209
47813439 GT-AG 0 2.746711166889985e-05 841 rna-XM_027270089.1 8855927 17 42967767 42968607 Coffea arabica 13443 AAG|GTTTGATCCA...ATTTCTTTGATT/ATTTATCTAATC...GTCAG|GTA 2 1 95.208

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