repCorr {phenoDist}R Documentation

repCorr

Description

This function calculates the correlation between replicate phenotypes.

Usage

repCorr(x, pheno, ...)

Arguments

x

An imageHTS object.

pheno

A numeric vector for distance measures to negative control, as returned from distToNeg.

...

Additional arguments to be passed to the cor function of the stats pacakge.

Value

Correlation coefficient returned from the cor function of the stats pacakge.

Author(s)

Xian Zhang

See Also

cor, distToNeg

Examples


## see distToNeg.


[Package phenoDist version 1.27.0 Index]