SC1_Methods | R Documentation |
sc1_mthds
returns a list of functions to be used during level 1
single-concentration processing.
sc1_mthds()
The functions contained in the list returned by sc1_mthds
return
a list of expressions to be executed in the sc2
(not exported)
function environment. The functions are described here for reference
purposes, The sc1_mthds
function is not exported, nor is it
intended for use.
All available methods are described in the Available Methods section, listed by the function/method name.
A list functions
The methods are broken into three types, based on what fields they define. Different methods are used to define "bval" (the baseline value), "pval" (the positive control value), and "resp" (the final response value).
Although it does not say so specifically in each description, all methods are applied by acid.
More information about the level 3 single-concentration processing is available in the package vignette, "Pipeline_Overview."
Calculate bval as the median of rval for wells with wllt equal to "n," by apid.
Calculate bval as the median of rval for wells with wllt equal to "t," by apid.
Calculate bval as the median of rval for wells with wllt equal to "t" or "n," by apid.
Calculate pval as the median of rval for wells with wllt equal to "p," by apid.
Calculate pval as the median of rval for wells with wllt equal to "m," by apid.
First calculate the median of rval for wells with wllt equal to "p" or "c," by wllt, conc, and apid. Then calculate pval as the maximum of the calculated medians, by apid.
First calculate the median of rval for wells with wllt equal to "p" or "c," by wllt, conc, and apid. Then calculate pval as the minimum of the calculated medians, by apid.
First calculate the median of rval for wells with wllt equal to "m" or "o," by wllt, conc, and apid. Then calculate pval as the minimum of the calculated medians, by apid.
Define pval as 0.
Calculate resp as \frac{\mathit{rval} -
\mathit{bval}}{\mathit{pval} - \mathit{bval}}100
.
Calculate resp as \mathit{rval}/\mathit{bval}
.
Calculate resp as \mathit{rval} - \mathit{bval}
.
Take the logarithm of resp with base 2.
Multiply resp by -1.
Do no normalization; make resp equal to rval.
This function is not exported and is not intended to be used by the user.
sc1
, Method functions
to query what
methods get applied to each acid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.