Description Usage Arguments Value Examples
View source: R/setConstraintsCplex.R
It initializes and stores constraints and bounds for each individual rates. By default, given ncell, it sets all reates to be non-negative, exept for differentiation rates matrix main diagonal elements set to 0. Using this function it is possible to set specific rates to fixed values (non-negative).
1 2 3 4 5 6 7 8 9 |
ncell |
The number of cell types over which the process evolves. |
duplRatesLB |
duplRatesUB deathRatesLB deathRatesUB Vectors of length ncell containing duplication (dupl) and death (death) rates upper- (UB) and lower- (LB) bounds. |
diffRatesLB |
diffRatesUB Matrix of size ncell x ncell containing differentiation rates upper- (UB) and lower- (LB) bounds. |
List with A, (inequality constraints),lb (lower bound), ub (upper bound).
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.