Description Usage Arguments Value Examples
A SangerRead method which generates final reports of the SangerRead instance.
1 2 3 | ## S4 method for signature 'SangerRead'
generateReportSR(object, outputDir,
navigationContigFN = NULL, navigationAlignmentFN = NULL)
|
object |
A SangerRead S4 instance. |
outputDir |
The output directory of the generated HTML report. |
navigationContigFN |
The internal parameter passed to HTML report. Users should not modify this parameter on their own. |
navigationAlignmentFN |
The internal parameter passed to HTML report. Users should not modify this parameter on their own. |
The output absolute path to the SangerRead's HTML file.
1 2 3 4 | data("sangerReadFData")
## Not run:
generateReportSR(sangerReadFData)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.