integrate.peak.region | R Documentation |
Compute the sum of some electrophoresis variable between the boundaries of reported peaks or regions in an electrophoresis
object.
integrate.peak(
electrophoresis,
index = seq(nrow(electrophoresis$peaks)),
sum.variable = "molarity"
)
integrate.region(
electrophoresis,
index = seq(nrow(electrophoresis$regions)),
sum.variable = "molarity"
)
electrophoresis |
An |
index |
The index, or a vector of indexes, of the peaks or regions to integrate (row numbers in |
sum.variable |
Which variable to sum in each peak. |
integrate.custom
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.