probabilities {DiffLogo} | R Documentation |
the given probabilities
probabilities(p)
p |
probability vector representing the symbol distribution |
the given vector
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, baseDistribution = probabilities)