MC2_Methods | R Documentation |
mc2_mthds
returns a list of correction/transformation functions
to be used during level 2 multiple-concentration processing.
mc2_mthds()
The functions contained in the list returned by mc2_mthds
return
a list of expressions to be executed in the mc2
(not exported)
function environment. The functions are described here for reference
purposes, The mc2_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
More information about the level 2 multiple-concentration processing is available in the package vignette, "Data_processing."
Transform the corrected response value (cval) to log-scale (base 2).
Transform the corrected response value (cval) to log-scale (base 10).
Exclude wells with negative corrected response values (cval) and downgrading
their well quality (wllq); if cval<0, wllq=0
.
Exclude wells with corrected response values (cval) equal to zero and
downgrading their well quality (wllq); if cval=0, wllq=0
.
Multiply corrected response value (cval) by 25; 25*cval
.
Multiply corrected response value (cval) by 100; 100*cval
.
Shift corrected response values (cval) by subtracting the minimum cval and
adding 1, such that the new minimum is 1; cval-min+1
.
Multiply corrected response value (cval) by 2.5; 2.5*cval
.
Multiply corrected response value (cval) by 3; 3*cval
.
Multiply corrected response value (cval) by 6; 6*cval
.
Center data around zero by subtracting the corrected response value (cval) from
100; 100-cval
. Typically used if data was pre-normalized around 100 with responses
decreasing to 0.
Convert the corrected response value (cval) to an absolute Z-Score based on the neutral and positive control wells (wllts = n and p), by assay plate ID (apid)
Center data around zero by subtracting the corrected response value (cval) from 1;
1-cval
. Typically used if data was pre-normalized around 1 with responses decreasing to 0.
Aggregate technical test replicates (wllt=t) by taking the plate-wise mean per sample id (spid), assay plate (apid), and concentration index (cndx).
Aggregate technical test replicates (wllt=t) by taking the plate-wise median per sample id (spid), assay plate (apid), and concentration index (cndx).
Use for binary data. Aggregate technical replicates as percentage by taking the sum of rval (raw values) relative to total replicates per sample id (spid) and concentration index (cndx); cval = (sum(rval)/.N)*100
.
Use for binary data with variable number of replicates. Aggregate technical replicates as percentage by taking the sum of rval (raw values) relative to total replicates per per sample id (spid) and concentration index (cndx), where there is more than one replicate; cval=(sum(rval)/.N)*100,~where~.N>1
.
Rvals are collapsed to one value per cndx.
This function is not exported and is not intended to be used by the user.
mc2
, 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.