[][src]Module biostats::track_correlation

Enums

ValueTransform

Idenitty does not change the value. Log transforms any value x into sign(x) * ln(|x| + 1) Thresholding(t) will restrict the absolute value to less than or equal to t. LogThresholding(t) will first apply the thresholding and then apply the log transform.

Functions

compute_track_correlations

Type Definitions

ChromCorrelations
OverallCorrelations