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

✎ 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
172492012 GT-AG 0 1.000000099473604e-05 123 rna-XM_025312240.1 30863701 1 732185 732307 Rhizophagus irregularis 588596 CCA|GTAATGACAA...AATGTTTTAACT/ATTTTATTTATT...TTCAG|CCA 1 1 0.684
172492013 GT-AG 0 1.000000099473604e-05 87 rna-XM_025312240.1 30863701 2 732377 732463 Rhizophagus irregularis 588596 AGG|GTACAAGAAA...AATATTTTGATA/AATATTTTGATA...TTTAG|CAA 1 1 3.632
172492014 GT-AG 0 0.0906781033150517 71 rna-XM_025312240.1 30863701 3 732508 732578 Rhizophagus irregularis 588596 GAG|GTATCTAAAT...ATTTGCTTAATT/ATTTGCTTAATT...TTTAG|GCG 0 1 5.513
172492015 GT-AG 0 3.002847890550044e-05 90 rna-XM_025312240.1 30863701 4 732629 732718 Rhizophagus irregularis 588596 GAA|GTAAATAATT...AATTCATTAAAT/GAAATTTTCATC...CTTAG|TCA 2 1 7.65
172492016 GT-AG 0 1.000000099473604e-05 63 rna-XM_025312240.1 30863701 5 732834 732896 Rhizophagus irregularis 588596 GAG|GTGAGTTCAA...TGTACTTTATTA/TTATTATTCAAT...TTTAG|ATG 0 1 12.564
172492017 GT-AG 0 1.000000099473604e-05 69 rna-XM_025312240.1 30863701 6 732988 733056 Rhizophagus irregularis 588596 AAG|GTTAGTAGGT...TTTTTTTTAATT/TTTTTTTTAATT...TGTAG|GTA 1 1 16.453
172492018 GT-AG 0 0.0001653793253645 68 rna-XM_025312240.1 30863701 7 733134 733201 Rhizophagus irregularis 588596 TTG|GTAATCGTCA...AGGTTTTTATTT/TAGGTTTTTATT...TTAAG|GCA 0 1 19.744
172492019 GT-AG 0 1.000000099473604e-05 100 rna-XM_025312240.1 30863701 8 733378 733477 Rhizophagus irregularis 588596 AAG|GTTTGTAATT...CAGCGTTTAAAA/GAAATAGTGATC...TATAG|ATA 2 1 27.265
172492020 GT-AG 0 1.000000099473604e-05 78 rna-XM_025312240.1 30863701 9 733687 733764 Rhizophagus irregularis 588596 ATG|GTGAGAAGCA...CTATTTTTACTA/ACTATTTTTACT...AATAG|CTA 1 1 36.197
172492021 GT-AG 0 1.000000099473604e-05 79 rna-XM_025312240.1 30863701 10 733926 734004 Rhizophagus irregularis 588596 AGG|GTAATAATAT...TAATTATTAAAT/TAATTATTAAAT...TTTAG|GTA 0 1 43.077
172492022 GT-AG 0 1.000000099473604e-05 70 rna-XM_025312240.1 30863701 11 734094 734163 Rhizophagus irregularis 588596 ACG|GTTGGTGTAT...AGTATTTTATTT/ATTTTATTTATC...TGTAG|TTT 2 1 46.88
172492023 GT-AG 0 0.0001924198313143 75 rna-XM_025312240.1 30863701 12 734348 734422 Rhizophagus irregularis 588596 AAA|GTGTGTATCA...TGATTTTTAATA/TGATTTTTAATA...GGTAG|TTG 0 1 54.744
172492024 GT-AG 0 1.1517033065824918e-05 69 rna-XM_025312240.1 30863701 13 734634 734702 Rhizophagus irregularis 588596 GGG|GTAAGTATTA...GTTCTTTTGAAT/AGGTTATTCAAT...ATTAG|GAT 1 1 63.761
172492025 GT-AG 0 1.000000099473604e-05 81 rna-XM_025312240.1 30863701 14 735320 735400 Rhizophagus irregularis 588596 AAG|GTAATTAACG...TATTTATTAAAT/TAGTTATTTATT...ATTAG|GTT 0 1 90.128
172492026 GT-AG 0 1.000000099473604e-05 86 rna-XM_025312240.1 30863701 15 735544 735629 Rhizophagus irregularis 588596 AAG|GTAAGTATTT...CATATATTAATA/AGTTATTTCATA...TATAG|TGA 2 1 96.239

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