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