region.ratio | R Documentation |
Given two or more regions (pairs of lower and upper bounds), calculate the ratio of the integrated sum of each additional region relative to the integrated sum of the first region. The ratio is computed individually for each sample.
region.ratio(
electrophoresis,
...,
bound.variable = "length",
sum.variable = "molarity"
)
electrophoresis |
An |
... |
Two or more pairs (vectors) of boundaries, e.g. |
bound.variable |
Which variable the boundaries refer to. |
sum.variable |
Which variable to sum in each region. |
A matrix of ratios of sums within the regions, each region relative to the first region, for each sample.
integrate.custom
, dv200
, illumina.library.ratio
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.