Description Usage Arguments Value References Examples
View source: R/estimateDecayRates.R
Code adapted from dynGENIE3. For each gene, the decay rate is estimated by assuming that the gene expression x(t) follows: x(t) = A exp(-alpha * t) + cMin, between the highest and lowest expression values. cMin is set to the minimum expression value over all genes and all samples.
1 |
data |
The data.frame provided as input to inferNetwork(). Refer to the data parameter in inferNetwork() for more details. |
Returns a vector of estimated decay rates for each gene.
Geurts, P. (2018). dynGENIE3: dynamical GENIE3 for the inference of gene networks from time series expression data. Scientific reports, 8(1), 1-12.
1 2 3 4 | ## Not run:
alphas <- estimateDecayRates(Repressilator)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.