startReport: start and end a RNAinteract report

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/report.R

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

1
2
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

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

RNAinteract documentation built on Nov. 8, 2020, 5:28 p.m.