.collateReports {abseqR}R Documentation

Collate all HTML reports into a single directory and cretate an entry index.html file that redirects to all collated HTML files

Description

Collate all HTML reports into a single directory and cretate an entry index.html file that redirects to all collated HTML files

Usage

.collateReports(reports, individualSamples, outputDirectory)

Arguments

reports

list/vector type. Collection of strings that are path(s) to <sample>_report.html

individualSamples

list type. list of AbSeqRep objects. Used to extract filtering information and % read counts.

outputDirectory

string type. Where should the report be placed.

Value

Nothing


[Package abseqR version 1.11.0 Index]