Learn R Programming

RNAinteract (version 1.20.0)

startReport: 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.

Value

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

Details

~~ details ~~

See Also

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

Examples

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

Run the code above in your browser using DataLab