Learn R Programming

IFC (version 0.2.1)

BatchStatsReport: Batch Generation of Statistic Report

Description

Generates statistics report on batch of files or `IFC_data` objects.

Usage

BatchStatsReport(fileName, obj, stats, gating, display_progress = FALSE, ...)

Value

a data.frame of statistics

Arguments

fileName, obj

either one or the other. Path to file(s) to read from for 'fileName' or list of `IFC_data` objects for obj.

stats

template defining stats to compute as extracted by getSTATSREPORT().

gating

an `IFC_gating` object as extracted by readGatingStrategy(). Default is missing. If not missing, each `IFC_data` provided in 'obj' or read from 'fileName' will be passed to applyGatingStrategy() before creating the report.

display_progress

whether to display a progress bar. Default is TRUE.

...

other parameters to be passed.