Estimate interaction strengths
fw_infer.Rd
Function to estimate interaction strengths using LIM.
Arguments
- x
an object of class
fw_problem
.- eff_max
max efficiency.
- ...
further arguments passed to
limSolve::xsample()
).- y
an object of class
fw_predicted
- index
index of the prediction to be used.
Value
Return a list of two elements:
prediction
: a data frame with one column per interaction strength estimated. The number of row is given by the number of interaction sets estimated byxsample()
(see parameteriter
inxsample()
).
Details
LIM based on generalized linear Lotka-Volterra model with the following
interaction matrix:
$$\frac{1/X}{X'} = A * X + R $$
See limSolve::xsample()
for the meaning of matrices E, F, G and H.