computeIntrinsicNoise {noise} | R Documentation |
Compute estimates of the intrinsic noise.
Description
This function computes several estimates of the intrinsic noise (unscaled by the mean). The estimators, described in Fu and Pachter (2016), include the original estimators developed in Elowitz et al. (2002), unbiased estimators with and without assuming equal mean of the two reporters, min-MSE estimators with and without assuming equal mean, and asymptotic estimators for large sample sizes with and without assuming equal mean.
Usage
computeIntrinsicNoise(reporter1, reporter2)
Arguments
reporter1 |
A vector of continuous values. |
reporter2 |
A vector of continuous values. |
Value
Six (unscaled) estimates of intrinsic noise: the original estimators developed in Elowitz et al. (2002), unbiased estimators with and without assuming equal mean of the two reporters, min-MSE estimators with and without assuming equal mean, and asymptotic estimators for large sample sizes with and without assuming equal mean.
Author(s)
Audrey Q. Fu
References
Fu, A. Q. and Pachter, L. (2016). Estimating intrinsic and extrinsic noise from single-cell gene expression measurements. arXiv:1601.03334. Elowitz, M. B., A. J. Levine, E. D. Siggia, and P. S. Swain (2002) Stochastic gene expression in a single cell. Science, 297, 1183-1186.
See Also
computeExtrinsicNoise
, simulateSC
. See estimates for data elowitz_data
and yang_nl10
.