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

✎ 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
181745873 GT-AG 0 4.9076924639931017e-05 46 rna-gnl|WGS:JALJEE|g4297.t1 32499282 1 4404 4449 Seison nebaliae 104778 AAT|GTTGATATTA...CTTTCTTTATAT/TCTTTCTTTATA...AATAG|TTT 2 1 1.817
181745874 GT-AG 0 2.637892093385262e-05 54 rna-gnl|WGS:JALJEE|g4297.t1 32499282 2 4296 4349 Seison nebaliae 104778 TTT|GTTAGTTCTT...GATATTTTGATG/ATAATATTAATT...GTCAG|ATC 2 1 5.59
181745875 GT-AG 0 1.000000099473604e-05 39 rna-gnl|WGS:JALJEE|g4297.t1 32499282 3 4176 4214 Seison nebaliae 104778 TCG|GTCAGTTGTT...TAATTGTTAAAT/TAATTGTTAAAT...TAAAG|TTA 2 1 11.251
181745876 GT-AG 0 0.0001719814660226 43 rna-gnl|WGS:JALJEE|g4297.t1 32499282 4 4039 4081 Seison nebaliae 104778 ACC|GTTCACCATT...AATTCACTAATT/AATTCACTAATT...ATTAG|ATG 0 1 17.82
181745877 GT-AG 0 1.000000099473604e-05 51 rna-gnl|WGS:JALJEE|g4297.t1 32499282 5 3907 3957 Seison nebaliae 104778 GAA|GTTGAATAAT...CATTCTTCAATT/ATGAAATTTATT...GGAAG|GTT 0 1 23.48
181745878 GT-AG 0 1.000000099473604e-05 47 rna-gnl|WGS:JALJEE|g4297.t1 32499282 6 3558 3604 Seison nebaliae 104778 TAA|GTTCAATATC...AATAATTTGAAA/AAGTTGATCATA...TTCAG|ATA 2 1 44.584
181745879 GT-AG 0 1.000000099473604e-05 67 rna-gnl|WGS:JALJEE|g4297.t1 32499282 7 3394 3460 Seison nebaliae 104778 AAA|GTTAATTATT...ATTTCATTATTA/TTTAAATTCATT...ATTAG|AAT 0 1 51.363
181745880 GT-AG 0 0.0916981628035224 48 rna-gnl|WGS:JALJEE|g4297.t1 32499282 8 3231 3278 Seison nebaliae 104778 AAA|GTATTTATTT...TCTTTTTTAAAC/TTTTTATTAAAT...CATAG|AAA 1 1 59.399
181745881 GT-AG 0 8.864924337314602e-05 50 rna-gnl|WGS:JALJEE|g4297.t1 32499282 9 3044 3093 Seison nebaliae 104778 ACA|GTTTTAATTT...TTTCTGTTAAAA/TTTCTGTTAAAA...TCAAG|GGG 0 1 68.973
181745882 GT-AG 0 0.0003681622304793 50 rna-gnl|WGS:JALJEE|g4297.t1 32499282 10 2878 2927 Seison nebaliae 104778 CGG|GTTCCATCCA...TACATTTTAAAA/TACATTTTAAAA...TTTAG|ATT 2 1 77.079
181745883 GT-AG 0 0.0003766398291698 43 rna-gnl|WGS:JALJEE|g4297.t1 32499282 11 2768 2810 Seison nebaliae 104778 ATT|GTTTAGTATT...TATTTGTTGAAT/TATTTGTTGAAT...AAAAG|ATT 0 1 81.761
181745884 GT-AG 0 1.000000099473604e-05 48 rna-gnl|WGS:JALJEE|g4297.t1 32499282 12 2613 2660 Seison nebaliae 104778 TGA|GTTTAAAATA...ATTATTCTAATG/ATTATTCTAATG...TGTAG|TGA 2 1 89.238
181745885 GT-AG 0 3.180812200027299 50 rna-gnl|WGS:JALJEE|g4297.t1 32499282 13 2492 2541 Seison nebaliae 104778 CAA|GTTTCTTTTT...GTTTCGTTATCT/AGTTTCGTTATC...TGAAG|AAG 1 1 94.2

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