startReport {RNAinteract}R Documentation

start and end a RNAinteract report

Description

startReport will open a html page and starts writing an html report for a RNAinteract screen. endReport finishes the report and closes the html-file.

Usage

startReport(outputpath)
endReport(report)

Arguments

outputpath

the path to the output directory were the report is written to.

report

An report object as returned by startReport or any report... function.

Details

~~ details ~~

Value

startReport returns an report object. It is handed over to each report-function.

Author(s)

Bernd Fischer

See Also

RNAinteract-package, reportAnnotation, reportStatistics, reportGeneLists, reportNetworks, reportScreenData, reportDoublePerturbation, reportMainEffects

Examples

data("sgi")
report <- startReport("report")
reportAnnotation(sgi, report = report)
endReport(report)
# browseURL(file.path("report","index.html"))

[Package RNAinteract version 1.40.0 Index]