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

✎ 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
137658446 GT-AG 0 1.000000099473604e-05 2789 rna-gnl|WGS:SJOL|mRNA61 25024132 2 1123929 1126717 Opisthorchis felineus 147828 TCG|GTGAGTTTGT...AACCGTTTGAAA/AACCGTTTGAAA...CACAG|ATA 2 1 36.568
137658447 GT-AG 0 2.632026647718147e-05 2172 rna-gnl|WGS:SJOL|mRNA61 25024132 3 1126893 1129064 Opisthorchis felineus 147828 AAA|GTAAGTTATC...TGTTATTTGATT/TGTTATTTGATT...CGCAG|GAA 0 1 41.365
137658448 GT-AG 0 2.026155150072788e-05 2786 rna-gnl|WGS:SJOL|mRNA61 25024132 4 1129129 1131914 Opisthorchis felineus 147828 ATG|GTAAGCTATC...AGTGTTTTGCTT/GTATAACTGACT...TTCAG|GTT 1 1 43.12
137658449 GT-AG 0 1.000000099473604e-05 3548 rna-gnl|WGS:SJOL|mRNA61 25024132 5 1131971 1135518 Opisthorchis felineus 147828 CAG|GTCAGTGGCT...ATGCTTTTATTA/CCATTCTTCACC...TTTAG|CCT 0 1 44.655
137658450 GT-AG 0 1.000000099473604e-05 3978 rna-gnl|WGS:SJOL|mRNA61 25024132 6 1135662 1139639 Opisthorchis felineus 147828 CAG|GTAATGTAAT...CTTTTTTTAGTA/ACTTTTTTTAGT...TGCAG|ATA 2 1 48.575
137658451 GT-AG 0 1.000000099473604e-05 307 rna-gnl|WGS:SJOL|mRNA61 25024132 7 1139722 1140028 Opisthorchis felineus 147828 CAG|GTGAGTCAGT...GATACTTTATAA/TTGTCTCTCAGA...TCAAG|GTT 0 1 50.822
137658452 GT-AG 0 1.000000099473604e-05 8799 rna-gnl|WGS:SJOL|mRNA61 25024132 8 1140150 1148948 Opisthorchis felineus 147828 GAG|GTTAGTGTAA...AGTTCCTTCTTT/TATTCGTTCACC...TTTAG|TTT 1 1 54.139
137658453 GT-AG 0 1.000000099473604e-05 92 rna-gnl|WGS:SJOL|mRNA61 25024132 9 1149092 1149183 Opisthorchis felineus 147828 GAG|GTAAGTCCTA...TGTTCTTTCATA/TGTTCTTTCATA...CTCAG|CTG 0 1 58.059
137658454 GT-AG 0 0.0009099299321535 336 rna-gnl|WGS:SJOL|mRNA61 25024132 10 1149311 1149646 Opisthorchis felineus 147828 TGT|GTAAGTCTTT...GTTACTTTATTC/TGTTACTTTATT...ATCAG|CTA 1 1 61.541
137658455 GT-AG 0 1.000000099473604e-05 1112 rna-gnl|WGS:SJOL|mRNA61 25024132 11 1150696 1151807 Opisthorchis felineus 147828 AAG|GTAGGGCAGT...GTTGTCTAGACT/GTTGTCTAGACT...TGCAG|CTT 0 1 90.296
137658456 GT-AG 0 1.000000099473604e-05 2139 rna-gnl|WGS:SJOL|mRNA61 25024132 12 1151985 1154123 Opisthorchis felineus 147828 TCG|GTGAGTTGTC...ATTCACTGAAAT/TAATAATTCACT...TCTAG|GTC 0 1 95.148
137658457 GT-AG 0 0.0122938843894721 1059 rna-gnl|WGS:SJOL|mRNA61 25024132 13 1154262 1155320 Opisthorchis felineus 147828 TCG|GTATGTAGTC...GCTTTCTTAGCC/TGCTTTCTTAGC...TTCAG|AAA 0 1 98.931
137658541 GT-AG 0 1.000000099473604e-05 1775 rna-gnl|WGS:SJOL|mRNA61 25024132 1 1121329 1123103 Opisthorchis felineus 147828 GAG|GTAAGTTGGT...TATACTGTAATT/TGTGTTTTCATT...TTTAG|GCT   0 14.309

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