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

✎ 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
186783138 GT-AG 0 1.000000099473604e-05 3570 rna-XM_015200357.2 33342821 1 97865625 97869194 Solanum pennellii 28526 GAG|GTAAAAGTTC...CTAACCTTGATG/TATCTCCTAACC...TGCAG|ATA 2 1 14.912
186783139 GT-AG 0 1.4783991074317824e-05 122 rna-XM_015200357.2 33342821 2 97865140 97865261 Solanum pennellii 28526 TCC|GTAAGTGACA...TTTTGTTTGATT/TTTTGTTTGATT...TGCAG|CTG 2 1 22.317
186783140 GT-AG 0 1.000000099473604e-05 230 rna-XM_015200357.2 33342821 3 97864679 97864908 Solanum pennellii 28526 TAA|GTAAGAACAT...TAAGTGTTGATT/ATTTTAATCATT...TGCAG|TAA 2 1 27.03
186783141 GT-AG 0 1.5010069808574162e-05 386 rna-XM_015200357.2 33342821 4 97864170 97864555 Solanum pennellii 28526 TCG|GTAAGTCTTA...ATCTCCTTTTTC/TCCTTTTTCATT...TGCAG|AGA 2 1 29.539
186783142 GT-AG 0 7.350525518910574e-05 1089 rna-XM_015200357.2 33342821 5 97862744 97863832 Solanum pennellii 28526 CGT|GTAGGTCTTT...ATCATGTTAGTA/TTGTCACTCATC...AACAG|GAA 0 1 36.414
186783143 GT-AG 0 1.94345812798888e-05 709 rna-XM_015200357.2 33342821 6 97861877 97862585 Solanum pennellii 28526 GAC|GTAAGTTCAA...TGTGTCTTTCCT/CTTTTGTACATG...TTCAG|GCC 2 1 39.637
186783144 GT-AG 0 1.000000099473604e-05 149 rna-XM_015200357.2 33342821 7 97861570 97861718 Solanum pennellii 28526 CGG|GTAGGTTGAC...ATGTTCTTGGTT/ATCTTGTTTACT...TGTAG|AGG 1 1 42.86
186783145 GT-AG 0 0.0022748887422199 644 rna-XM_015200357.2 33342821 8 97860804 97861447 Solanum pennellii 28526 AAG|GTATGCTGAT...TACACTATAATT/TGTTGTCTCACA...TTTAG|ATC 0 1 45.349
186783146 GT-AG 0 0.0001184038112835 1852 rna-XM_015200357.2 33342821 9 97858817 97860668 Solanum pennellii 28526 CAG|GTCTGTTATT...CTTTTCTTATAT/TCTTTTCTTATA...ATCAG|GAT 0 1 48.103
186783147 GC-AG 0 1.000000099473604e-05 100 rna-XM_015200357.2 33342821 10 97858592 97858691 Solanum pennellii 28526 CAG|GCAAGTTTCA...TTGACATTGACT/ATTGACTTCACC...TGCAG|TGG 2 1 50.653
186783148 GT-AG 0 0.0008521654512007 115 rna-XM_015200357.2 33342821 11 97858372 97858486 Solanum pennellii 28526 AGT|GTAAGCATAA...GATATTTTAAAG/TGCTTGTTAATT...TTCAG|ATA 2 1 52.795
186783149 GT-AG 0 1.000000099473604e-05 1211 rna-XM_015200357.2 33342821 12 97856900 97858110 Solanum pennellii 28526 AAG|GTTCGACATG...CATTTTGTAATA/CATTTTGTAATA...TACAG|ATT 2 1 58.119
186783150 GT-AG 0 1.000000099473604e-05 266 rna-XM_015200357.2 33342821 13 97856300 97856565 Solanum pennellii 28526 AGA|GTAAGACATA...TTTTCATTATCC/CAATTATTGAAT...CACAG|ATT 0 1 64.933
186783151 GT-AG 0 3.9087334526115976e-05 199 rna-XM_015200357.2 33342821 14 97855912 97856110 Solanum pennellii 28526 AAG|GTATTGCATG...GTGTTCTCAATA/AGTGTTCTCAAT...AACAG|GTA 0 1 68.788
186783152 GT-AG 0 0.0027221361707348 149 rna-XM_015200357.2 33342821 15 97855457 97855605 Solanum pennellii 28526 AAT|GTAAGCTTGC...TGACCTTTGATG/ATGATTTTAATG...TCTAG|GTT 0 1 75.031

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