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)

14 rows where transcript_id = 16457644

✎ 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
87512738 GT-AG 0 1.000000099473604e-05 131 Gotom.A01G150700.1.v1.1 16457644 1 38080290 38080420 Gossypium tomentosum 34277 TGG|GTAAGAAATA...TATTTCTAATTT/CTATTTCTAATT...AGAAG|AAG 2 1 1.143
87512739 GT-AG 0 0.06292716675438 89 Gotom.A01G150700.1.v1.1 16457644 2 38080502 38080590 Gossypium tomentosum 34277 TTG|GTATTATTCT...CTTTTCTTAATT/CTTTTCTTAATT...TGCAG|CTT 2 1 3.787
87512740 GT-AG 0 0.0110716385955622 115 Gotom.A01G150700.1.v1.1 16457644 3 38080645 38080759 Gossypium tomentosum 34277 CAA|GTATGTTATA...CAATCCCTGATA/CTCTCTGTCACT...TGCAG|TGT 2 1 5.55
87512741 GT-AG 0 0.2935156432428464 312 Gotom.A01G150700.1.v1.1 16457644 4 38080831 38081142 Gossypium tomentosum 34277 GAG|GTATGCTTCA...ACTTCTTTATTT/TCTTTATTTAAT...TGTAG|AGG 1 1 7.868
87512742 GT-AG 0 1.000000099473604e-05 191 Gotom.A01G150700.1.v1.1 16457644 5 38081257 38081447 Gossypium tomentosum 34277 CAG|GTAATATATC...TCCTCCTTTTTT/TCCTTTTTTATG...TACAG|ATT 1 1 11.59
87512743 GT-AG 0 1.000000099473604e-05 264 Gotom.A01G150700.1.v1.1 16457644 6 38081888 38082151 Gossypium tomentosum 34277 AAG|GTAAGTGTTC...AATTTTTTACTT/TTTTTACTTATT...TGTAG|GAG 0 1 25.955
87512744 GT-AG 0 1.000000099473604e-05 118 Gotom.A01G150700.1.v1.1 16457644 7 38082263 38082380 Gossypium tomentosum 34277 CAG|GTAAAAACAA...TTACTGTTATTT/GTCATTCTCATT...TGCAG|GTT 0 1 29.579
87512745 GT-AG 0 1.000000099473604e-05 96 Gotom.A01G150700.1.v1.1 16457644 8 38083392 38083487 Gossypium tomentosum 34277 GAG|GTTAGAGCTT...ATTTTCTAAATA/TATTTTCTAAAT...TGCAG|GCT 0 1 62.586
87512746 GT-AG 0 1.000000099473604e-05 96 Gotom.A01G150700.1.v1.1 16457644 9 38083589 38083684 Gossypium tomentosum 34277 ATG|GTAAAAGAAT...TTGATTTTATAA/TTTGATTTTATA...TGCAG|GGC 2 1 65.883
87512747 GT-AG 0 0.0004462752118071 107 Gotom.A01G150700.1.v1.1 16457644 10 38083872 38083978 Gossypium tomentosum 34277 ACT|GTAAGTATTG...TTCTTTTTAACA/CATGTATTTATT...TATAG|GAT 0 1 71.988
87512748 GT-AG 0 0.0058149333927073 96 Gotom.A01G150700.1.v1.1 16457644 11 38084077 38084172 Gossypium tomentosum 34277 AGG|GTATTCAGAA...ATATTCTTGCTT/AAAAATTTCATT...TCCAG|ACA 2 1 75.188
87512749 GT-AG 0 1.000000099473604e-05 83 Gotom.A01G150700.1.v1.1 16457644 12 38084300 38084382 Gossypium tomentosum 34277 AAG|GTAAGTGAAA...AAATCCTTAACA/TTTTTTTTTACA...TACAG|GAA 0 1 79.334
87512750 GT-AG 0 1.000000099473604e-05 200 Gotom.A01G150700.1.v1.1 16457644 13 38084549 38084748 Gossypium tomentosum 34277 AGT|GTTAGTACTT...GTAATCTGAATT/AGTAATCTGAAT...TGTAG|GGG 1 1 84.754
87512751 GT-AG 0 0.000102046036282 259 Gotom.A01G150700.1.v1.1 16457644 14 38084868 38085126 Gossypium tomentosum 34277 AAG|GTCTTTTCCT...TTGTTCTGATCG/TTTGTTCTGATC...TGCAG|CAA 0 1 88.639

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