buildReports {savR}R Documentation

Generate Illumina reports folder

Description

Generate a folder of images that approximates the format of the folder that was superceded by InterOp. Requires the Cairo package.

Usage

buildReports(project, destination)

## S4 method for signature 'savProject,character'
buildReports(project,
  destination = "./savR-reports")

## S4 method for signature 'savProject,missing'
buildReports(project)

Arguments

project

SAV project

destination

path to save reports folder

Examples

## Not run: 
example(savR)
buildReports(fc, "reports")

## End(Not run)

[Package savR version 1.26.0 Index]