Description Usage Arguments Value Author(s) Examples
the sum of probabilities for the given probability vector, i.e. 1.0
1 |
p |
probability vector representing the symbol distribution |
an object consisting of height and ylab
Martin Nettling
1 2 3 4 5 6 | motif_folder= "extdata/pwm"
motif_name = "HepG2"
fileName = paste(motif_folder,"/",motif_name,".pwm",sep="")
file = system.file(fileName, package = "DiffLogo")
motif = getPwmFromPwmFile(file)
seqLogo(pwm = motif, stackHeight = sumProbabilities)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.