Description Usage Arguments Value
View source: R/internal_fluo_est.R
It calculates the unnormalized signal of a normalized image. The normalization has been originally performed as x[i,j]/bits where x[i,j] is the i,j element of the signal matrix x and bits is the value of the bits.
1 | unnormalizeC01(data, bits)
|
data |
Data matrix. The matrix of the normalized image signals. |
bits |
Numeric. The image bits. |
A matrix of unnormalized image signals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.