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)

12 rows where transcript_id = 38642544

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_minor, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
213769201 GT-AG 0 1.000000099473604e-05 1135 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 1 82592972 82594106 Zizania palustris 103762 ATG|GTCAGTACTC...CACATTTTGATT/TTTTGATTCATC...TGCAG|GCT 0 1 5.625
213769202 GT-AG 0 1.000000099473604e-05 239 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 2 82594135 82594373 Zizania palustris 103762 TAG|GTGAGTTGTT...TTTTCTTTATAG/GTTTTCTTTATA...TGCAG|GTA 1 1 6.458
213769203 GT-AG 0 0.0008145574299055 320 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 3 82594505 82594824 Zizania palustris 103762 CAG|GTCTGCTCCT...TTTTTGTTAACA/TTTTTGTTAACA...CTTAG|GTA 0 1 10.357
213769204 GT-AG 0 1.000000099473604e-05 81 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 4 82595322 82595402 Zizania palustris 103762 TTG|GTAAGATATT...GATTTTTTGATT/GATTTTTTGATT...CGCAG|GTT 2 1 25.149
213769205 GT-AG 0 1.241667590820391e-05 73 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 5 82595497 82595569 Zizania palustris 103762 AAG|GTTCTTGTTT...CATTTTTTAACT/CATTTTTTAACT...TGCAG|GTG 0 1 27.946
213769206 GT-AG 0 2.50953604591591e-05 635 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 6 82595641 82596275 Zizania palustris 103762 CAG|GTTGCGGTTT...ATTCTCTTAGTT/CTAGAATTTATC...TGAAG|ATC 2 1 30.06
213769207 GT-AG 0 1.000000099473604e-05 96 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 7 82596384 82596479 Zizania palustris 103762 AAG|GTGGATTCCT...ATAATTTTATTT/CATAATTTTATT...TATAG|GAT 2 1 33.274
213769208 GT-AG 0 7.251687050393714e-05 114 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 8 82596532 82596645 Zizania palustris 103762 ACT|GTAAGTATCT...AAATGCTTAGCA/ATTTAACTGATG...ATCAG|GAG 0 1 34.821
213769209 GT-AG 0 1.000000099473604e-05 117 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 9 82596687 82596803 Zizania palustris 103762 CAG|GTGATTTTTT...ACTATTTTGACT/ACTATTTTGACT...TGCAG|AAT 2 1 36.042
213769210 GT-AG 1 99.18291540589132 511 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 10 82596880 82597390 Zizania palustris 103762 CAA|GTATCCTTTC...ATCTCCTTAACT/TAATTGTTAATT...CAGAG|TCC 0 1 38.304
213769211 GT-AG 0 0.0877784928992184 1383 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 11 82597836 82599218 Zizania palustris 103762 CAG|GTATTCCTTT...CTGTTTTTATTT/GCTGTTTTTATT...TGCAG|ATG 1 1 51.548
213769212 GT-AG 0 1.000000099473604e-05 78 rna-gnl|WGS:JAAALK|mrna.GUJ93_ZPchr0001g31887-1 38642544 12 82599815 82599892 Zizania palustris 103762 AGG|GTTGGTCTGC...AAATCTTTCACC/AAATCTTTCACC...TTCAG|GAT 0 1 69.286

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