Description Usage Arguments Value Examples
Draws a table of DiffLogos.
1 | drawDiffLogoTable(diffLogoTableObj, ...)
|
diffLogoTableObj |
the diffLogoTable-Object created by function prepareDiffLogoTable(...) |
... |
optional parameters for functon axis |
none (draws difference logo)
1 2 3 4 5 6 7 8 9 10 11 | motif_folder= "extdata/pwm"
motif_names = c("HepG2","MCF7","HUVEC","ProgFib")
motifs = list()
for (name in motif_names) {
fileName = paste(motif_folder,"/",name,".pwm",sep="")
file = system.file(fileName, package = "DiffLogo")
motifs[[name]] = getPwmFromPwmFile(file)
}
diffLogoTableObj = prepareDiffLogoTable(motifs)
drawDiffLogoTable(diffLogoTableObj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.