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

✎ 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
67904735 GT-AG 0 0.0017092308797159 775 rna-XM_022875487.1 12758582 2 3448490 3449264 Durio zibethinus 66656 TCG|GTACGTTTCT...ATTTATTTATCT/CATTTATTTATC...GATAG|TAA 1 1 12.114
67904736 GT-AG 0 0.0254256846919515 85 rna-XM_022875487.1 12758582 3 3448046 3448130 Durio zibethinus 66656 ATT|GTACTTTTCA...TTGTGCTTAGAT/AATTTATTTATT...TGCAG|AAT 0 1 22.182
67904737 GT-AG 0 0.6796510978109598 94 rna-XM_022875487.1 12758582 4 3447858 3447951 Durio zibethinus 66656 ATG|GTATTCTTTC...ATGTTCTAAATA/TATGTTCTAAAT...TTCAG|TTT 1 1 24.818
67904738 GT-AG 0 7.767127476590134e-05 708 rna-XM_022875487.1 12758582 5 3447100 3447807 Durio zibethinus 66656 GTG|GTAATTTCCT...TTTGTTTTGATT/TTTGTTTTGATT...TGCAG|GAT 0 1 26.22
67904739 GT-AG 0 1.000000099473604e-05 91 rna-XM_022875487.1 12758582 6 3446811 3446901 Durio zibethinus 66656 AGG|GTGAGTCCTA...TTGGTTTTAACA/TTGGTTTTAACA...CTTAG|GTT 0 1 31.772
67904740 GT-AG 0 1.000000099473604e-05 529 rna-XM_022875487.1 12758582 7 3446206 3446734 Durio zibethinus 66656 CAG|GTCAGTGGCC...CTGACCTTATTT/TTTTATCTGACC...TTCAG|CTG 1 1 33.904
67904741 GT-AG 0 0.0091328469655573 201 rna-XM_022875487.1 12758582 8 3445896 3446096 Durio zibethinus 66656 TGA|GTAAGCTTCT...TCCTTTTTATTT/TTTATTTTTATG...CGCAG|TCC 2 1 36.96
67904742 GT-AG 0 1.000000099473604e-05 143 rna-XM_022875487.1 12758582 9 3445696 3445838 Durio zibethinus 66656 CAA|GTAATGGCAC...GTATACTTACCA/CGTATACTTACC...TGCAG|TTT 2 1 38.559
67904743 GT-AG 0 1.000000099473604e-05 144 rna-XM_022875487.1 12758582 10 3445420 3445563 Durio zibethinus 66656 CAA|GTAAGATTGG...GGAGCTTTACAC/GGGAGCTTTACA...GATAG|GTA 2 1 42.26
67904744 GT-AG 0 1.000000099473604e-05 97 rna-XM_022875487.1 12758582 11 3445125 3445221 Durio zibethinus 66656 CAA|GTAAGAAATT...ATTTGCATATTA/TGTGAGCTAATA...GACAG|TCT 2 1 47.813
67904745 GT-AG 0 0.0754519188896352 74 rna-XM_022875487.1 12758582 12 3444995 3445068 Durio zibethinus 66656 AAG|GTATACTGTT...CTACCCTTCATT/ATATTTATCATA...TTCAG|ATG 1 1 49.383
67904746 GT-AG 0 27.08807643409209 722 rna-XM_022875487.1 12758582 13 3444179 3444900 Durio zibethinus 66656 AAG|GTATCCTAAA...TAGTTCTTGACA/TAGTTCTTGACA...GATAG|TTA 2 1 52.019
67904747 GT-AG 0 1.000000099473604e-05 243 rna-XM_022875487.1 12758582 14 3443845 3444087 Durio zibethinus 66656 GAG|GTACTGCTAA...TCCATTTTATCT/ATTTTGTTCATT...GTCAG|CTT 0 1 54.571
67904748 GT-AG 0 1.950336063334849e-05 330 rna-XM_022875487.1 12758582 15 3443395 3443724 Durio zibethinus 66656 TTT|GTAAGTGGCT...AATCTTTTATTT/CAATCTTTTATT...CCCAG|CTT 0 1 57.936
67904749 GT-AG 0 1.7646564970219754e-05 292 rna-XM_022875487.1 12758582 16 3442677 3442968 Durio zibethinus 66656 GAG|GTATTGAATT...GAGTTTTTCATT/GAGTTTTTCATT...TACAG|CAA 0 1 69.882

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