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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, 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
95730842 GT-AG 0 8.962523008368647e-05 4873 rna-XM_047274094.1 17888390 4 31363894 31368766 Hydra vulgaris 6087 ATG|GTAATTTCAT...TTTTTTTTAAAC/TTTTTTTTAAAC...TTTAG|ACA 0 1 6.639
95730843 GT-AG 0 4.582376467545869e-05 10009 rna-XM_047274094.1 17888390 5 31353356 31363364 Hydra vulgaris 6087 GTG|GTATGAGTTT...GCATATTTAATG/TAGAATTTAAAT...TTTAG|ATT 1 1 20.411
95730844 GT-AG 0 0.0013153550887791 150 rna-XM_047274094.1 17888390 6 31353020 31353169 Hydra vulgaris 6087 TAA|GTAAATTTTT...GTGATTTTAGCA/ATTTTGTTAAAT...TATAG|GCA 1 1 25.254
95730845 GT-AG 0 1.000000099473604e-05 72 rna-XM_047274094.1 17888390 7 31352796 31352867 Hydra vulgaris 6087 GTT|GTGAGTAGAG...ATTGCTTTATAA/TAAATTCTAAAT...TACAG|TGG 0 1 29.211
95730846 GT-AG 0 0.0199322922441673 5542 rna-XM_047274094.1 17888390 8 31347109 31352650 Hydra vulgaris 6087 AAT|GTATGTGTTT...TTATTTTTATTT/TTTATTTTTATT...TTTAG|ATA 1 1 32.986
95730847 GT-AG 0 0.0108452575430184 646 rna-XM_047274094.1 17888390 9 31345977 31346622 Hydra vulgaris 6087 TAG|GTACACTCAT...TTTTTTTTAATT/TTTTTTTTAATT...TTTAG|TGC 1 1 45.639
95730848 GT-AG 0 1.9095782471347365e-05 404 rna-XM_047274094.1 17888390 10 31345323 31345726 Hydra vulgaris 6087 AGA|GTAAGTATAT...ATTATTTTAGTT/TAGTTTTTCAAT...TTTAG|GAG 2 1 52.148
95730849 GT-AG 0 0.021150845701659 7084 rna-XM_047274094.1 17888390 11 31337358 31344441 Hydra vulgaris 6087 GCG|GTAACGTTAA...ATTTCTTTAATT/ATTTCTTTAATT...GCTAG|ATT 1 1 75.085
95730850 GT-AG 0 0.0021203622211911 11091 rna-XM_047274094.1 17888390 12 31326105 31337195 Hydra vulgaris 6087 TAG|GTAACATGTT...TTTTTTTTAATA/ATTTTTTTTATT...GACAG|ATT 1 1 79.302
95730851 GT-AG 0 1.000000099473604e-05 6574 rna-XM_047274094.1 17888390 13 31319292 31325865 Hydra vulgaris 6087 CAG|GTTATCATTA...TATATGTTAATG/CGTTTTTTTATT...TAAAG|CTT 0 1 85.525
95736343 GT-AG 0 0.0816167301664512 2148 rna-XM_047274094.1 17888390 1 31390621 31392768 Hydra vulgaris 6087 ACG|GTATGCATTC...GTTATTTTATTC/TGTTATTTTATT...ATTAG|TTT   0 0.885
95736344 GT-AG 0 0.0053442171385859 17139 rna-XM_047274094.1 17888390 2 31373410 31390548 Hydra vulgaris 6087 TAG|GTATGTTTTA...ATTACCATGATA/TCAATTTTTATT...TTCAG|GAA   0 2.76
95736345 GT-AG 0 1.3153209786128264e-05 4281 rna-XM_047274094.1 17888390 3 31368983 31373263 Hydra vulgaris 6087 AAA|GTTTGAAAGT...GTTTTTTTAAAT/GTTTTTTTAAAT...TTTAG|ATA   0 6.561
95736346 GT-AG 0 0.0011869050945541 282 rna-XM_047274094.1 17888390 14 31318847 31319128 Hydra vulgaris 6087 AAG|GTATTGTTCC...AATACCCTAATG/AATATAATAATA...AATAG|GTT   0 89.768

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