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)

13 rows where transcript_id = 28321239

✎ 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
157404531 GT-AG 0 1.000000099473604e-05 2331 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 1 65448 67778 Podiceps cristatus 345573 TAT|GTGAGTAGCA...TATTTTCTAACC/TATTTTCTAACC...AACAG|CTA 2 1 8.486
157404532 GT-AG 0 1.000000099473604e-05 322 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 2 65017 65338 Podiceps cristatus 345573 GAG|GTAAGAAAAT...TTCTTCTTGACC/AATGCTTTCATT...GACAG|GTA 0 1 14.024
157404533 GT-AG 0 1.000000099473604e-05 1409 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 3 63497 64905 Podiceps cristatus 345573 AGG|GTGAGTACAG...ATTGTCTGGATC/GCTGAATTAATT...CACAG|GGC 0 1 19.665
157404534 GT-AG 0 1.000000099473604e-05 87 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 4 63210 63296 Podiceps cristatus 345573 CCA|GTAAGTCCAG...GAAGCCTGACTC/TGAAGCCTGACT...TTCAG|TGT 2 1 29.827
157404535 GT-AG 0 1.000000099473604e-05 1361 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 5 61770 63130 Podiceps cristatus 345573 GAG|GTGAGAGAAA...TTTGCCTGAGCA/GAGTTTTTTATG...CTCAG|GAC 0 1 33.841
157404536 GT-AG 0 1.000000099473604e-05 2253 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 6 59418 61670 Podiceps cristatus 345573 GTG|GTGAGTTGTA...ATATCCTTTTTC/TCCTTTTTCAAC...ACTAG|GGT 0 1 38.872
157404537 GT-AG 0 1.000000099473604e-05 1006 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 7 58258 59263 Podiceps cristatus 345573 TTG|GTGAGCATGT...TTGGTTTTATTC/CTTGGTTTTATT...TGCAG|CCA 1 1 46.697
157404538 GT-AG 0 1.000000099473604e-05 682 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 8 57475 58156 Podiceps cristatus 345573 GAG|GTGAGAGAGC...TTGGCTTTACTG/TCTGTCTTCACA...ACTAG|GTG 0 1 51.829
157404539 GT-AG 0 1.000000099473604e-05 563 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 9 56774 57336 Podiceps cristatus 345573 CAG|GTAGGTCAAG...ATACCCTTCATC/ATACCCTTCATC...CCCAG|GGT 0 1 58.841
157404540 GT-AG 0 6.039624899701196e-05 1157 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 10 55458 56614 Podiceps cristatus 345573 GAG|GTAACGTGGC...CCATCCTTCCCT/TCGTCTCCCAGT...TGCAG|GGT 0 1 66.921
157404541 GT-AG 0 1.000000099473604e-05 753 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 11 54531 55283 Podiceps cristatus 345573 AAG|GTGAGACTGC...CTGTCCCTAACT/CTGTCCCTAACT...CACAG|GGG 0 1 75.762
157404542 GT-AG 0 3.011995473192368e-05 697 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 12 53688 54384 Podiceps cristatus 345573 GAG|GTAACAGTGA...TTTTTCTTTCTG/AAGGTTTCCATC...GGAAG|GTT 2 1 83.181
157404543 GT-AG 0 1.000000099473604e-05 678 rna-gnl|WGS:JMFS|mrna.N338_11887 28321239 13 52865 53542 Podiceps cristatus 345573 GAG|GTCAGCACTG...TGTTCTTCAACA/CATGTCCTAACT...TGCAG|ATT 0 1 90.549

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