Description Usage Arguments Value Examples
View source: R/clusterMotifs.R
A help function to do matalign and motifHclust in one function.
1 | clusterMotifs(motifs, ...)
|
motifs |
A list of pcms of pfms. |
... |
parameter to be passed to matalign function. |
An object of hclust.
1 2 3 4 5 6 | if(interactive() || Sys.getenv("USER")=="jianhongou"){
fp <- system.file("extdata", package="motifStack")
fs <- dir(fp, "pcm$")
pcms <- importMatrix(file.path(fp, fs), format="pcm")
hc <- clusterMotifs(pcms)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.