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)

14 rows where transcript_id = 24436972

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, scored_motifs, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
133513097 GT-AG 0 1.000000099473604e-05 5798 rna-XM_029778036.2 24436972 1 205455167 205460964 Octopus sinensis 2607531 AAG|GTTAGTAATA...CATATATTAACA/CATATATTAACA...TGCAG|GTG 1 1 36.914
133513098 GT-AG 0 1.000000099473604e-05 15281 rna-XM_029778036.2 24436972 2 205461214 205476494 Octopus sinensis 2607531 CAG|GTAAGAATTT...TATACTTTATTT/GTATACTTTATT...TACAG|GTG 1 1 43.47
133513099 GT-AG 0 1.000000099473604e-05 2695 rna-XM_029778036.2 24436972 3 205476675 205479369 Octopus sinensis 2607531 GAG|GTAGGACTTG...AAATGTTTAATT/TAATTGTTTATT...TTCAG|GAA 1 1 48.21
133513100 GT-AG 0 1.000000099473604e-05 281 rna-XM_029778036.2 24436972 4 205479507 205479787 Octopus sinensis 2607531 TCT|GTGAGTAAAT...TGTTCCTTCGTT/TCGTTGTTTACC...TGTAG|GTT 0 1 51.817
133513101 GT-AG 0 0.0001415760652898 611 rna-XM_029778036.2 24436972 5 205480016 205480626 Octopus sinensis 2607531 TCA|GTAAGTATCA...TGTTCATTATCA/AAAATGTTCATT...ATTAG|ATT 0 1 57.82
133513102 GT-AG 0 1.000000099473604e-05 17219 rna-XM_029778036.2 24436972 6 205480855 205498073 Octopus sinensis 2607531 AAG|GTTGGTTGAT...ATTATTTTGAAT/ATTATTTTGAAT...TACAG|AAA 0 1 63.823
133513103 GT-AG 0 1.000000099473604e-05 36895 rna-XM_029778036.2 24436972 7 205498156 205535050 Octopus sinensis 2607531 AAG|GTAAACAATT...ATTTGTTTATTA/TATTTGTTTATT...TTCAG|ACA 1 1 65.982
133513104 GT-AG 0 1.000000099473604e-05 281 rna-XM_029778036.2 24436972 8 205535188 205535468 Octopus sinensis 2607531 TCT|GTGAGTAAAT...TGTTCCTTAGTT/TAGTTGTTTACC...TGTAG|GTT 0 1 69.589
133513105 GT-AG 0 0.0001415760652898 611 rna-XM_029778036.2 24436972 9 205535697 205536307 Octopus sinensis 2607531 TCA|GTAAGTATCA...TGTTCATTATCA/AAAATGTTCATT...ATTAG|ATT 0 1 75.592
133513106 GT-AG 0 1.000000099473604e-05 3811 rna-XM_029778036.2 24436972 10 205536536 205540346 Octopus sinensis 2607531 AAG|GTTGGTTGAT...TATGTCTTTGCT/TAATTGTTTACT...AACAG|AAA 0 1 81.596
133513107 GT-AG 0 1.000000099473604e-05 18516 rna-XM_029778036.2 24436972 11 205540402 205558917 Octopus sinensis 2607531 CAG|GTAAATACTT...TCATCATTAATA/TACATTTTCACT...GTAAG|CTG 1 1 83.044
133513108 GT-AG 0 1.000000099473604e-05 30977 rna-XM_029778036.2 24436972 12 205558972 205589948 Octopus sinensis 2607531 CAG|GTAAGGTACA...TTTATTTTAATT/TTTATTTTAATT...TTTAG|AAC 1 1 84.466
133513109 GT-AG 0 0.0002439456679059 598 rna-XM_029778036.2 24436972 13 205590083 205590680 Octopus sinensis 2607531 AAA|GTTTGTATTT...CTTTTCATAAAT/TGTCTTTTCATA...TACAG|ATT 0 1 87.994
133513110 GT-AG 0 1.000000099473604e-05 3018 rna-XM_029778036.2 24436972 14 205590859 205593876 Octopus sinensis 2607531 ATG|GTAAGTATAT...TTTTTTTTATTA/TTTTTTTTTATT...CTTAG|GCA 1 1 92.68

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