View source: R/electrophoresis.R
in.custom.region | R Documentation |
This function takes the $data
element of an electrophoresis
object and the boundaries of a region, for a desired variable, and checks whether each data point is within that region.
in.custom.region(
data,
lower.bound = -Inf,
upper.bound = Inf,
bound.variable = "length"
)
data |
A data frame of electrophoresis data, from the |
lower.bound |
Lower boundary of the region. |
upper.bound |
Upper boundary of the region. |
bound.variable |
Which variable the boundaries refer to. |
A vector of logicals with length nrow(data)
.
in.region
, in.peak
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.