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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
104999322 GT-AG 0 1.000000099473604e-05 538 rna-XM_013921373.2 19586953 2 3859868 3860405 Limulus polyphemus 6850 AAG|GTGAGAAATT...TCTATTTTATTA/ATCTATTTTATT...TTCAG|TAC 2 1 16.536
104999323 GT-AG 0 1.000000099473604e-05 2027 rna-XM_013921373.2 19586953 3 3857677 3859703 Limulus polyphemus 6850 TTG|GTAAGGTTTG...TTATCTTTTTTT/TATTTGTTTAAA...TTAAG|GAC 1 1 25.729
104999324 GT-AG 0 1.000000099473604e-05 3906 rna-XM_013921373.2 19586953 4 3853588 3857493 Limulus polyphemus 6850 GTG|GTTGGTTTTT...AAATACTTACTG/TAAATACTTACT...TACAG|AAT 1 1 35.987
104999325 GT-AG 0 0.2850163700657045 2229 rna-XM_013921373.2 19586953 5 3851245 3853473 Limulus polyphemus 6850 AAG|GTATATTTTA...TACTCTTTGATT/TTAAAATTTACT...TTCAG|ATT 1 1 42.377
104999326 GT-AG 0 1.000000099473604e-05 6825 rna-XM_013921373.2 19586953 6 3844338 3851162 Limulus polyphemus 6850 AAG|GTAAAGAATG...AATTTCTGAAAA/GAATTTCTGAAA...TACAG|TGT 2 1 46.973
104999327 GT-AG 0 1.000000099473604e-05 4323 rna-XM_013921373.2 19586953 7 3839873 3844195 Limulus polyphemus 6850 TTG|GTAGGTAACT...AATTTTTTGGTT/TTTGGTTTCAAC...TTCAG|GTT 0 1 54.933
104999328 GT-AG 0 8.573543357221951e-05 638 rna-XM_013921373.2 19586953 8 3839046 3839683 Limulus polyphemus 6850 GCT|GTAAGTAGTA...AGGTTTTTAATC/AGGTTTTTAATC...TTCAG|GCT 0 1 65.527
104999329 GT-AG 0 1.000000099473604e-05 2334 rna-XM_013921373.2 19586953 9 3836652 3838985 Limulus polyphemus 6850 GTT|GTGAGTACAG...CTAATTTTAAAA/CTAACACTAATT...TTCAG|TTG 0 1 68.89
104999330 GT-AG 0 4.561056356804047e-05 1419 rna-XM_013921373.2 19586953 10 3835165 3836583 Limulus polyphemus 6850 TGT|GTAAGTATAT...GTTTCTTTCATC/GTTTCTTTCATC...TGTAG|TGC 2 1 72.702
104999331 GT-AG 0 3.056034887607698e-05 3529 rna-XM_013921373.2 19586953 11 3831570 3835098 Limulus polyphemus 6850 CAG|GTAGGTTTAT...AGGTTTTTATTG/GAGGTTTTTATT...ATCAG|GGA 2 1 76.401
104999332 GT-AG 0 1.000000099473604e-05 1288 rna-XM_013921373.2 19586953 12 3830174 3831461 Limulus polyphemus 6850 AAC|GTGAGTTTTA...CTGACCTGAGTT/TTTTTGCTGACC...CACAG|CCA 2 1 82.455
104999333 GT-AG 0 1.000000099473604e-05 8052 rna-XM_013921373.2 19586953 13 3822047 3830098 Limulus polyphemus 6850 TGG|GTAGGTGCAC...ATAGTTTTAAAA/ATAGTTTTAAAA...TGAAG|GCG 2 1 86.659
104999334 GT-AG 0 1.000000099473604e-05 2033 rna-XM_013921373.2 19586953 14 3819926 3821958 Limulus polyphemus 6850 CAG|GTAAGTAATT...ATTTTATTATTT/TTTTGTTTCATA...TATAG|GAT 0 1 91.592
104999496 GT-AG 0 1.000000099473604e-05 2768 rna-XM_013921373.2 19586953 1 3860558 3863325 Limulus polyphemus 6850 AAG|GTAATTAGAA...TATGCCTGAACA/TTATATCTGACT...CACAG|AGT   0 8.52

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