SingleSampleReport {enrichTF} | R Documentation |
When user call all steps in the pipeline, the final report can be generated.
enrichSingleSampleReport(prevStep, htmlOutput = NULL, ...) ## S4 method for signature 'Step' enrichSingleSampleReport(prevStep, htmlOutput = NULL, ...)
prevStep |
|
htmlOutput |
|
... |
Additional arguments, currently unused. |
The report is HTML format. All link in HTML file is the relative directory in report step folder and other step folder If user want to move HTML file and keep all link access available, they should move the whole pipeline folder at the same time.
An invisible EnrichStep-class
object (Step-class
based) scalar for downstream analysis.
Zheng Wei