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

✎ 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
168293207 GT-AG 0 1.000000099473604e-05 3113 rna-XM_025164124.1 30057316 1 755247 758359 Python bivittatus 176946 TAG|GTGGGTTGGC...GAGTCCTTGCCA/TTTTTTCTGAGT...TTCAG|AAT 1 1 4.359
168293208 GT-AG 0 1.000000099473604e-05 1377 rna-XM_025164124.1 30057316 2 753667 755043 Python bivittatus 176946 CAG|GTTTGTGAAT...TTTTCTTTGTTC/ATTCTCCTCACT...CCCAG|GAA 0 1 15.152
168293209 GT-AG 0 1.000000099473604e-05 2973 rna-XM_025164124.1 30057316 3 750557 753529 Python bivittatus 176946 ACA|GTGAGTGTTA...TCTCCTTTGATG/TCTCCTTTGATG...CCCAG|GGG 2 1 22.435
168293210 GT-AG 0 1.000000099473604e-05 2387 rna-XM_025164124.1 30057316 4 748094 750480 Python bivittatus 176946 GTG|GTAAGTTCCA...TTCTTTTTGTCT/AAATAACTAACG...TCAAG|GAT 0 1 26.475
168293211 GT-AG 0 1.000000099473604e-05 635 rna-XM_025164124.1 30057316 5 747417 748051 Python bivittatus 176946 GAG|GTAAGTGAAG...TCCTCTGTGATA/GGTGCTTTCATG...TACAG|CGT 0 1 28.708
168293212 GT-AG 0 0.0007981622492363 1914 rna-XM_025164124.1 30057316 6 745425 747338 Python bivittatus 176946 AGC|GTACGTATCT...TCTTCCTTCTTT/CTTTTTTTCACA...GCCAG|GTC 0 1 32.855
168293213 GT-AG 0 1.3161531073469614 1030 rna-XM_025164124.1 30057316 7 744259 745288 Python bivittatus 176946 CAG|GTGTCCTTTC...GTGTCCTTGCCT/ATATTCCTCATG...CACAG|AGC 1 1 40.085
168293214 GT-AG 0 0.0157557318221505 1037 rna-XM_025164124.1 30057316 8 743064 744100 Python bivittatus 176946 ACA|GTATGCAGAG...TCTTCCTCATCC/TTCTTCCTCATC...CCAAG|GTG 0 1 48.485
168293215 GT-AG 0 1.000000099473604e-05 405 rna-XM_025164124.1 30057316 9 742503 742907 Python bivittatus 176946 GAG|GTGAGGGTGG...CATGCTTTGTCA/TGCTTTGTCATC...CCTAG|GGT 0 1 56.778
168293216 GT-AG 0 1.000000099473604e-05 5744 rna-XM_025164124.1 30057316 10 736663 742406 Python bivittatus 176946 GAG|GTGAGTGGAA...ATTTCCCTGACC/CTTTTACTCACC...TCTAG|GCT 0 1 61.882
168293217 GT-AG 0 1.000000099473604e-05 247 rna-XM_025164124.1 30057316 11 736214 736460 Python bivittatus 176946 CAG|GTGAGTTGGG...CACGCTTTCTCT/CTTTGGATGACT...CTCAG|AAA 1 1 72.621
168293218 GT-AG 0 1.000000099473604e-05 978 rna-XM_025164124.1 30057316 12 735130 736107 Python bivittatus 176946 TAG|GTGAGCACAA...TTTCCATGGATC/ACTGTTTCCATG...CACAG|GGT 2 1 78.256
168293219 GT-AG 0 1.000000099473604e-05 587 rna-XM_025164124.1 30057316 13 734410 734996 Python bivittatus 176946 CTG|GTAACAGATG...TGCTACTTCCTT/CAGAGGCTAATG...TATAG|GTG 0 1 85.327
168293220 GT-AG 0 1.000000099473604e-05 108 rna-XM_025164124.1 30057316 14 734193 734300 Python bivittatus 176946 AAG|GTGAGTTAAC...TTTTCCCTGATT/TTTTCCCTGATT...CACAG|ACC 1 1 91.122
168293221 GT-AG 0 1.000000099473604e-05 293 rna-XM_025164124.1 30057316 15 733785 734077 Python bivittatus 176946 TTT|GTGAGTATTA...TTTACCTTTTCT/TTTGGGTTTACC...GACAG|GAA 2 1 97.236

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