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

✎ 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
8648981 GT-AG 0 0.0001011595982786 104 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 1 433495 433598 Anaeromyces robustus 1754192 GAA|GTAAATATAT...TAATTTTTAAAC/TAATTTTTAAAC...TATAG|AAA 0 1 0.291
8648982 GT-AG 0 9.5286107115597e-05 131 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 2 433667 433797 Anaeromyces robustus 1754192 TAA|GTCTGGTTAT...TTTTTTTTCATT/TTTTTTTTCATT...ATCAG|ATT 2 1 3.59
8648983 GT-AG 0 0.0003261206824247 149 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 3 433859 434007 Anaeromyces robustus 1754192 GGA|GTAAATAATC...TTTTTTTTATTT/ATTTTTTTTATT...AAAAG|ACC 0 1 6.55
8648984 GT-AG 0 0.0004153580071261 184 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 4 434103 434286 Anaeromyces robustus 1754192 AAA|GTAATTATTT...TTTTTTTTATTT/TTTTTTTTTATT...ATAAG|AAC 2 1 11.16
8648985 GT-AG 0 0.0016100720185368 80 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 5 434321 434400 Anaeromyces robustus 1754192 GAG|GTTTTTTTAT...TATATTTTAATT/TATATTTTAATT...TTTAG|ATG 0 1 12.809
8648986 GT-AG 0 0.0002486648677355 73 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 6 434515 434587 Anaeromyces robustus 1754192 TCT|GTAAATATAT...ATTTTATTAATA/ATTTTATTAATA...ATAAG|GCT 0 1 18.341
8648987 GT-AG 0 1.000000099473604e-05 99 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 7 434704 434802 Anaeromyces robustus 1754192 AGG|GTAATAATAA...ATAATTATAATT/ATAATTATAATT...CTTAG|TAA 2 1 23.969
8648988 GT-AG 0 3.747747019514669e-05 97 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 8 434969 435065 Anaeromyces robustus 1754192 ACA|GTAAATATAA...AAATTATTAAAT/AAATTATTAAAT...TATAG|ATT 0 1 32.023
8648989 GT-AG 0 1.000000099473604e-05 81 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 9 435267 435347 Anaeromyces robustus 1754192 GAA|GTAATAAAGT...ATTGTTTTAAAT/ATTGTTTTAAAT...TTTAG|CAA 0 1 41.776
8648990 GT-AG 0 8.429309494713219e-05 153 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 10 435415 435567 Anaeromyces robustus 1754192 CAG|GTAACATTAA...ATATAATTAATA/ATATAATTAATA...AAAAG|ATG 1 1 45.027
8648991 GT-AG 0 2.869364152484636e-05 99 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 11 435700 435798 Anaeromyces robustus 1754192 GAA|GTAATATTAA...TATTTGTTAAAT/TTTAAATTTATT...AAAAG|CTG 1 1 51.431
8648992 GT-AG 0 3.516565078963277e-05 84 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 12 435897 435980 Anaeromyces robustus 1754192 GTT|GTAAGTATAT...TTTTTTCTAATT/TTTTTTCTAATT...TAAAG|ACC 0 1 56.186
8648993 GT-AG 0 0.000824047002465 146 rna-gnl|WGS:MCFG|BCR32DRAFT_mRNA273824 1552269 13 436026 436171 Anaeromyces robustus 1754192 GTA|GTAAGTATTA...ATTTTTTTAATA/ATTTTTTTAATA...AAAAG|ACT 0 1 58.37

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