Description Usage Arguments Value Examples
generates a pwm from a pwm file
1 | getPwmFromPwmFile(filename)
|
filename |
the pwm file |
a pwm
1 2 3 | fileName = "extdata/pwm/H1-hESC.pwm"
file = system.file(fileName, package = "DiffLogo")
pwm = getPwmFromPwmFile(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.