Description Usage Arguments Value Author(s) Examples
the given probabilities
1 |
p |
probability vector representing the symbol distribution |
the given vector
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, baseDistribution = probabilities)
|
Loading required package: cba
Loading required package: grid
Loading required package: proxy
Attaching package: ‘proxy’
The following objects are masked from ‘package:stats’:
as.dist, dist
The following object is masked from ‘package:base’:
as.matrix
[1] "pwm must be of class matrix or data.frame. Trying to convert"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.