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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
123545425 GT-AG 0 1.000000099473604e-05 75 Myper.0001s2655.1.v2.1 22773502 3 13286789 13286863 Myagrum perfoliatum 359867 TCG|GTAAAGATAA...TTTGTCTTATTA/TTTTGTCTTATT...TCTAG|ACA 1 1 23.016
123545426 GT-AG 0 0.0167510210553183 77 Myper.0001s2655.1.v2.1 22773502 4 13286622 13286698 Myagrum perfoliatum 359867 ATG|GTATGCCATC...TTTTCTTTACAT/TTTTTCTTTACA...TTCAG|CTA 1 1 25.167
123545427 GT-AG 0 1.848960990896579e-05 100 Myper.0001s2655.1.v2.1 22773502 5 13286421 13286520 Myagrum perfoliatum 359867 AAA|GTAAACAAAA...AGTTATTTATCT/TAGTTATTTATC...TGCAG|CAC 0 1 27.581
123545428 GT-AG 0 1.000000099473604e-05 83 Myper.0001s2655.1.v2.1 22773502 6 13286224 13286306 Myagrum perfoliatum 359867 GAG|GTAAATATAA...TTTTTTTTTGCA/CAATCTCTCATA...GACAG|AAA 0 1 30.306
123545429 GT-AG 0 1.000000099473604e-05 86 Myper.0001s2655.1.v2.1 22773502 7 13286056 13286141 Myagrum perfoliatum 359867 AAG|GTAAAGATAG...GTTTTTTTAAAC/GTTTTTTTAAAC...TGCAG|CTC 1 1 32.266
123545430 GT-AG 0 1.000000099473604e-05 96 Myper.0001s2655.1.v2.1 22773502 8 13285892 13285987 Myagrum perfoliatum 359867 TTG|GTTAGGCATC...TATATCTTAGTA/TTATATCTTAGT...TACAG|ACA 0 1 33.891
123545431 GT-AG 0 8.197308434749456e-05 83 Myper.0001s2655.1.v2.1 22773502 9 13285743 13285825 Myagrum perfoliatum 359867 GTG|GTACTTATCC...AACTGCTTGTCC/TATAGAGTAACT...TGCAG|AAC 0 1 35.468
123545432 GT-AG 0 1.000000099473604e-05 255 Myper.0001s2655.1.v2.1 22773502 10 13285363 13285617 Myagrum perfoliatum 359867 AAG|GTTAGCTAGT...CCTTCTTTAATA/ATGTGGCTAACT...TGCAG|TAA 2 1 38.456
123545433 GT-AG 0 1.000000099473604e-05 202 Myper.0001s2655.1.v2.1 22773502 11 13284824 13285025 Myagrum perfoliatum 359867 AAG|GTAACGAGAT...GACCCTGTAGTT/ATTTGAGTTATG...TGCAG|CTA 0 1 46.511
123545434 GT-AG 0 8.759374816464576e-05 100 Myper.0001s2655.1.v2.1 22773502 12 13284601 13284700 Myagrum perfoliatum 359867 TCA|GTAGGGTTAA...AATTTATTAATT/AATTTATTAATT...CCCAG|GTG 0 1 49.45
123545435 GT-AG 0 1.08437835146076e-05 100 Myper.0001s2655.1.v2.1 22773502 13 13283034 13283133 Myagrum perfoliatum 359867 TCG|GTTAGTTTTG...TTTGCTTTATAA/TTTTGCTTTATA...GACAG|ATG 0 1 84.512
123545436 GT-AG 0 1.000000099473604e-05 82 Myper.0001s2655.1.v2.1 22773502 14 13282635 13282716 Myagrum perfoliatum 359867 CAG|GTAAAATTCA...CACTTTTTGGTT/AGTGGACTGATT...AGCAG|CAC 2 1 92.089
123555901 GT-AG 0 0.0090601070698558 187 Myper.0001s2655.1.v2.1 22773502 1 13292906 13293092 Myagrum perfoliatum 359867 GAG|GTAACCAATT...TTTTCCTTATGT/ATTTTCCTTATG...GGCAG|GTC   0 14.771
123555902 GT-AG 0 2.144579636387856e-05 5693 Myper.0001s2655.1.v2.1 22773502 2 13287076 13292768 Myagrum perfoliatum 359867 TCG|GTAATCAACT...TTCTTTTTGTAT/GTTATTGTCATT...GATAG|AGG   0 18.045

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