Description Usage Arguments Value Examples
View source: R/calculateHZEIint.R
This function calcuales the HZEI integral of a nucleotide sequence.
1 | 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
1 2 | ## Example to increase HZEI integral for a given coding sequence
x <- calculateHZEIint('ATACCAGCCAGCTATTACATTT')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.