applyOperation: Applies a single operation

Description Usage Arguments

View source: R/processPrimers.R

Description

Applies a single operation

Usage

1
applyOperation(all_results, config, op_number = NULL, operation = NULL)

Arguments

all_results

A list of all results given the class 'all_results'.

config

A list of configuration options

op_number

The operation number. If not specified it will be computed based on the length of all_results

operation

The name of the operation to apply. A function by this name with the arguments all_results and config must exists. Additionally, the functions saveToDisk, genReport, genSummary and print must be specialized for objects of the class matching the name of the operation. If specified, it will be used as a check to ensure that the correct operation was retrieved from the operations_list in the config argument.


HIVDiversity/MotifBinner2 documentation built on May 6, 2019, 6:44 p.m.