Description Usage Arguments Value Examples
View source: R/calcRangeLambda.R
The penalty parameter lambda can range from zero to infinity and it controls the introduction of slack variables in the network inference lp model. To limit the introduction of slack variables we restrict lambda to be not larger than lambdaMax (=the number of slack variables times the variance of all measurements given). This function computes the range from zero to lambdaMax with a given stepsize that increases exponentially.
1 | calcRangeLambda(obs, delta, delta_type, flag_time_series=FALSE)
|
obs |
Numeric matrix/array: the observation matrix/array. It can have up to 3 dimensions, where dimension 1 are the network nodes, dimension 2 are the perturbation experiments, and dimension 3 are the time points (if considered). |
delta |
Numeric: defines the thresholds for each gene to determine its observation to be active or inactive. This parameter can be either a numeric vector, a matrix, or a 3D array, depending on the specified delta_type. |
delta_type |
Character: can have the following values and meanings:
|
flag_time_series |
Logical: specifies whether steady-state (FALSE) or time series data (TRUE) is used. |
Numeric vector of possible values for lambda.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.