Description Usage Arguments Value Examples
Generates a pwm from a file of different formats. Supported formats are FASTA files (.fa, .fasta), alignment files (.txt, .text, .al, .alignment), PWM files (.pwm), JASPAR / Position Frequency Matrix files (.pfm), and homer files (.motif).
1 | getPwmFromFile(filename)
|
filename |
the file |
a pwm
1 2 3 | fileName = "extdata/pwm/H1-hESC.pwm"
file = system.file(fileName, package = "DiffLogo")
pwm = getPwmFromFile(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.