Description Usage Arguments Details Value Author(s) See Also Examples
For each experiment in a data matrix (i.e. stimulation/inhibition) subtract the median of the curve and shift up to the median of the whole experiment, i.e. median of all biological and technical replicates.
1  | center_ddepn(dat)
 | 
dat | 
 The data matrix obtained in   | 
Used to center the replicate time courses. The time curves should lie as close together as
possible, so that the estimated active/passive Gaussians estimated in ddepn are
not obfuscated by the variance between the replicates. FCF normalising and centering will 
yield the data matrix obtained in hcc1954. The function is provided for
convenience. It should be traceable, how the matrices were generated.
The centered data matrix.
Christian Bender
1 2 3 4 5 6 7 8 9 10 11  | ## Not run: 
library(ddepn)
data(hcc1954raw)
## perform FCF normalisation
datfcf <- hcc1954raw / hcc1954fcf * hcc1954fcfmedian
## center the data
datc <- center_ddepn(datfcf)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.