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)

13 rows where transcript_id = 26741175

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
148388577 GT-AG 0 0.0267252576645298 70 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 1 48100 48169 Pelomyxa schiedti 1580589 AGC|GTATGGTTTT...TTTTTCTTTTCC/GGTGAACTAATA...TCAAG|TGC 2 1 4.535
148388578 GT-AG 0 0.0059743146686391 64 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 2 48225 48288 Pelomyxa schiedti 1580589 ACA|GTTTGTTCTT...ATCTGCTTAACC/CTCTTTCTAAAA...TGCAG|GCA 0 1 7.653
148388579 GT-AG 0 2.086512307520833e-05 55 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 3 48506 48560 Pelomyxa schiedti 1580589 AAG|GTTCTCCTTA...AATATCTTTCCT/GAGAGCCTAATA...TTTAG|GAA 1 1 19.955
148388580 GT-AG 0 0.0022820205178496 41 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 4 48664 48704 Pelomyxa schiedti 1580589 CAA|GTACATTAAC...GCTTCCCTAACT/GCTTCCCTAACT...CACAG|AGT 2 1 25.794
148388581 GT-AG 0 0.0012694333643319 45 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 5 48832 48876 Pelomyxa schiedti 1580589 GCG|GTAGTCCTAT...TTGTCATTAATT/TTGTCATTAATT...AATAG|CCC 0 1 32.993
148388582 GT-AG 0 1.000000099473604e-05 42 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 6 48964 49005 Pelomyxa schiedti 1580589 CAA|GTAAAAGCTT...GTTTCCTAATCA/TGTTTCCTAATC...GTTAG|ATT 0 1 37.925
148388583 GT-AG 0 0.0076279638192843 44 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 7 49105 49148 Pelomyxa schiedti 1580589 CAA|GTATATCCCA...ACCTCTGTAACC/ACCTCTGTAACC...CAAAG|TCC 0 1 43.537
148388584 GT-AG 0 0.0145446007753194 52 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 8 49206 49257 Pelomyxa schiedti 1580589 AGG|GTATACCCCT...TTTCCCTCATTC/CTTTCCCTCATT...TTTAG|ACA 0 1 46.769
148388585 GT-AG 0 0.0049672582691182 46 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 9 49418 49463 Pelomyxa schiedti 1580589 ACA|GTAAACTTCT...ATTTTCTTGGAG/TTTTGAATGATA...TTCAG|GAA 1 1 55.839
148388586 GT-AG 0 0.00095546031399 47 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 10 49629 49675 Pelomyxa schiedti 1580589 ATG|GTCTTCTGAG...CTTTTCGTACTA/TTCGTACTAACG...CCTAG|AGC 1 1 65.193
148388587 GT-AG 0 0.0005439934504673 45 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 11 49913 49957 Pelomyxa schiedti 1580589 TGG|GTATAACTTT...ATACTATTAACC/ATACTATTAACC...ATTAG|GTG 1 1 78.628
148388588 GT-AG 0 0.0002174201225483 45 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 12 50059 50103 Pelomyxa schiedti 1580589 CCT|GTCTGTAAAG...TCTTTCGTAATG/TCTTTCGTAATG...CTCAG|AAC 0 1 84.354
148388589 GT-AG 0 3.250484125949905 60 rna-gnl|WGS:JAHLWZ|Pelo_33_1 26741175 13 50253 50312 Pelomyxa schiedti 1580589 CAG|GTTTCCTTTC...CTTTGCTTAACC/CTTTGCTTAACC...CACAG|GTG 2 1 92.8

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