Description Usage Arguments Value Slots
S4 class to represent a nonlinear mixed effects model based on isotopic distribution
Fit a nonlinear mixed effects model based on isotopic distribution
1 | IsoAPQModel(model_formula, model_data, ...)
|
model_formula |
formula that specifies the model. Special notation '..' denotes all protein variables |
model_data |
input data - data.table with columns: intensity, iso_prob or isoDistr, sequence, rep, precursor_scan, charge_in_scan and protein indicator columns. |
additional |
parameters to the model fitting function (currently stats::optim) |
object of class IsoAPQModel
model_designobject of class IsoAPQModelDesign that describes experimental design reflected in the model
fitted_model_rawusually list (output of stats::optim), potentially could be a different object with raw outputs of function used to fit a model
coefnumeric vector of model coefficient in the following order: standard deviation of the error, parameters that describe random effects, protein abundances, fixed effects
sigmastandard deviation of the random error
random_effects_varnumeric vector of estimated variances of random effects
protein_abundancenumeric vector of estimated protein abundances
fixed_effectsnumeric vector of estimated fixed effects
fittednumeric vector of fitted values
residualsnumeric vector of residuals
hessianhessian of the negative log-likelihood
logliklog-likelihood calculated at the solution
messagemessage indicating if the model converged
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.