View source: R/gexp-transform_funcs.R
ecdf_norm | R Documentation |
Normalizes values in the test vector based on the ECDF of the reference vector.
ecdf_norm(test.vec, ref.vec)
test.vec |
Vector of test data. |
ref.vec |
Vector of reference data. |
Vector of normalized values as z-scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.