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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
197657585 GT-AG 0 1.000000099473604e-05 516 rna-XM_018114283.1 35103508 1 13767067 13767582 Theobroma cacao 3641 ATG|GTCAGTTTGG...CATGTTTTGAAA/TTAATGCTAATA...TGCAG|AAG 1 1 8.963
197657586 GT-AG 0 0.001079970642354 796 rna-XM_018114283.1 35103508 2 13765546 13766341 Theobroma cacao 3641 AAA|GTATGGCTCA...TCTTTTTTAATT/TCTTTTTTAATT...TTCAG|GGG 0 1 26.526
197657587 GT-AG 0 0.0005103799930051 155 rna-XM_018114283.1 35103508 3 13764023 13764177 Theobroma cacao 3641 AAG|GTATATGTCT...AAATTCATATTA/TCTAAATTCATA...CTCAG|AGC 0 1 59.666
197657588 GT-AG 0 0.004904727992243 110 rna-XM_018114283.1 35103508 4 13763505 13763614 Theobroma cacao 3641 GAT|GTATGTGTAC...TAGATCTTATAT/TTGAATTTGATT...TGCAG|ATT 0 1 69.549
197657589 GT-AG 0 0.0003941656335041 158 rna-XM_018114283.1 35103508 5 13763275 13763432 Theobroma cacao 3641 GTG|GTACATACCT...TTTCCCTCAATA/TTTTCCCTCAAT...TGCAG|ATA 0 1 71.294
197657590 GT-AG 0 1.000000099473604e-05 116 rna-XM_018114283.1 35103508 6 13763069 13763184 Theobroma cacao 3641 TCG|GTAAGCAACA...CTGCTCCTATAT/ATATTGCTGACA...GGTAG|GCA 0 1 73.474
197657591 GT-AG 0 1.000000099473604e-05 120 rna-XM_018114283.1 35103508 7 13762914 13763033 Theobroma cacao 3641 GAG|GTGGTTCCAC...TTTGCATTACAA/CGGTTGCTGAAA...TGCAG|AGT 2 1 74.322
197657592 GT-AG 0 0.0002228267913267 98 rna-XM_018114283.1 35103508 8 13762728 13762825 Theobroma cacao 3641 CTG|GTATTTGCTT...ATGGTTTTGTTG/ATTCTGCTCAAA...TACAG|AAA 0 1 76.453
197657593 GT-AG 0 0.3052838302849748 940 rna-XM_018114283.1 35103508 9 13761644 13762583 Theobroma cacao 3641 GCG|GTATACTTAT...GTTTTCTTTGTG/TTTTGGTTAATT...GCCAG|GGA 0 1 79.942
197657594 GT-AG 0 0.0004423068284072 87 rna-XM_018114283.1 35103508 10 13761365 13761451 Theobroma cacao 3641 CAG|GTCTTTTTAA...TGTTTGTTATTT/CTGTTTGTTATT...ATCAG|TTG 0 1 84.593
197657595 GT-AG 0 0.0091903207118346 87 rna-XM_018114283.1 35103508 11 13761198 13761284 Theobroma cacao 3641 GAG|GTTGCTTTTT...TTTTTCTTATAT/TTTTTTCTTATA...TGCAG|TCT 2 1 86.531
197657596 GT-AG 0 0.0006438031550118 99 rna-XM_018114283.1 35103508 12 13761026 13761124 Theobroma cacao 3641 AAG|GTACCAAAGT...TTATTTTTAAAG/TTCTGTTTCATT...ATTAG|AAC 0 1 88.299
197657597 GT-AG 0 1.8836628985405996e-05 312 rna-XM_018114283.1 35103508 13 13760612 13760923 Theobroma cacao 3641 CAA|GTAAGTACTT...TTCACTTTATTT/TTTGTCCTGATT...TGCAG|AGA 0 1 90.77
197657598 GT-AG 0 0.0378100056273314 874 rna-XM_018114283.1 35103508 14 13759632 13760505 Theobroma cacao 3641 CTG|GTATTCATTT...TGAAACTTGATA/TGAAACTTGATA...TGCAG|CTG 1 1 93.338
197657599 GT-AG 0 1.000000099473604e-05 676 rna-XM_018114283.1 35103508 15 13758868 13759543 Theobroma cacao 3641 CTG|GTAAAGTCCT...CTTCTCTTGTCT/AATCAACTGACT...AACAG|TGG 2 1 95.47

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