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

✎ 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
160177937 GT-AG 0 1.000000099473604e-05 331 Ptrif.0001s2838.1.v1.3.1 28700979 1 21401947 21402277 Citrus trifoliata 37690 AAG|GTCCAATGCT...AATTGCTTAATT/AATTGCTTAATT...CGCAG|ATA 1 1 0.433
160177938 GT-AG 0 1.000000099473604e-05 113 Ptrif.0001s2838.1.v1.3.1 28700979 2 21400699 21400811 Citrus trifoliata 37690 CTG|GTCAGCTTTC...TTCTCTTTCTCA/CTCTTTCTCACG...TGCAG|GTT 2 1 14.878
160177939 GT-AG 0 0.0033301474715278 328 Ptrif.0001s2838.1.v1.3.1 28700979 3 21399632 21399959 Citrus trifoliata 37690 CTT|GTAAGTTTCA...AAGTTCTTAAAT/TAAGTTCTTAAA...TGCAG|CGG 0 1 24.284
160177940 GT-AG 0 7.629037790796949e-05 560 Ptrif.0001s2838.1.v1.3.1 28700979 4 21398579 21399138 Citrus trifoliata 37690 AAG|GTAGTCGGTA...ATTTCTTTACTG/TCTTTACTGATT...AACAG|ATT 1 1 30.559
160177941 GT-AG 0 1.892407219334825e-05 75 Ptrif.0001s2838.1.v1.3.1 28700979 5 21398352 21398426 Citrus trifoliata 37690 CAG|GTACGCGTAT...GAGAATTTAATT/GAGAATTTAATT...GATAG|GTA 0 1 32.493
160177942 GT-AG 0 0.0752293526928875 113 Ptrif.0001s2838.1.v1.3.1 28700979 6 21394798 21394910 Citrus trifoliata 37690 GAG|GTATGTTTTG...ATTCTTTTGATT/ATTCTTTTGATT...TGCAG|ATA 0 1 76.289
160177943 GT-AG 0 1.000000099473604e-05 662 Ptrif.0001s2838.1.v1.3.1 28700979 7 21393923 21394584 Citrus trifoliata 37690 GAG|GTAATGCTAT...ATTTTGTTGAAG/TTTTTGCTCAAA...TACAG|AAG 0 1 79.0
160177944 GT-AG 0 0.0001517893769499 99 Ptrif.0001s2838.1.v1.3.1 28700979 8 21393620 21393718 Citrus trifoliata 37690 AAG|GTATATGCTT...TGTTTCATATTC/CTTTGTTTCATA...GGCAG|TCT 0 1 81.596
160177945 GT-AG 0 6.850666920642187e-05 299 Ptrif.0001s2838.1.v1.3.1 28700979 9 21393117 21393415 Citrus trifoliata 37690 CTG|GTAATTTCTG...CTTGTCTTGTTT/GGTAAACTAAAC...TTCAG|ATA 0 1 84.192
160177946 GT-AG 0 0.1308337751708194 979 Ptrif.0001s2838.1.v1.3.1 28700979 10 21391979 21392957 Citrus trifoliata 37690 GAG|GTATTCATTG...TTACTCTTATTA/CTTACTCTTATT...TTTAG|GTC 0 1 86.216
160177947 GT-AG 0 0.3002694667899445 314 Ptrif.0001s2838.1.v1.3.1 28700979 11 21391314 21391627 Citrus trifoliata 37690 GTG|GTATTCTCTC...CAATCATTAATC/ATTAATCTCATG...CACAG|AAC 0 1 90.683
160177948 GT-AG 0 0.0060209889615588 216 Ptrif.0001s2838.1.v1.3.1 28700979 12 21390662 21390877 Citrus trifoliata 37690 CGG|GTATGCAACT...TAGGTTTTAATC/TAGGTTTTAATC...ATCAG|GAT 1 1 96.233
160177949 GT-AG 0 0.0003517988749196 784 Ptrif.0001s2838.1.v1.3.1 28700979 13 21389787 21390570 Citrus trifoliata 37690 ATG|GTAACATGTT...CTATTTTCAACA/ACTATTTTCAAC...GACAG|GTC 2 1 97.391

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