sumProbabilities {DiffLogo} | R Documentation |
the sum of probabilities for the given probability vector, i.e. 1.0
sumProbabilities(p)
p |
probability vector representing the symbol distribution |
an object consisting of height and ylab
Martin Nettling
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)