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)

15 rows where transcript_id = 17605162

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
94265623 GT-AG 0 1.000000099473604e-05 1899 rna-XM_040056657.1 17605162 1 145999007 146000905 Hirundo rustica 43150 CTT|GTAAGTATCC...TCAACTTTTTTT/AAATGCATAATC...TGCAG|GAG 0 1 59.642
94265624 GT-AG 0 1.000000099473604e-05 189 rna-XM_040056657.1 17605162 2 146001054 146001242 Hirundo rustica 43150 AAG|GTATGAATAA...GTTACTGTGATT/GGCTTTTTGAGT...TGCAG|GAC 1 1 62.49
94265625 GT-AG 0 1.000000099473604e-05 2043 rna-XM_040056657.1 17605162 3 146001405 146003447 Hirundo rustica 43150 CAG|GTAAGAGAAA...TACTTTTTAATC/AGTATTTTAACT...GTTAG|GTG 1 1 65.608
94265626 GT-AG 0 0.0045211586823746 449 rna-XM_040056657.1 17605162 4 146003530 146003978 Hirundo rustica 43150 TAG|GTATGTATTT...CTGTTTTTATTT/CCTGTTTTTATT...AACAG|AGA 2 1 67.186
94265627 GT-AG 0 1.000000099473604e-05 1351 rna-XM_040056657.1 17605162 5 146004116 146005466 Hirundo rustica 43150 GAT|GTAAGTAAAA...GGTTTGTTGACA/GGTTTGTTGACA...CTTAG|CGT 1 1 69.823
94265628 GT-AG 0 6.000181844463947e-05 1769 rna-XM_040056657.1 17605162 6 146005571 146007339 Hirundo rustica 43150 GAA|GTAAGTGTTC...ACCTCCTTATCA/CACCTCCTTATC...CCCAG|GAG 0 1 71.824
94265629 GT-AG 0 3.251770426726945e-05 556 rna-XM_040056657.1 17605162 7 146007451 146008006 Hirundo rustica 43150 CAG|GTAACACTGT...TTTTTTTTTTCT/CATTATTTAAAT...TTAAG|GCT 0 1 73.961
94265630 GT-AG 0 1.000000099473604e-05 353 rna-XM_040056657.1 17605162 8 146008061 146008413 Hirundo rustica 43150 AAG|GTAAATAGAG...CCTGATTTAATT/CCTGATTTAATT...TTCAG|GCA 0 1 75.0
94265631 GT-AG 0 1.000000099473604e-05 2984 rna-XM_040056657.1 17605162 9 146008624 146011607 Hirundo rustica 43150 TTG|GTAAGTCTCT...TTTTTTTTTTCT/AGTTTGTTTATA...TTTAG|GTA 0 1 79.042
94265632 GC-AG 0 1.000000099473604e-05 481 rna-XM_040056657.1 17605162 10 146011715 146012195 Hirundo rustica 43150 CAG|GCAAGTTCAT...TGACTTTTGAAT/AGATCTCTGATA...TATAG|GAA 2 1 81.101
94265633 GT-AG 0 1.000000099473604e-05 1423 rna-XM_040056657.1 17605162 11 146012451 146013873 Hirundo rustica 43150 AAG|GTGAGTGTAC...GTTCTCATATCT/AAGGTTCTCATA...CATAG|GAA 2 1 86.008
94265634 GT-AG 0 1.000000099473604e-05 3412 rna-XM_040056657.1 17605162 12 146013920 146017331 Hirundo rustica 43150 ACA|GTGAGTGTTC...CGTATCTTTTCT/TTTTCTGTCATC...TCCAG|AGA 0 1 86.894
94265635 GT-AG 0 1.000000099473604e-05 3932 rna-XM_040056657.1 17605162 13 146017497 146021428 Hirundo rustica 43150 AGA|GTGAGTAGTG...TGTGCCTTTTTT/GATATTTTCATT...TTCAG|AAC 0 1 90.069
94265636 GT-AG 0 9.42698430370152e-05 615 rna-XM_040056657.1 17605162 14 146021551 146022165 Hirundo rustica 43150 TGA|GTAAGCACTT...TGAGCCTTGCTT/TGAAGTTTCACT...TACAG|GGA 2 1 92.417
94265637 GT-AG 0 1.000000099473604e-05 536 rna-XM_040056657.1 17605162 15 146022278 146022813 Hirundo rustica 43150 ATA|GTAAGTGATC...CTTTGTTTAACT/CTTTGTTTAACT...CCCAG|GAA 0 1 94.573

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