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)

15 rows where transcript_id = 24216010

✎ 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
132130074 GT-AG 0 0.5846887260852234 1334 rna-XM_031630734.1 24216010 1 25046193 25047526 Nymphaea colorata 210225 TCG|GTATTCTTTA...TGCGTCATATTT/CTGTTGCTGACT...CCCAG|ATG 0 1 2.629
132130075 GT-AG 0 1.000000099473604e-05 163 rna-XM_031630734.1 24216010 2 25047591 25047753 Nymphaea colorata 210225 CAG|GTCAGTTGGT...TTTTCCTTCTTG/AAACTGCTGATG...TGCAG|AAT 1 1 4.499
132130076 GT-AG 0 1.000000099473604e-05 674 rna-XM_031630734.1 24216010 3 25049056 25049729 Nymphaea colorata 210225 ATG|GTAGGTCGAA...GTGATCTTATTT/TGTGATCTTATT...TGCAG|TTA 1 1 42.536
132130077 GT-AG 0 1.000000099473604e-05 830 rna-XM_031630734.1 24216010 4 25049945 25050774 Nymphaea colorata 210225 AAG|GTGAGCTGAT...ATGCTCTTATTT/CTCTTATTTACA...TGTAG|GCA 0 1 48.817
132130078 GT-AG 0 1.000000099473604e-05 1310 rna-XM_031630734.1 24216010 5 25051046 25052355 Nymphaea colorata 210225 CAG|GTGAAATGTC...TGTGACTTAATT/CTTAATTTAATT...TGCAG|TAA 1 1 56.734
132130079 GT-AG 0 0.0001504947106924 1300 rna-XM_031630734.1 24216010 6 25052532 25053831 Nymphaea colorata 210225 AAG|GTACTTATAT...TTTCCATTAACT/TTTCCATTAACT...TGCAG|GTT 0 1 61.876
132130080 GT-AG 0 1.000000099473604e-05 1096 rna-XM_031630734.1 24216010 7 25053940 25055035 Nymphaea colorata 210225 AAT|GTGAGATATC...ATATCTATGAAG/CACATGGTCACA...TGCAG|GTA 0 1 65.031
132130081 GT-AG 0 0.0034733723708007 692 rna-XM_031630734.1 24216010 8 25055146 25055837 Nymphaea colorata 210225 TGG|GTAAATTTTC...ATATTCTTAACT/TAGTTTTTTATA...TACAG|AAT 2 1 68.244
132130082 GT-AG 0 5.255396317802223e-05 371 rna-XM_031630734.1 24216010 9 25055944 25056314 Nymphaea colorata 210225 CCT|GTAAGTCTCA...TTATGTTTAAAT/TACATTTTCATC...AACAG|GAT 0 1 71.341
132130083 GT-AG 0 3.640315652944376e-05 1106 rna-XM_031630734.1 24216010 10 25056486 25057591 Nymphaea colorata 210225 ACA|GTTAGTATCT...TATTTCTTAACT/TATTTCTTAACT...TGCAG|GTT 0 1 76.337
132130084 GT-AG 0 3.263242620735151e-05 154 rna-XM_031630734.1 24216010 11 25057721 25057874 Nymphaea colorata 210225 CCT|GTAAGTCTGC...ATATCTTTATGC/AATATCTTTATG...TTCAG|GTG 0 1 80.105
132130085 GT-AG 0 0.0001845354971296 132 rna-XM_031630734.1 24216010 12 25058058 25058189 Nymphaea colorata 210225 CAG|GTATTGTAAT...CATCTTTTGATT/CATCTTTTGATT...TCCAG|GTC 0 1 85.451
132130086 GT-AG 0 1.000000099473604e-05 90 rna-XM_031630734.1 24216010 13 25058322 25058411 Nymphaea colorata 210225 TTG|GTAAGGGTTG...ACTGTTTTAACT/ACTGTTTTAACT...CATAG|ATA 0 1 89.308
132130087 GT-AG 0 0.0013952994510823 416 rna-XM_031630734.1 24216010 14 25058524 25058939 Nymphaea colorata 210225 GAG|GTATTATTTT...TGGTCCATATTT/TCCATATTTATT...TGCAG|GAC 1 1 92.58
132130088 GT-AG 0 1.000000099473604e-05 535 rna-XM_031630734.1 24216010 15 25059064 25059598 Nymphaea colorata 210225 TAG|GTGAGTTACC...AATTTCTTGATT/AATTTCTTGATT...ATTAG|AGC 2 1 96.202

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