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

✎ 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
126928646 GT-AG 0 1.000000099473604e-05 338 rna-XM_006780221.2 23335576 3 18534562 18534899 Neolamprologus brichardi 32507 ACG|GTAAATGTGT...CACAACTTAATG/CTTAATGTGATT...TTCAG|GGT 1 1 23.616
126928647 GT-AG 0 1.000000099473604e-05 5399 rna-XM_006780221.2 23335576 4 18535985 18541383 Neolamprologus brichardi 32507 CAG|GTGAGCTGAA...ATTTCCTTGCAC/CACATTGTAATT...GCCAG|GTG 0 1 58.336
126928648 GT-AG 0 1.000000099473604e-05 1250 rna-XM_006780221.2 23335576 5 18541465 18542714 Neolamprologus brichardi 32507 GAG|GTAAGACGTT...CTATTCATGACA/ATGTAATTCACT...TCCAG|CCT 0 1 60.928
126928649 GT-AG 0 5.600619543991968e-05 473 rna-XM_006780221.2 23335576 6 18542755 18543227 Neolamprologus brichardi 32507 ATG|GTAAGTTCAT...TCCCTCTTAATC/CTCTTAATCACC...CTCAG|TCC 1 1 62.208
126928650 GT-AG 0 1.6256509672149216e-05 7166 rna-XM_006780221.2 23335576 7 18543374 18550539 Neolamprologus brichardi 32507 AAG|GTACTCAAAA...GCCTGCCTACCT/TGCCTGCCTACC...GCCAG|AGG 0 1 66.88
126928651 GT-AG 0 1.000000099473604e-05 2380 rna-XM_006780221.2 23335576 8 18550576 18552955 Neolamprologus brichardi 32507 GCG|GTGTGTAATA...GGTGATTTAACA/GGTGATTTAACA...TTCAG|AGC 0 1 68.032
126928652 GT-AG 0 1.000000099473604e-05 4196 rna-XM_006780221.2 23335576 9 18553043 18557238 Neolamprologus brichardi 32507 CAG|GTAAGTGCTC...CAGACCATAATT/TTTTGGTTGACA...AACAG|GAA 0 1 70.816
126928653 GT-AG 0 2.9208227952064e-05 1097 rna-XM_006780221.2 23335576 10 18557425 18558521 Neolamprologus brichardi 32507 GAT|GTAAGCAGCT...TTTGCTTTTGTT/CTTTTGTTTACA...CGCAG|GCC 0 1 76.768
126928654 GT-AG 0 1.000000099473604e-05 3366 rna-XM_006780221.2 23335576 11 18558702 18562067 Neolamprologus brichardi 32507 GAG|GTGGGTATAC...GTTTTTTTAAAT/GTTTTTTTAAAT...CACAG|CTG 0 1 82.528
126928655 GT-AG 0 1.000000099473604e-05 138 rna-XM_006780221.2 23335576 12 18562281 18562418 Neolamprologus brichardi 32507 AAG|GTACTGAGAC...GTGTTCTTCTCT/AAAACTCTTATG...TAAAG|GGC 0 1 89.344
126928656 GT-AG 0 0.0211573145991058 143 rna-XM_006780221.2 23335576 13 18562539 18562681 Neolamprologus brichardi 32507 ATT|GTATGTATAA...TTCTTCTTTGTT/AATGAGCTAATT...TACAG|ATA 0 1 93.184
126928657 GT-AG 0 1.000000099473604e-05 2025 rna-XM_006780221.2 23335576 14 18562823 18564847 Neolamprologus brichardi 32507 GAG|GTGAAACTGA...GGTGTTTTCTCT/GTCCATTTCACA...GTCAG|ATT 0 1 97.696
126932388 GT-AG 0 1.000000099473604e-05 19301 rna-XM_006780221.2 23335576 1 18489522 18508822 Neolamprologus brichardi 32507 CAG|GTAGGATGTG...TGATGCTTAGTT/TTGATGCTTAGT...TTCAG|GTC   0 6.784
126932389 GT-AG 0 0.0002694183594756 25193 rna-XM_006780221.2 23335576 2 18508874 18534066 Neolamprologus brichardi 32507 TCA|GTAAGTTTTC...AAGTCTTTCCCC/CTGAATTTTATG...CACAG|GGT   0 8.416

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