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

✎ 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
133512875 GT-AG 0 1.000000099473604e-05 11430 rna-XM_029786221.2 24436963 2 54074171 54085600 Octopus sinensis 2607531 GAG|GTGAGAATAT...TTTCTTTTGACA/CATTTTCTGAAT...TTTAG|GAT 0 1 20.148
133512876 GT-AG 0 5.0074954644479e-05 15473 rna-XM_029786221.2 24436963 3 54057841 54073313 Octopus sinensis 2607531 AAA|GTAAGTATCT...TATTTTTTATTT/TTATTTTTTATT...TTTAG|AAT 2 1 40.606
133512877 GT-AG 0 1.000000099473604e-05 10730 rna-XM_029786221.2 24436963 4 54046957 54057686 Octopus sinensis 2607531 CAA|GTAAGACAAA...TGAGTCTTGATT/TTTTTATTGATT...TGCAG|ACA 0 1 44.283
133512878 GT-AG 0 1.000000099473604e-05 4171 rna-XM_029786221.2 24436963 5 54042654 54046824 Octopus sinensis 2607531 CAG|GTTTGGAATT...TTCACCTTAGAC/CGGTGCTTCACC...TCCAG|ATA 0 1 47.434
133512879 GT-AG 0 1.000000099473604e-05 752 rna-XM_029786221.2 24436963 6 54041773 54042524 Octopus sinensis 2607531 GAG|GTTAGTGTTG...TTGTACTTGAAC/TAAGTATTAATA...TTTAG|GTC 0 1 50.513
133512880 GT-AG 0 1.000000099473604e-05 20748 rna-XM_029786221.2 24436963 7 54020836 54041583 Octopus sinensis 2607531 CAG|GTGAGTGGAT...TTTTTCTTAACT/TTTTTCTTAACT...TGTAG|GGG 0 1 55.025
133512881 GT-AG 0 1.1211611752555509e-05 13623 rna-XM_029786221.2 24436963 8 54007086 54020708 Octopus sinensis 2607531 ACT|GTAAGTAATG...GTTGTTTTCACT/GTTGTTTTCACT...TCTAG|TTG 1 1 58.057
133512882 GT-AG 0 1.000000099473604e-05 1803 rna-XM_029786221.2 24436963 9 54005181 54006983 Octopus sinensis 2607531 GCG|GTAAGTAGAA...TCAAGTTTGATA/TGTTTTTTCAAG...TCTAG|GCA 1 1 60.492
133512883 GT-AG 0 1.000000099473604e-05 2034 rna-XM_029786221.2 24436963 10 54003024 54005057 Octopus sinensis 2607531 CTT|GTAAGTGATA...TTTTTTTTATAA/ATTTTTTTTATA...TTCAG|CAT 1 1 63.428
133512884 GT-AG 0 1.000000099473604e-05 3177 rna-XM_029786221.2 24436963 11 53999523 54002699 Octopus sinensis 2607531 TAG|GTAAATATAC...GTTTCCTTCATT/GTTTCCTTCATT...TTCAG|GAG 1 1 71.163
133512885 GT-AG 0 1.000000099473604e-05 2770 rna-XM_029786221.2 24436963 12 53995988 53998757 Octopus sinensis 2607531 CAG|GTACTTCAGT...GTGATCTTGTCA/TTTCCATTTATT...TGCAG|CAC 1 1 89.425
133512886 GT-AG 0 1.000000099473604e-05 179 rna-XM_029786221.2 24436963 13 53995702 53995880 Octopus sinensis 2607531 CTG|GTGAGTCATT...ATTTTTTTATAA/AATTTTTTTATA...CACAG|ATA 0 1 91.979
133512887 GT-AG 0 1.000000099473604e-05 814 rna-XM_029786221.2 24436963 14 53994745 53995558 Octopus sinensis 2607531 TTG|GTGTGTAAAT...TATTTCTTTTCT/TCTTTTCTAATC...AATAG|GCA 2 1 95.393
133520257 GT-AG 0 0.0001469378476007 13986 rna-XM_029786221.2 24436963 1 54086322 54100307 Octopus sinensis 2607531 GTG|GTAGGTTTTT...TCGTTATTAACT/ATTGATTTCATT...TGCAG|GTT   0 4.751

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