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

✎ 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
21481395 GT-AG 0 1.2012400940306518e-05 996 rna-XM_039050512.1 4157780 1 76479756 76480751 Benincasa hispida 102211 AAG|GTAAATTGGA...CTGTCATTATCT/TGTTGTTTAATT...TGCAG|TTT 1 1 2.648
21481396 GT-AG 0 2.967256735927996e-05 232 rna-XM_039050512.1 4157780 2 76480843 76481074 Benincasa hispida 102211 TGG|GTAAGTTTCA...TTTGCTTTAGGT/AGGTTTCTCAGT...TGTAG|GCA 2 1 4.743
21481397 GT-AG 0 0.6396155200672583 166 rna-XM_039050512.1 4157780 3 76481355 76481520 Benincasa hispida 102211 AAG|GTTTCTTTGA...ATCATCTTAACA/GAACTTTTGATT...TGTAG|ATC 0 1 11.19
21481398 GT-AG 0 0.0003782044867264 199 rna-XM_039050512.1 4157780 4 76481596 76481794 Benincasa hispida 102211 CAG|GTTGCTTTTA...AACAGTTTGATC/AGTTTGATCATT...AGCAG|GTC 0 1 12.917
21481399 GT-AG 0 1.000000099473604e-05 741 rna-XM_039050512.1 4157780 5 76481840 76482580 Benincasa hispida 102211 CAG|GTTACTCAGT...AAATTCTTGCAT/AATATAATTATT...TATAG|GTC 0 1 13.953
21481400 GT-AG 0 1.000000099473604e-05 124 rna-XM_039050512.1 4157780 6 76482672 76482795 Benincasa hispida 102211 CAG|GTTAGCTCTA...TTTTCTTTGAAT/AGTTGTTTTACT...TTTAG|TTT 1 1 16.049
21481401 GT-AG 0 0.1674993061785733 438 rna-XM_039050512.1 4157780 7 76482855 76483292 Benincasa hispida 102211 AAG|GTATTCTTCC...TCTTTTTTCATT/TCTTTTTTCATT...GGAAG|ATA 0 1 17.407
21481402 GT-AG 0 0.0002796761889747 8547 rna-XM_039050512.1 4157780 8 76483461 76492007 Benincasa hispida 102211 GTG|GTACGTATTC...TTAATCTTATTT/TTTATATTAATC...TGTAG|GAT 0 1 21.276
21481403 GT-AG 0 0.1955151074655007 2315 rna-XM_039050512.1 4157780 9 76492061 76494375 Benincasa hispida 102211 GAG|GTATACTTAC...GTCTTCTTCACT/GTCTTCTTCACT...TGCAG|AGA 2 1 22.496
21481404 GT-AG 0 1.000000099473604e-05 177 rna-XM_039050512.1 4157780 10 76494410 76494586 Benincasa hispida 102211 CTG|GTTAGTTCTA...TGTCATTTGATT/TTGATTGTCACT...GACAG|ATA 0 1 23.279
21481405 GT-AG 0 0.0040892552263152 77 rna-XM_039050512.1 4157780 11 76494677 76494753 Benincasa hispida 102211 CCT|GTAAACCTCC...TCAGTTTTGAAT/CACATTCTAACA...TTCAG|GTA 0 1 25.351
21481406 GT-AG 0 1.000000099473604e-05 1527 rna-XM_039050512.1 4157780 12 76495756 76497282 Benincasa hispida 102211 CAG|GTGCATCTTT...ATTGTTTTAATT/ATTGTTTTAATT...CACAG|GTG 0 1 48.423
21481407 GT-AG 0 1.000000099473604e-05 111 rna-XM_039050512.1 4157780 13 76498390 76498500 Benincasa hispida 102211 AAA|GTAAGTGGGT...TCTGCATTATTG/ATTGTAATGACT...TTCAG|GTA 0 1 73.912
21490859 GT-AG 0 1.000000099473604e-05 160 rna-XM_039050512.1 4157780 14 76499296 76499455 Benincasa hispida 102211 GAG|GTAAAACCAT...AGCATCTTATCT/ATCTGTTTCAAT...AACAG|ATG   0 92.217

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