Description Usage Arguments Details Author(s) Examples
Creates a directory with html files containing the biclustering results.
1 | makeReport(dirPath, dirName, resBic, browse=TRUE)
|
dirPath |
path to the directory |
dirName |
the name of the directory where the report will be created |
resBic |
a biclustering result |
browse |
logical. If TRUE the web browser will be opened |
makeReport
produces a html report of biclustering results in a new directory named dirName
.
If the browse
argument is set to TRUE the web browser will be opened on the
"home.html" file.
Make sure to have rights to create the result directory.
Pierre Gestraud pierre.gestraud@curie.fr
1 2 3 4 | data(sample.biclustering)
dirPath <- getwd() ## report created in the current working directory
dirName <- "test"
makeReport(dirPath, dirName, sample.biclustering, browse=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.