Description Usage Arguments Details Value Author(s) See Also Examples
The mitoODE
package implements the differential model fitting used
in the “Dynamical modelling of phenotypes in a genome-wide RNAi
live-cell imaging assay” paper and includes the code to reproduce the presented figures and results.
See the vignette for details about the model.
1 2 |
y |
A matrix with 4 columns containing the cell count time series, such
as the one returned by |
p0 |
A vector of 10 numeric parameters, such as returned by |
pconst |
A vector of 10 numeric parameters, containing |
nfits |
The number of fits to be done. Default is 1. |
sd |
A numeric indicating the standard deviation of some Gaussian noise added to the initial conditions before fitting. Default is 0. |
mc.cores |
A numeric indicating how many parallel cores should be used to fit the cell count time series. Default is 1. |
best |
A logical. See return value. |
The function fitmodel
fits the cell count data to the differential equation model described in the vignette, using
the penalized Levenberg-Marquardt nls.lm
algorithm.
getp0
returns a vector of 10 parameters that can be used as initial conditions.
If TRUE
, fitmodel
returns the best fitted parameters, otherwise returns the all n
fitted parameters.
Gregoire Pau, pau.gregoire@gene.com, 2012
loadFittedData
, figure1
, plotfit
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.