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