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

✎ 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
156964112 GT-AG 0 5.727819014715562e-05 338 rna-XM_027189920.1 28258359 1 39889 40226 Pocillopora damicornis 46731 CAG|GTATAGGTTT...GATATATTAACA/GATATATTAACA...TGTAG|TGA 2 1 31.236
156964113 GT-AG 0 0.0001563585101791 1027 rna-XM_027189920.1 28258359 2 40327 41353 Pocillopora damicornis 46731 GAG|GTACATGTCA...TTTTTTTTGAAA/TTTTTTTTGAAA...TTCAG|CAT 0 1 36.755
156964114 GT-AG 0 3.0996027593137755e-05 690 rna-XM_027189920.1 28258359 3 41468 42157 Pocillopora damicornis 46731 GAG|GTATAAAGAT...TTTATTTTAAAT/TTGAATTTTATT...TTTAG|AAT 0 1 43.046
156964115 GT-AG 0 0.000621372412738 666 rna-XM_027189920.1 28258359 4 42265 42930 Pocillopora damicornis 46731 CGT|GTAAGCTGCT...CTGTGTTTATTT/ACTGTGTTTATT...TTTAG|TTA 2 1 48.951
156964116 GT-AG 0 3.4152613710408564e-05 188 rna-XM_027189920.1 28258359 5 43039 43226 Pocillopora damicornis 46731 AAG|GTACATGTAA...GTTTCTTTCATC/GTTTCTTTCATC...TCCAG|ATG 2 1 54.912
156964117 GT-AG 0 1.0456548809979774e-05 858 rna-XM_027189920.1 28258359 6 43262 44119 Pocillopora damicornis 46731 GTG|GTAAGTCTTG...TTCTTTTTACAC/TTTCTTTTTACA...GGCAG|AAA 1 1 56.843
156964118 GT-AG 0 1.000000099473604e-05 994 rna-XM_027189920.1 28258359 7 44215 45208 Pocillopora damicornis 46731 CAG|GTTAGTAATT...ATTATTTTATCA/TATTATTTTATC...TTTAG|GCA 0 1 62.086
156964119 GT-AG 0 1.000000099473604e-05 337 rna-XM_027189920.1 28258359 8 45293 45629 Pocillopora damicornis 46731 AAG|GTGAACTACC...TCAATTTTATTT/CCATGTTTCATT...TACAG|TTA 0 1 66.722
156964120 GT-AG 0 1.000000099473604e-05 357 rna-XM_027189920.1 28258359 9 45735 46091 Pocillopora damicornis 46731 TCG|GTGAGTTCCC...ATTTCTTTATTT/CTTTATTTCACC...GTAAG|AAC 0 1 72.517
156964121 GT-AG 0 1.000000099473604e-05 312 rna-XM_027189920.1 28258359 10 46185 46496 Pocillopora damicornis 46731 CAG|GTAAAATGTT...TATTCCTTTGTC/CTTTTTCTAAAA...GCCAG|TTT 0 1 77.649
156964122 GT-AG 0 1.000000099473604e-05 443 rna-XM_027189920.1 28258359 11 46546 46988 Pocillopora damicornis 46731 AAG|GTGAGTGAAC...AGAGGCTTATCG/GAGAGATTTATT...TATAG|AAG 1 1 80.353
156964123 GT-AG 0 1.000000099473604e-05 423 rna-XM_027189920.1 28258359 12 47107 47529 Pocillopora damicornis 46731 AAG|GTAGGATCTC...GCAAATTTAATT/GCAAATTTAATT...TGTAG|GTT 2 1 86.865
156964124 GT-AG 0 1.000000099473604e-05 715 rna-XM_027189920.1 28258359 13 47630 48344 Pocillopora damicornis 46731 GAG|GTAATAATTT...GTATCATTATTA/ATTATTATTATT...TTCAG|GCT 0 1 92.384
156964125 GT-AG 0 3.78885085307669e-05 122 rna-XM_027189920.1 28258359 14 48432 48553 Pocillopora damicornis 46731 AAG|GTAAATTTAA...ACACCTTTATTG/CCTTTATTGATA...TTCAG|ATT 0 1 97.185

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