Learn R Programming

BicARE (version 1.30.0)

makeReport: Export the results as html files

Description

Creates a directory with html files containing the biclustering results.

Usage

makeReport(dirPath, dirName, resBic, browse=TRUE)

Arguments

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

Details

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.

Examples

Run this code

data(sample.biclustering)
dirPath <- getwd() ## report created in the current working directory
dirName <- "test"
makeReport(dirPath, dirName, sample.biclustering, browse=FALSE)

Run the code above in your browser using DataLab