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

✎ 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
148536776 GT-AG 0 1.000000099473604e-05 3625 rna-XM_047613503.1 26761069 1 27570770 27574394 Penaeus chinensis 139456 CAG|GTGGGATTAA...AAAGTCATGATC/CACTCTCTCACA...TTCAG|GTT 0 1 1.598
148536777 GT-AG 0 1.000000099473604e-05 155 rna-XM_047613503.1 26761069 2 27570477 27570631 Penaeus chinensis 139456 GAG|GTAAGTTATT...ACTACATTAGTA/ATAGAATTCAAC...TTCAG|ACA 0 1 7.723
148536778 GT-AG 0 9.05844428117848e-05 2418 rna-XM_047613503.1 26761069 3 27567893 27570310 Penaeus chinensis 139456 TTG|GTATGTGCAG...AAAATCTTATAT/ATGATATTAATC...TTCAG|GGA 1 1 15.091
148536779 GT-AG 0 1.000000099473604e-05 2363 rna-XM_047613503.1 26761069 4 27565368 27567730 Penaeus chinensis 139456 CAG|GTAAATGATA...TGTATTTTAATT/TGTATTTTAATT...TGTAG|TTT 1 1 22.281
148536780 GT-AG 0 0.0008446339584512 232 rna-XM_047613503.1 26761069 5 27564977 27565208 Penaeus chinensis 139456 AGG|GTAGATTTTC...ATATACTTAAAT/AATATACTTAAA...ACCAG|GTA 1 1 29.339
148536781 GT-AG 0 0.0003014197828712 242 rna-XM_047613503.1 26761069 6 27564558 27564799 Penaeus chinensis 139456 TGG|GTCTGTTGTG...TTTATTTTATTT/TTTATACTTATT...CACAG|GCG 1 1 37.195
148536782 GT-AG 0 1.000000099473604e-05 2594 rna-XM_047613503.1 26761069 7 27561869 27564462 Penaeus chinensis 139456 GGG|GTGAGTTACA...ATCTCTTTATAT/TATATTGTGACA...TATAG|GTA 0 1 41.411
148536783 GT-AG 0 0.0005052087043825 160 rna-XM_047613503.1 26761069 8 27561465 27561624 Penaeus chinensis 139456 TCC|GTAAGTCTTT...AATGTTTTAACT/AATGTTTTAACT...TGTAG|GTG 1 1 52.241
148536784 GT-AG 0 1.000000099473604e-05 2947 rna-XM_047613503.1 26761069 9 27558282 27561228 Penaeus chinensis 139456 CAG|GTAAGATGAG...TGTATTTTATAT/ATGTATTTTATA...TGCAG|GTC 0 1 62.716
148536785 GT-AG 0 1.000000099473604e-05 226 rna-XM_047613503.1 26761069 10 27557938 27558163 Penaeus chinensis 139456 CAG|GTGGGTAGTG...GTTTGTTTAATT/GTTTGTTTAATT...TGCAG|GTG 1 1 67.954
148536786 GT-AG 0 1.000000099473604e-05 231 rna-XM_047613503.1 26761069 11 27557596 27557826 Penaeus chinensis 139456 TGG|GTAAGGACAG...TGTGTCTTAACT/TGTGTCTTAACT...CCTAG|GTC 1 1 72.881
148536787 GT-AG 0 1.000000099473604e-05 155 rna-XM_047613503.1 26761069 12 27557289 27557443 Penaeus chinensis 139456 CAT|GTAAGGAAAA...GTTGTCTTTCCT/AGAAGGGTAACT...TTCAG|ACT 0 1 79.627
148536788 GT-AG 0 1.000000099473604e-05 1160 rna-XM_047613503.1 26761069 13 27555982 27557141 Penaeus chinensis 139456 AAA|GTTAGTATGT...TTTTTCTTACCT/GTTTTTCTTACC...AACAG|CAA 0 1 86.152
148536789 GT-AG 0 1.000000099473604e-05 279 rna-XM_047613503.1 26761069 14 27555538 27555816 Penaeus chinensis 139456 CAG|GTAGGGAGAA...GTTTCCTTCCTC/AACTGACTTACT...TCTAG|GAC 0 1 93.475

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