Description Usage Arguments Value Examples
This function invokes a Fortran subroutine to calculate histone binding score. Nucleosomal and linker models built upon the chemical maps are used for the calculation.
1 |
inseq |
a character or DNAString object. The length of the character string must be 147 bp. |
species |
a character = mm, sc or sp; "mm" for mouse, "sc" for S. cerevisiae and "sp" for S. pombe. |
silent |
a logical value indicating whether messages are printed in the console. |
HBA
outputs one numeric value:
histone binding affinity for a whole nucleosome.
1 2 | load(system.file("extdata","inseq.RData",package="nuCpos"))
HBA(inseq, species = "sc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.