makeReport: Make an HTML report from a FASTASummary of FASTQSummary...

Description Usage Arguments Author(s) Examples

Description

makeReport takes a FASTQSummary or FASTASummary object, creates an HTML report, and writes it to a file within a directory. The directory naming is incremental so past reports will not be overwritten.

Usage

1
  makeReport(x, outputDir=".")

Arguments

x

an object that is either FASTQSummary or FASTASummary.

outputDir

an optional character argument to to indicate the report output directory. By default, the current directory.

Author(s)

Vince Buffalo <vsbuffalo@ucdavis.edu>

Examples

1
2
3
4
5
  ## Load a FASTQ file
  s.fastq <- readSeqFile(system.file('extdata', 'test.fastq', package='qrqc'))

  ## Make and save a report
  makeReport(s.fastq)

qrqc documentation built on Nov. 8, 2020, 7:03 p.m.