integrate.custom | R Documentation |
Compute the sum of some electrophoresis variable in an electrophoresis
object between specified boundaries. The variable is summed individually for each sample.
integrate.custom(
electrophoresis,
lower.bound = -Inf,
upper.bound = Inf,
bound.variable = "length",
sum.variable = "molarity"
)
electrophoresis |
An |
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. |
integrate.peak
, integrate.region
, region.ratio
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.