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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
347211 GT-AG 0 1.000000099473604e-05 4691 rna-XM_022241057.1 76511 2 2017703 2022393 Acanthaster planci 133434 TGG|GTGAGTACCG...CTGGTACTAACC/CTGGTACTAACC...CCTAG|ATG 1 1 17.3
347212 GT-AG 0 3.6962502143298e-05 856 rna-XM_022241057.1 76511 3 2022502 2023357 Acanthaster planci 133434 CCG|GTACAGTGCA...TTTTTTGTGACA/TAAATTTTCATC...TTTAG|TTG 1 1 22.128
347213 GC-AG 0 1.000000099473604e-05 461 rna-XM_022241057.1 76511 4 2023487 2023947 Acanthaster planci 133434 ATG|GCAAGTCTAT...AAATACTTGCCT/TTGGATATCATC...TGCAG|AGA 1 1 27.895
347214 GT-AG 0 1.000000099473604e-05 371 rna-XM_022241057.1 76511 5 2024074 2024444 Acanthaster planci 133434 ATG|GTAAGTTGAA...TCTTCCTCCATG/AAATGTTCCACC...GCCAG|ACG 1 1 33.527
347215 GT-AG 0 2.7766405313099084e-05 282 rna-XM_022241057.1 76511 6 2024598 2024879 Acanthaster planci 133434 ATG|GTGAGCTTTC...AACTCTTTGATC/CTTTGTTTTACC...CATAG|GCA 1 1 40.367
347216 GT-AG 0 1.000000099473604e-05 338 rna-XM_022241057.1 76511 7 2025009 2025346 Acanthaster planci 133434 TTG|GTGAGTTGTC...TTAGTCTTCTCT/AGATTACAAATT...TCCAG|ATG 1 1 46.133
347217 GT-AG 0 0.0001119972019568 351 rna-XM_022241057.1 76511 8 2025473 2025823 Acanthaster planci 133434 ACG|GTACATGTAC...TTGGACTTGATT/TTAATCTTCATT...CTTAG|ATG 1 1 51.766
347218 GT-AG 0 1.000000099473604e-05 183 rna-XM_022241057.1 76511 9 2025986 2026168 Acanthaster planci 133434 GAG|GTGAAAATTT...CCTGTTTCAAAT/AAGCAATTCACC...TGCAG|ATG 1 1 59.008
347219 GT-AG 0 1.000000099473604e-05 432 rna-XM_022241057.1 76511 10 2026304 2026735 Acanthaster planci 133434 ACG|GTGAGTGTTT...AATGTCTCAATT/CAATTTTTTATG...AGCAG|ATG 1 1 65.042
347220 GT-AG 0 2.583987366754276e-05 330 rna-XM_022241057.1 76511 11 2026874 2027203 Acanthaster planci 133434 CAA|GTAGGTCAAC...TTTCTTTTATCT/TTTTCTTTTATC...TACAG|AGG 1 1 71.211
347221 GT-AG 0 1.5998576081067024e-05 331 rna-XM_022241057.1 76511 12 2027330 2027660 Acanthaster planci 133434 AAG|GTAAGCTGCG...GTCATTTTACCA/TTTGTTGTCATT...TGTAG|GGG 1 1 76.844
347222 GT-AG 0 0.0041912010277539 347 rna-XM_022241057.1 76511 13 2027764 2028110 Acanthaster planci 133434 TAG|GTATTTTCCA...TATTTTTTGTTT/GTTATAATAATG...GGCAG|GTT 2 1 81.448
347223 GT-AG 0 1.000000099473604e-05 506 rna-XM_022241057.1 76511 14 2028275 2028780 Acanthaster planci 133434 TGG|GTAGGGCCGG...CCTTCCTGGACT/GACCCTCTAATT...TTCAG|ATC 1 1 88.78
347224 GT-AG 0 1.000000099473604e-05 391 rna-XM_022241057.1 76511 15 2028913 2029303 Acanthaster planci 133434 CAG|GTGAGTGTTT...AGTTTCTTCATG/AGTTTCTTCATG...ACTAG|ATG 1 1 94.68
348265 GT-AG 0 1.000000099473604e-05 10920 rna-XM_022241057.1 76511 1 2006696 2017615 Acanthaster planci 133434 TAG|GTAAGTACTA...TTTGTTTTCATC/TTTGTTTTCATC...CGTAG|GAC   0 17.121

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