Description Usage Arguments Value Examples
generates a pwm from an alignment file
1 | getPwmFromAlignmentFile(filename, alphabet = NULL)
|
filename |
the alignment file |
alphabet |
the desired alphabet of type Alphabet |
a pwm
1 2 3 | fileName = "extdata/alignments/calamodulin_1.txt"
file = system.file(fileName, package = "DiffLogo")
pwm = getPwmFromAlignmentFile(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.