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)

16 rows where transcript_id = 27539147

✎ 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
153300618 GT-AG 0 0.0021134415123418 94 TCONS_00000009.p1 27539147 1 155329 155422 Physarum polycephalum 5791 CTG|GTATATATAT...TTTTATTTCACT...TATAG|TTT 0 1 4.255
153300619 GT-AG 0 0.0002489202183144 709 TCONS_00000009.p1 27539147 2 155492 156200 Physarum polycephalum 5791 AAG|GTATGCCCGT...TATATTTTTATA...TTTAG|GTT 0 1 7.518
153300620 GT-AG 0 0.0327418985945717 136 TCONS_00000009.p1 27539147 3 156374 156509 Physarum polycephalum 5791 CAG|GTATTCTAGT...CTTTTTTTCATC...TCTAG|CTG 2 1 15.697
153300621 GT-AG 0 0.0051609654679659 498 TCONS_00000009.p1 27539147 4 156617 157114 Physarum polycephalum 5791 ATG|GTATGCTTTT...TTTCCCTTTTCT...AACAG|AGT 1 1 20.757
153300622 GT-AG 0 0.0062090041214388 243 TCONS_00000009.p1 27539147 5 157368 157610 Physarum polycephalum 5791 CTT|GTATGGTTTT...ATTTATTTTATA...ATTAG|GTA 2 1 32.719
153300623 GT-AG 1 99.10009393055144 167 TCONS_00000009.p1 27539147 6 157789 157955 Physarum polycephalum 5791 CAC|GTATCCACAA...TATGATTTGACA...CATAG|GTT 0 1 41.135
153300624 GT-AG 0 1.000000099473604e-05 198 TCONS_00000009.p1 27539147 7 158053 158250 Physarum polycephalum 5791 TAG|GTACGTCCAT...ACTTCTTTTATT...ATCAG|GAA 1 1 45.721
153300625 GT-AG 0 0.0005362859444643 724 TCONS_00000009.p1 27539147 8 158427 159150 Physarum polycephalum 5791 TTC|GTTCCACTAC...ACATCTTTGTCC...GTCAG|CGC 0 1 54.043
153300626 GT-AG 0 3.7733572072066814e-05 96 TCONS_00000009.p1 27539147 9 159187 159282 Physarum polycephalum 5791 GAG|GTACTGTTTT...TTTCATTTGAAA...ATTAG|GAA 0 1 55.745
153300627 GT-AG 0 0.0016541188828497 658 TCONS_00000009.p1 27539147 10 159426 160083 Physarum polycephalum 5791 CAG|GTATACCTTG...TTCTCCTTGTTG...TGTAG|GAA 2 1 62.506
153300628 GT-AG 1 96.91110890545048 165 TCONS_00000009.p1 27539147 11 160144 160308 Physarum polycephalum 5791 AGT|GTATCCCTCC...CCCTTTTTTATA...ACAAG|ATA 2 1 65.343
153300629 GT-AG 0 0.0003855787869193 404 TCONS_00000009.p1 27539147 12 160350 160753 Physarum polycephalum 5791 AAG|GTATGCAAAC...AAAAACTTAAAA...GCCAG|AAT 1 1 67.281
153300630 GT-AG 0 1.000000099473604e-05 865 TCONS_00000009.p1 27539147 13 160885 161749 Physarum polycephalum 5791 CAG|GTAATTTCCT...TAGAATTTCAAA...AAAAG|GAG 0 1 73.475
153300631 GT-AG 0 37.9561179164162 128 TCONS_00000009.p1 27539147 14 161921 162048 Physarum polycephalum 5791 AAG|GTATCCCACA...AAGTTGTTGAAA...TATAG|GAG 0 1 81.56
153300632 GT-AG 0 31.774199703028792 309 TCONS_00000009.p1 27539147 15 162210 162518 Physarum polycephalum 5791 AAA|GTATCTCCCT...TTTTTTTTAATT...AAAAG|ATT 2 1 89.173
153300633 GT-AG 0 7.052717257134271e-05 525 TCONS_00000009.p1 27539147 16 162654 163178 Physarum polycephalum 5791 CAG|GTTCCCCTCC...TAAGGGTTGATA...TTTAG|AAA 2 1 95.556

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