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

✎ 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
104745167 GT-AG 0 2.428527050813697e-05 941 rna-XM_009955265.1 19533937 1 2108 3048 Leptosomus discolor 188344 GGT|GTAAGTAACA...GTTCTTTTATCT/CAGTTTTTCACA...TGTAG|GAC 2 1 4.069
104745168 GT-AG 0 0.0035094862191157 14640 rna-XM_009955265.1 19533937 2 3204 17843 Leptosomus discolor 188344 TAG|GTATGTATTG...GTGCTTTTATCT/TATGTTTTCATG...TTCAG|CTT 1 1 11.076
104745169 GT-AG 0 1.000000099473604e-05 1843 rna-XM_009955265.1 19533937 3 17929 19771 Leptosomus discolor 188344 TGG|GTAAATGAAG...CTTGCTTTTCCT/AAAAAATTCATA...AATAG|GTC 2 1 14.919
104745170 GT-AG 0 1.000000099473604e-05 2402 rna-XM_009955265.1 19533937 4 19981 22382 Leptosomus discolor 188344 CAC|GTAAGTGAAT...TTCTTTTTGACT/TTCTTTTTGACT...GACAG|CTG 1 1 24.367
104745171 GT-AG 0 1.000000099473604e-05 9573 rna-XM_009955265.1 19533937 5 22502 32074 Leptosomus discolor 188344 ATG|GTGAGTCTTC...TCAGTTTTGACT/TTGTGATTTATT...TATAG|TCG 0 1 29.747
104745172 GT-AG 0 1.000000099473604e-05 1256 rna-XM_009955265.1 19533937 6 32208 33463 Leptosomus discolor 188344 CTG|GTAAGGGCTG...TGAGCCTTAATT/TTTTTTTTCAAA...ACTAG|CTC 1 1 35.759
104745173 GT-AG 0 0.0016592246771196 10837 rna-XM_009955265.1 19533937 7 33646 44482 Leptosomus discolor 188344 CAG|GTAACTTGAG...AGCATTTTAACT/ATTTGTTTCATT...CATAG|AAA 0 1 43.987
104745174 GT-AG 0 1.594829717284371e-05 2092 rna-XM_009955265.1 19533937 8 44697 46788 Leptosomus discolor 188344 TCG|GTAAGCAATC...ATGTTTTTGGTT/CTTGTGTTCAAA...TCCAG|TCA 1 1 53.662
104745175 GT-AG 0 1.000000099473604e-05 5170 rna-XM_009955265.1 19533937 9 46978 52147 Leptosomus discolor 188344 CCC|GTGAGTATCT...CTTTCATTAATA/CTTTCATTAATA...TAAAG|CTC 1 1 62.206
104745176 GT-AG 0 1.000000099473604e-05 4738 rna-XM_009955265.1 19533937 10 52367 57104 Leptosomus discolor 188344 CAG|GTAAGATCTG...GGCTTTTTAAAT/TTTGTTCTCAAG...TCTAG|CTT 1 1 72.107
104745177 GT-AG 0 1.000000099473604e-05 29537 rna-XM_009955265.1 19533937 11 57243 86779 Leptosomus discolor 188344 CAG|GTAAGTCATT...CCTTTTTTGATT/CCTTTTTTGATT...TATAG|CTT 1 1 78.345
104745178 GT-AG 0 1.000000099473604e-05 30098 rna-XM_009955265.1 19533937 12 86874 116971 Leptosomus discolor 188344 ACT|GTGAGTACAA...CTGTGTTTAATG/CTGTGTTTAATG...TGCAG|CTG 2 1 82.595
104745179 GT-AG 0 1.000000099473604e-05 24386 rna-XM_009955265.1 19533937 13 117025 141410 Leptosomus discolor 188344 ACT|GTGAGTACTT...TTATTTTTAATT/TTATTTTTAATT...CACAG|ACA 1 1 84.991
104745180 GT-AG 0 1.000000099473604e-05 615 rna-XM_009955265.1 19533937 14 141506 142120 Leptosomus discolor 188344 CAG|GTAAGAAAAT...ATTTTGTTAACT/ATTTTGTTAACT...TATAG|TCA 0 1 89.286
104745181 GT-AG 0 1.000000099473604e-05 1197 rna-XM_009955265.1 19533937 15 142200 143396 Leptosomus discolor 188344 CAG|GTGAGGGTGA...TTTGTCATAAAT/ATATTTGTCATA...TTTAG|CTG 1 1 92.857

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