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

✎ 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
148388671 GT-AG 0 1.000000099473604e-05 93 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 1 72222 72314 Pelomyxa schiedti 1580589 TGG|GTTGATGCAG...CTACCATTATTA/GCCAAATTAATT...TGTAG|GAG 0 1 10.962
148388672 GT-AG 0 0.0002374153753294 56 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 2 72451 72506 Pelomyxa schiedti 1580589 ATG|GTATGGTGTA...GTAGCATTGATT/GTAGCATTGATT...ATCAG|GTG 1 1 19.679
148388673 GT-AG 0 1.000000099473604e-05 51 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 3 72626 72676 Pelomyxa schiedti 1580589 GTG|GTACTAGAAC...CCCCTCTTAGTT/TCTTAGTTAACA...AACAG|GTA 0 1 27.308
148388674 GT-AG 0 0.000265558892533 43 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 4 72721 72763 Pelomyxa schiedti 1580589 TTG|GTACATTTGG...AGTCCACTAATC/AGTCCACTAATC...TGAAG|GTA 2 1 30.128
148388675 GT-AG 0 62.69545140443466 49 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 5 72791 72839 Pelomyxa schiedti 1580589 ATT|GTATCTCCTA...CACTTCTTAACT/CACTTCTTAACT...GCAAG|ATT 2 1 31.859
148388676 GT-AG 0 3.763853138061432e-05 46 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 6 72946 72991 Pelomyxa schiedti 1580589 AAG|GTTTCACCTC...GTTATATGGATC/CCAGGAGTTATA...AAAAG|GAA 0 1 38.654
148388677 GT-AG 0 0.399263585913343 47 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 7 73091 73137 Pelomyxa schiedti 1580589 CAG|GTACCCTGTA...TTAACTTTATAG/AGAGATCTCACA...ACTAG|GAT 0 1 45.0
148388678 GT-AG 0 1.0156714379729563e-05 44 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 8 73158 73201 Pelomyxa schiedti 1580589 TGG|GTACTTGCTC...CCGTGCTAAGCA/GTAAGAATAAAA...AAAAG|GTT 2 1 46.282
148388679 GT-AG 0 0.0010990886074825 45 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 9 73260 73304 Pelomyxa schiedti 1580589 GGA|GTACGCATCT...CGATTTTTTGCA/TTTGCACTAAAT...TTTAG|GAC 0 1 50.0
148388680 GT-AG 0 0.0006280300655431 41 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 10 73339 73379 Pelomyxa schiedti 1580589 AAG|GTTTATTTGT...AACTCTTTACAT/ACATCCCTCACA...TGCAG|TGG 1 1 52.179
148388681 GT-AG 0 1.000000099473604e-05 83 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 11 73491 73573 Pelomyxa schiedti 1580589 AAG|GTCAGCCAAT...GATTCCTTGTCC/TTCTTTCTGATT...TGCAG|CAG 1 1 59.295
148388682 GT-AG 0 7.103402033095224e-05 47 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 12 73676 73722 Pelomyxa schiedti 1580589 TTG|GTACAATTAA...AGAGTTGTAACC/AGAGTTGTAACC...ACCAG|AAG 1 1 65.833
148388683 GT-AG 0 1.7199705598209664e-05 46 rna-gnl|WGS:JAHLWZ|Pelo_45_1 26741187 13 73921 73966 Pelomyxa schiedti 1580589 ATG|GTCGATTTCT...CACTTCTAAACT/TCTAAACTAACA...CAAAG|GCA 1 1 78.526

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