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

✎ 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
3437922 GT-AG 0 1.000000099473604e-05 88 rna-EDS130_LOCUS99-2 623844 1 263314 263401 Adineta ricciae 249248 GAG|GTAAGAAGAA...ATTATATTGAAT/ATTATATTGAAT...ATTAG|ACT 0 1 2.038
3437923 GT-AG 0 1.000000099473604e-05 60 rna-EDS130_LOCUS99-2 623844 2 263546 263605 Adineta ricciae 249248 ACG|GTTGGGATTC...AATTCTTTTTTT/ATGAATATCAAA...CTCAG|GTT 0 1 9.025
3437924 GT-AG 0 0.0003966528822402 49 rna-EDS130_LOCUS99-2 623844 3 263729 263777 Adineta ricciae 249248 CAT|GTAAGATTTC...TTTTCCTTAATA/ATTTTCCTTAAT...TGTAG|AAT 0 1 14.993
3437925 GT-AG 0 1.3688088215803387e-05 56 rna-EDS130_LOCUS99-2 623844 4 263886 263941 Adineta ricciae 249248 CGG|GTAAACAGCG...TTTCTATTGATT/TTTCTATTGATT...TGAAG|GTT 0 1 20.233
3437926 GT-AG 0 1.000000099473604e-05 254 rna-EDS130_LOCUS99-2 623844 5 264073 264326 Adineta ricciae 249248 CAA|GTACGAGAAA...ACATATTTAGTC/TATTTAGTCATG...TTTAG|CTA 2 1 26.589
3437927 GT-AG 0 7.071273657558142e-05 85 rna-EDS130_LOCUS99-2 623844 6 264422 264506 Adineta ricciae 249248 CGA|GTAAGTTGAC...AATCTCTTAGAT/ACACTGCTCACC...TGTAG|TTC 1 1 31.198
3437928 GT-AG 0 1.4737394878093948e-05 161 rna-EDS130_LOCUS99-2 623844 7 264549 264709 Adineta ricciae 249248 TCG|GTAGGTTAAC...TTTCCTATATTT/GATAGTTTCATG...TTTAG|TTG 1 1 33.236
3437929 GT-AG 0 1.000000099473604e-05 53 rna-EDS130_LOCUS99-2 623844 8 264800 264852 Adineta ricciae 249248 CAG|GTCTGTAGAG...GTACTTATGAAT/AATGTACTTATG...TTTAG|AAT 1 1 37.603
3437930 GT-AG 0 0.000119020387905 53 rna-EDS130_LOCUS99-2 623844 9 264912 264964 Adineta ricciae 249248 GAG|GTAAGCTGCT...TGTTCATTAATT/AATATGTTCATT...TTTAG|ATG 0 1 40.466
3437931 GT-AG 0 1.000000099473604e-05 54 rna-EDS130_LOCUS99-2 623844 10 265064 265117 Adineta ricciae 249248 AAA|GTGAATTGAT...GTAGAGTTAACA/AACAAATTAATT...AATAG|GAT 0 1 45.269
3437932 GT-AG 0 1.000000099473604e-05 47 rna-EDS130_LOCUS99-2 623844 11 265251 265297 Adineta ricciae 249248 TTC|GTAAGATAAT...GAACTCTTCGTT/CTTCGTTGCATT...TGTAG|GAT 1 1 51.722
3437933 GT-AG 0 1.000000099473604e-05 55 rna-EDS130_LOCUS99-2 623844 12 265410 265464 Adineta ricciae 249248 TAC|GTAAAGATCT...GTTCCGCTGATA/GTTCCGCTGATA...TCTAG|TTA 2 1 57.157
3437934 GT-AG 0 1.000000099473604e-05 56 rna-EDS130_LOCUS99-2 623844 13 265937 265992 Adineta ricciae 249248 TTG|GTAAATCTAA...AATAATTTGAAG/TTTCGAATAATT...TTTAG|TTA 0 1 80.058
3437935 GT-AG 0 1.000000099473604e-05 74 rna-EDS130_LOCUS99-2 623844 14 266113 266186 Adineta ricciae 249248 GAG|GTAAGACAAT...TTTTCCATATAA/TTTGTATTTATT...TCCAG|TAT 0 1 85.881

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