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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
145216714 GT-AG 0 2.45399635770036e-05 25672 rna-gnl|WGS:LUCH|PHET_00105 26241440 1 220378 246049 Paragonimus heterotremus 100268 AGG|GTACGTCTAC...TCTGTGTTAATA/ATATGGCTAATT...TGCAG|GTG 1 1 10.643
145216715 GT-AG 0 1.000000099473604e-05 6094 rna-gnl|WGS:LUCH|PHET_00105 26241440 2 214140 220233 Paragonimus heterotremus 100268 TAA|GTGGGTTTAT...GTATTTTTCTCC/CTGGAGTTCACA...TATAG|TTC 1 1 14.854
145216716 GT-AG 0 1.3334846029213688e-05 3468 rna-gnl|WGS:LUCH|PHET_00105 26241440 3 210041 213508 Paragonimus heterotremus 100268 TAC|GTAAGTTGAT...ATGTTTTCAATT/CATGTTTTCAAT...CCCAG|GCT 2 1 33.304
145216717 GT-AG 0 1.000000099473604e-05 10688 rna-gnl|WGS:LUCH|PHET_00105 26241440 4 199324 210011 Paragonimus heterotremus 100268 TGG|GTAGGTGCGC...AGACATTTAATC/CATTTAATCACA...TTTAG|ATA 1 1 34.152
145216718 GT-AG 0 1.000000099473604e-05 3252 rna-gnl|WGS:LUCH|PHET_00105 26241440 5 195954 199205 Paragonimus heterotremus 100268 CCG|GTAAGAGCGA...TTTGCCTTGGTT/TGTGTTCTGATA...GAAAG|TTG 2 1 37.602
145216719 GT-AG 0 0.0022949827686239 26410 rna-gnl|WGS:LUCH|PHET_00105 26241440 6 169263 195672 Paragonimus heterotremus 100268 AGT|GTAAGCTTGA...AATTCATTCACT/AATTCATTCACT...ATCAG|ACG 1 1 45.819
145216720 GT-AG 0 1.000000099473604e-05 15796 rna-gnl|WGS:LUCH|PHET_00105 26241440 7 153156 168951 Paragonimus heterotremus 100268 CAA|GTGAGTTGAT...ACAGCGTTAGTG/TTAGTGTTGAGT...TACAG|ATT 0 1 54.912
145216721 GT-AG 0 1.000000099473604e-05 12210 rna-gnl|WGS:LUCH|PHET_00105 26241440 8 140810 153019 Paragonimus heterotremus 100268 CAG|GTAAGATGAT...TTGGTTTTATCT/TTTGGTTTTATC...AACAG|ATG 1 1 58.889
145216722 GT-AG 0 0.0010501590041335 3347 rna-gnl|WGS:LUCH|PHET_00105 26241440 9 137315 140661 Paragonimus heterotremus 100268 CCA|GTAAGTTTGT...CGGATTTTGACA/CGGATTTTGACA...AACAG|AAT 2 1 63.216
145216723 GT-AG 0 1.000000099473604e-05 5530 rna-gnl|WGS:LUCH|PHET_00105 26241440 10 131636 137165 Paragonimus heterotremus 100268 AAG|GTTAGTGTAG...GTTTGTTTGATT/GTTTGTTTGATT...AACAG|CTG 1 1 67.573
145216724 GT-AG 0 1.0234983664533898e-05 2426 rna-gnl|WGS:LUCH|PHET_00105 26241440 11 129060 131485 Paragonimus heterotremus 100268 ACA|GTAAGTGGTC...GTGATTTTATCG/TTCCAATTTATT...TTTAG|AAA 1 1 71.959
145216725 GT-AG 0 1.000000099473604e-05 10192 rna-gnl|WGS:LUCH|PHET_00105 26241440 12 118749 128940 Paragonimus heterotremus 100268 ATG|GTGAGTTCAC...TGTACCTTAATG/CTTTCTCTCACT...TACAG|CAG 0 1 75.439
145216726 GT-AG 0 2.919245678069955e-05 3023 rna-gnl|WGS:LUCH|PHET_00105 26241440 13 115562 118584 Paragonimus heterotremus 100268 CAA|GTAAGTCATA...TTTCTCTTACCA/TATTTTTTCATT...AACAG|CTG 2 1 80.234

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