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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
162621348 GT-AG 0 9.574074520083276e-05 1557 rna-XM_015812875.1 29163156 3 41302 42858 Protobothrops mucrosquamatus 103944 AAG|GTATATCAAG...TTGATTTTGAAC/TTTGAATTGATT...TATAG|GTG 0 1 16.439
162621349 GT-AG 0 0.0001975957188022 425 rna-XM_015812875.1 29163156 4 42997 43421 Protobothrops mucrosquamatus 103944 GCA|GTAAGTTACA...CAGTTCTTGCTC/TGAGATGTCATT...TTAAG|CCA 0 1 21.155
162621350 GT-AG 0 1.000000099473604e-05 644 rna-XM_015812875.1 29163156 5 43540 44183 Protobothrops mucrosquamatus 103944 CAG|GTGAGAATGA...TTTTTTTTACAC/TTTTTTTTTACA...AAAAG|GTA 1 1 25.188
162621351 GT-AG 0 0.0387082055576938 1914 rna-XM_015812875.1 29163156 6 44327 46240 Protobothrops mucrosquamatus 103944 AAG|GTATTCATTT...ATTTTCTTCACT/ATTTTCTTCACT...TGTAG|AAT 0 1 30.075
162621352 GT-AG 0 1.000000099473604e-05 1538 rna-XM_015812875.1 29163156 7 46409 47946 Protobothrops mucrosquamatus 103944 AAG|GTGAGTTTAT...TCTCCTTTAACG/ACGCATTTCATC...TTTAG|CTG 0 1 35.817
162621353 TA-TT 0 0.0081342426327237 2862 rna-XM_015812875.1 29163156 8 48349 51210 Protobothrops mucrosquamatus 103944 CCA|TAATGAGTGC...CTCTCCCTAACC/CTCTCCCTAACC...CCTTT|CCT 0 1 49.556
162621354 GT-AG 0 1.000000099473604e-05 139 rna-XM_015812875.1 29163156 9 51528 51666 Protobothrops mucrosquamatus 103944 CAG|GTAAGGGTGG...TTTTCTTTCTTT/TCCGAAATAATT...TCCAG|CCT 2 1 60.39
162621355 GT-AG 0 1.000000099473604e-05 1469 rna-XM_015812875.1 29163156 10 51851 53319 Protobothrops mucrosquamatus 103944 AAG|GTCAGCAGAT...CTGTTATTATTG/CATAATTTCACT...TGCAG|ACA 0 1 66.678
162621356 GT-AG 0 1.000000099473604e-05 1046 rna-XM_015812875.1 29163156 11 53458 54503 Protobothrops mucrosquamatus 103944 TCT|GTAAGTAGAT...TTTATTTTATAA/GTATGTCTCATT...GCTAG|GAT 0 1 71.394
162621357 GT-AG 0 1.000000099473604e-05 1074 rna-XM_015812875.1 29163156 12 54622 55695 Protobothrops mucrosquamatus 103944 AAG|GTGAGTTATT...TAGGTCTCAGTT/TTAGGTCTCAGT...TCAAG|GTA 1 1 75.427
162621358 GT-AG 0 1.000000099473604e-05 586 rna-XM_015812875.1 29163156 13 55839 56424 Protobothrops mucrosquamatus 103944 AAG|GTAAATGGAT...ATAGTCTTATAA/AAGCTCCTCACT...TCCAG|ACA 0 1 80.314
162621359 GT-AG 0 1.000000099473604e-05 1202 rna-XM_015812875.1 29163156 14 56593 57794 Protobothrops mucrosquamatus 103944 GAG|GTGATTCTGT...CTTTCTTTGCCG/CAAATGATTACT...TTTAG|CTG 0 1 86.056
162621507 GT-AG 0 1.000000099473604e-05 277 rna-XM_015812875.1 29163156 1 37301 37577 Protobothrops mucrosquamatus 103944 TAG|GTAAAAAGAG...AAAACATTATTC/ACATTATTCATT...TCCAG|GAT   0 6.118
162621508 GT-AG 0 1.000000099473604e-05 3412 rna-XM_015812875.1 29163156 2 37712 41123 Protobothrops mucrosquamatus 103944 CAG|GTGAGATTGA...CAGTCATTATTT/TAGGAGTTAATC...TCTAG|GCT   0 10.697

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