Description Usage Arguments Value References
View source: R/efroni_specific_functions.R
Implements modified Efroni method for determining which bin corresponds to background expression. This method is used internally within the 'bin_expression_data“ function.
1 2 | efroni_get_background_bin(expression, expression_thresh, l,
use_original = F)
|
expression |
a numeric vector of expression values |
expression_thresh |
the threhold for determining whether a bin is in the background |
l |
integer, number of expression bins |
use_original |
logical, whether to use the original method of computing background bins (ignores minimum values). FALSE by default. |
an integer corresponding to the "background bin". If this bin is undetermined (no clear grouping of data), returns the maximum bin number (l)
Ifroni, E., Ip, PL., Nawy, T., Mello, A., Birnbaum, KD. 2015. "Quantification of cell identity from single-cell gene expression profiles". Genome Biology 16(9)
Birnbaum, KD. and Kussell, E. 2011. "Measuring cell identity in noisy biological systems". Nucl. Acids. Res. 39(21)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.