Analysis Configuration

Public fields

sep

separator to use when uniting columns is necessary

table

AnalysisTableAnnotation

parameter

AnalysisParameter

Methods


Method new()

create AnalysisConfiguration

Usage

AnalysisConfiguration$new(
  analysisTableAnnotation,
  analysisParameter = AnalysisParameters$new()
)

Arguments

analysisTableAnnotation

instance of AnalysisTableAnnotation

analysisParameter

instance of AnalysisParameter


Method clone()

The objects of this class are cloneable with this method.

Usage

AnalysisConfiguration$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.