ecdf_norm: Normalizes values in the test vector based on the ECDF of the...

View source: R/gexp-transform_funcs.R

ecdf_normR Documentation

Normalizes values in the test vector based on the ECDF of the reference vector.

Description

Normalizes values in the test vector based on the ECDF of the reference vector.

Usage

ecdf_norm(test.vec, ref.vec)

Arguments

test.vec

Vector of test data.

ref.vec

Vector of reference data.

Value

Vector of normalized values as z-scores.


califano-lab/PISCES documentation built on Jan. 11, 2023, 5:34 a.m.