makeReport-methods {qrqc} | R Documentation |
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.
makeReport(x, outputDir=".")
x |
an object that is either |
outputDir |
an optional character argument to to indicate the report output directory. By default, the current directory. |
Vince Buffalo <vsbuffalo@ucdavis.edu>
## Load a FASTQ file s.fastq <- readSeqFile(system.file('extdata', 'test.fastq', package='qrqc')) ## Make and save a report makeReport(s.fastq)