integrate.custom: Integrate a variable in a custom region

View source: R/integration.R

integrate.customR Documentation

Integrate a variable in a custom region

Description

Compute the sum of some electrophoresis variable in an electrophoresis object between specified boundaries. The variable is summed individually for each sample.

Usage

integrate.custom(
  electrophoresis,
  lower.bound = -Inf,
  upper.bound = Inf,
  bound.variable = "length",
  sum.variable = "molarity"
)

Arguments

electrophoresis

An electrophoresis object.

lower.bound

Lower boundary of the region to integrate.

upper.bound

Upper boundary of the region to integrate.

bound.variable

Which variable the boundaries refer to.

sum.variable

Which variable to sum in each region.

See Also

integrate.peak, integrate.region, region.ratio


jwfoley/bioanalyzeR documentation built on Aug. 1, 2023, 4:46 a.m.