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

✎ 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
148388476 GT-AG 0 3.518802156617074e-05 145 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 1 293617 293761 Pelomyxa schiedti 1580589 GCT|GTGCGTATCC...CTGTCCCTAATT/CTGTCCCTAATT...TTAAG|GAT 0 1 16.879
148388477 GT-AG 0 0.0003316759235955 45 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 2 293841 293885 Pelomyxa schiedti 1580589 TTG|GTACTGCTCT...AAAGCTTTAACA/AAAGCTTTAACA...AAAAG|CCC 1 1 21.072
148388478 GT-AG 0 1.000000099473604e-05 45 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 3 294001 294045 Pelomyxa schiedti 1580589 GTC|GTGAGTAATT...AAATCCTTAACA/AAATCCTTAACA...TGCAG|GAA 2 1 27.176
148388479 GT-AG 0 3.312026121802797 41 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 4 294226 294266 Pelomyxa schiedti 1580589 TTG|GTATTCTTTT...TTTGTTTTAATT/TTTGTTTTAATT...CTTAG|GTT 2 1 36.73
148388480 GT-AG 0 0.0826042320466903 43 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 5 294317 294359 Pelomyxa schiedti 1580589 CAA|GTATGTTGAA...TTATCTTTATCT/CTTATCTTTATC...GTAAG|ATA 1 1 39.384
148388481 GT-AG 0 0.000198418869179 43 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 6 294405 294447 Pelomyxa schiedti 1580589 TTG|GTATAACCTC...TGGTTTTTATTA/CTGGTTTTTATT...AACAG|GAC 1 1 41.773
148388482 GT-AG 0 2.7020593647295515e-05 41 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 7 294500 294540 Pelomyxa schiedti 1580589 CGG|GTTTGTTCCT...TTCTATTTATAT/TTTCTATTTATA...GCCAG|TAC 2 1 44.533
148388483 GT-AG 0 1.000000099473604e-05 46 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 8 294575 294620 Pelomyxa schiedti 1580589 CTG|GTGAGAATGT...CACTTTTTACCC/CCACTTTTTACC...CTCAG|GGT 0 1 46.338
148388484 GT-AG 0 1.9214931307827693e-05 44 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 9 294678 294721 Pelomyxa schiedti 1580589 GAG|GTCGATTTTT...TACATTTTATTT/TTACATTTTATT...CACAG|TTG 0 1 49.363
148388485 GT-AG 0 0.0001869711884563 43 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 10 294895 294937 Pelomyxa schiedti 1580589 TCC|GTTGGTTTTT...GATTGCTTATTT/CGATTGCTTATT...CACAG|GTT 2 1 58.546
148388486 GT-AG 0 1.000000099473604e-05 47 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 11 295038 295084 Pelomyxa schiedti 1580589 CAG|GTCTGACATT...TCTTTCTTCTCT/TGTATTCTCATT...TTTAG|TAT 0 1 63.854
148388487 GT-AG 0 0.0004727568036742 43 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 12 295170 295212 Pelomyxa schiedti 1580589 TTG|GTACTTTTTC...AGTACACTGACT/AGTACACTGACT...TTTAG|CTG 1 1 68.365
148388488 GT-AG 0 0.0003735059361091 62 rna-gnl|WGS:JAHLWZ|Pelo_132_1 26741164 13 295410 295471 Pelomyxa schiedti 1580589 AAA|GTAAGCTCAG...TTTCCCGTATCT/CCGTATCTAACT...CCTAG|ATT 0 1 78.822

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