Filters the covariateData covariates based on the given characterization mean value.

filterCovariateDataCovariates(
  covariateData,
  covariatesName,
  minCharacterizationMean = 0
)

Arguments

covariateData

The covariate data

covariatesName

The name of the covariates object inside the covariateData

minCharacterizationMean

The minimum mean value for characterization output. Values below this will be cut off from output. This will help reduce the file size of the characterization output, but will remove information on covariates that have very low values. The default is 0.