Description Usage Arguments Author(s) Examples
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.
1 | 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>
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.