Description Usage Arguments Value Examples
Degrade or remove splice donor sites of certain intrinsic strength (in HBS) from a coding sequence by codon selection.
1 | degradeSDs(fanFunc, maxhbs=10, increaseHZEI=TRUE)
|
fanFunc |
Codon matrix with two rows (see example below) |
maxhbs |
Numeric treshold which strength of internal donor sites should be degraded |
increaseHZEI |
Logical value of HZEI integral should be increased or decreased during SD degradation. If TRUE, function aims to increase HZEI integral. |
Character value of a nucleotide sequence encoding the same amino acid as the entered codon matrix fanFunc, but the intrinsic strength of all present splice donors (SD) sites is degraded as much as possible, in case they exceed the given treshold maxhbs.
1 2 3 4 5 6 | library(data.table)
## Initiaing the Codons matrix plus corresponding amino acids
ntSequence <- 'TTTTCGATCGGGATTAGCCTCCAGGTAAGTATCTATCGATCTATGCGATAG'
## Create Codon Matrix by splitting up the sequence by 3nt
fanFunc <- createCodonMatrix(ntSequence)
degradeSDs(fanFunc, maxhbs=10, increaseHZEI=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.