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

✎ 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
46265541 GT-AG 0 0.000534125472886 7714 rna-XM_006465692.3 8594551 1 19357390 19365103 Citrus sinensis 2711 AAG|GTTTTGTTTC...CTGGCTTTGACT/CTGGCTTTGACT...TGCAG|ATA 2 1 16.132
46265542 GT-AG 0 0.0012422963192546 108 rna-XM_006465692.3 8594551 2 19356919 19357026 Citrus sinensis 2711 CCC|GTATGTGGAG...TTTCCCTTTGTG/TATGATTTGATT...GTCAG|GTG 2 1 23.452
46265543 GT-AG 0 1.000000099473604e-05 223 rna-XM_006465692.3 8594551 3 19356465 19356687 Citrus sinensis 2711 TAC|GTAAGAACTT...CTGTTTTTAATG/CTGTTTTTAATG...TACAG|TGG 2 1 28.111
46265544 GT-AG 0 1.000000099473604e-05 89 rna-XM_006465692.3 8594551 4 19356250 19356338 Citrus sinensis 2711 TAG|GTTAGTCCGC...TTTTCTTTGATT/TTTTCTTTGATT...TGCAG|AGA 2 1 30.651
46265545 GT-AG 0 0.0001113176963753 81 rna-XM_006465692.3 8594551 5 19355832 19355912 Citrus sinensis 2711 CGT|GTAGGTCTTC...ATAGGTTTAACA/TTAATGTTTATT...TTCAG|GAG 0 1 37.447
46265546 GT-AG 0 1.000000099473604e-05 2382 rna-XM_006465692.3 8594551 6 19353292 19355673 Citrus sinensis 2711 GAC|GTGAGTAGTT...CATATCTGAATT/TGTCTTTTCAAC...TGCAG|ACC 2 1 40.633
46265547 GT-AG 0 1.000000099473604e-05 996 rna-XM_006465692.3 8594551 7 19352138 19353133 Citrus sinensis 2711 TTG|GTAATGCTTG...TTTTGTTTAATT/TTTTGTTTAATT...TGTAG|AGG 1 1 43.819
46265548 GT-AG 0 0.000321897922098 170 rna-XM_006465692.3 8594551 8 19351849 19352018 Citrus sinensis 2711 AAA|GTAAGTTATG...CATTTCTTATTT/ACATTTCTTATT...AATAG|ATT 0 1 46.219
46265549 GT-AG 0 2.21329461672932e-05 418 rna-XM_006465692.3 8594551 9 19351296 19351713 Citrus sinensis 2711 CAG|GTTCTATTTC...TTCGTCTTAACT/TTCGTCTTAACT...TTCAG|GAT 0 1 48.941
46265550 GC-AG 0 1.000000099473604e-05 842 rna-XM_006465692.3 8594551 10 19350329 19351170 Citrus sinensis 2711 CAG|GCAAGTAGTC...TAATTTTGAGCA/TTGGTACTCATT...AACAG|TGG 2 1 51.462
46265551 GT-AG 0 1.000000099473604e-05 106 rna-XM_006465692.3 8594551 11 19350118 19350223 Citrus sinensis 2711 CAT|GTGAGGACAA...CAATTTATGACT/CAATTTATGACT...TTCAG|ATT 2 1 53.579
46265552 GT-AG 0 1.000000099473604e-05 1992 rna-XM_006465692.3 8594551 12 19347892 19349883 Citrus sinensis 2711 AAG|GTTTGGATCT...TGTGCCTTGTTT/CTTTTGGTGATG...TTCAG|GTT 2 1 58.298
46265553 GT-AG 0 1.000000099473604e-05 115 rna-XM_006465692.3 8594551 13 19347443 19347557 Citrus sinensis 2711 AGG|GTACGGAATA...GCTGTTTTATTT/TTTTTTTTCAGT...TACAG|ATT 0 1 65.033
46265554 GT-AG 0 1.000000099473604e-05 247 rna-XM_006465692.3 8594551 14 19347007 19347253 Citrus sinensis 2711 AAG|GTAAAATCTG...TGGGTTTAAGTG/TGTGTATTCATC...GACAG|GTT 0 1 68.845
46265555 GT-AG 0 1.000000099473604e-05 246 rna-XM_006465692.3 8594551 15 19346455 19346700 Citrus sinensis 2711 AAT|GTAAGAATTT...AATGCTTTAGAT/GTTTGGTTAAAT...TGTAG|GTA 0 1 75.015

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