SangerAlignment-class-generateReportSA: generateReportSA

Description Usage Arguments Value Examples

Description

A SangerAlignment method which generates final reports of the SangerContig instance.

Usage

1
2
3
## S4 method for signature 'SangerAlignment'
generateReportSA(object, outputDir,
  includeSangerContig = TRUE, includeSangerRead = TRUE)

Arguments

object

A SangerAlignment S4 instance.

outputDir

The output directory of the generated HTML report.

includeSangerContig

The parameter that decides whether to include SangerContig level report. The value is TRUE or FALSE and the default is TRUE.

includeSangerRead

The parameter that decides whether to include SangerRead level report. The value is TRUE or FALSE and the default is TRUE.

Value

The output absolute path to the SangerAlignment's HTML file.

Examples

1
2
3
4
data("sangerAlignmentData")
## Not run: 
generateReportSA(sangerAlignmentData)
## End(Not run)

sangeranalyseR documentation built on Nov. 8, 2020, 5:59 p.m.