Description Usage Arguments Details Value Author(s) See Also Examples
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.
1 2 | startReport(outputpath)
endReport(report)
|
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 ~~
startReport returns an report object. It is handed over to each report-function.
Bernd Fischer
RNAinteract-package
,
reportAnnotation
, reportStatistics
, reportGeneLists
, reportNetworks
, reportScreenData
, reportDoublePerturbation
, reportMainEffects
1 2 3 4 5 | data("sgi")
report <- startReport("report")
reportAnnotation(sgi, report = report)
endReport(report)
# browseURL(file.path("report","index.html"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.