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