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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
174865601 GT-AG 0 0.0004483453925016 86 rna-NCT539_LOCUS876 31411888 1 4376815 4376900 Rotaria sp. silwood2 2762512 GCT|GTAAGTTATC...TTTTTCTAAATT/TATTTATTCATT...ATTAG|GAA 0 1 6.096
174865602 GT-AG 0 0.0033029675742174 69 rna-NCT539_LOCUS876 31411888 2 4376578 4376646 Rotaria sp. silwood2 2762512 CAA|GTATAATTAT...TAGATTTTATAT/TATATATTTATT...TTTAG|CTT 0 1 11.603
174865603 GT-AG 0 0.086689926761142 73 rna-NCT539_LOCUS876 31411888 3 4376221 4376293 Rotaria sp. silwood2 2762512 TAA|GTATGTTTTA...TTTTGTTTAAAT/TTTTGTTTAAAT...AATAG|TTT 2 1 20.911
174865604 GT-AG 0 1.000000099473604e-05 1088 rna-NCT539_LOCUS876 31411888 4 4375056 4376143 Rotaria sp. silwood2 2762512 CTG|GTAAAATTTT...ACTATTTTAAGA/ACTATTTTAAGA...TTTAG|AAT 1 1 23.435
174865605 GT-AG 0 0.0029753156379284 69 rna-NCT539_LOCUS876 31411888 5 4374865 4374933 Rotaria sp. silwood2 2762512 CGA|GTAACAATTT...ATATTTTTATTC/AATATTTTTATT...TATAG|TGT 0 1 27.434
174865606 GT-AG 0 4.085307497041738e-05 70 rna-NCT539_LOCUS876 31411888 6 4374543 4374612 Rotaria sp. silwood2 2762512 AAA|GTAAATTATT...AATTTTTTCTCT/ACAATATTCAAT...TTTAG|TAT 0 1 35.693
174865607 GT-AG 0 3.0505955475273195e-05 1599 rna-NCT539_LOCUS876 31411888 7 4372818 4374416 Rotaria sp. silwood2 2762512 AAA|GTAAGTTATA...TGTTTATTGATT/TGTTTATTGATT...TTTAG|CTT 0 1 39.823
174865608 GT-AG 0 1.4512308618129214e-05 51 rna-NCT539_LOCUS876 31411888 8 4372593 4372643 Rotaria sp. silwood2 2762512 GAA|GTAAAAATAA...TTTTTTTTAATA/TTTTTTTTAATA...TTTAG|CAA 0 1 45.526
174865609 GT-AG 0 8.825938729104934e-05 65 rna-NCT539_LOCUS876 31411888 9 4372392 4372456 Rotaria sp. silwood2 2762512 CAG|GTTTTTTAAT...TTCTTCTTCACT/TTCTTCTTCACT...CTCAG|TAC 1 1 49.984
174865610 GT-AG 0 0.0021513586753365 64 rna-NCT539_LOCUS876 31411888 10 4371996 4372059 Rotaria sp. silwood2 2762512 GGA|GTTTGTTTAT...TTATTATTGATA/TTAATATTTATT...CTTAG|AAT 0 1 60.865
174865611 GT-AG 0 2.808325918889452e-05 68 rna-NCT539_LOCUS876 31411888 11 4371710 4371777 Rotaria sp. silwood2 2762512 TAG|GTAATTTAAA...CATTTTTTAATT/CATTTTTTAATT...TGTAG|AAG 2 1 68.01
174865612 GT-AG 0 1.1472306588568094e-05 1133 rna-NCT539_LOCUS876 31411888 12 4370432 4371564 Rotaria sp. silwood2 2762512 GAA|GTAAGTTAAT...TTCTATTTAATG/AATCTACTTATA...TTAAG|GTT 0 1 72.763
174865613 GT-AG 0 1.000000099473604e-05 60 rna-NCT539_LOCUS876 31411888 13 4370075 4370134 Rotaria sp. silwood2 2762512 CAA|GTCAATAAAT...AATATCTTAGTT/TCTTAGTTAATA...TAAAG|GTA 0 1 82.498
174865614 GT-AG 0 0.0410497604911834 81 rna-NCT539_LOCUS876 31411888 14 4369746 4369826 Rotaria sp. silwood2 2762512 ACG|GTATATTATA...GTTTTTTTATTG/AGTTTTTTTATT...TTTAG|ATT 2 1 90.626

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