calculateHZEIint {ModCon} | R Documentation |
This function calcuales the HZEI integral of a nucleotide sequence.
calculateHZEIint(ntSequence)
ntSequence |
Character value of nucleotide sequence whose HZEI integral will be calculated. It should be at least 11 nt long and only contain bases 'A', 'G', 'C', 'T'. |
Integer value stating the HZEI integral of the given sequence ntSequence
## Example to increase HZEI integral for a given coding sequence x <- calculateHZEIint('ATACCAGCCAGCTATTACATTT')