repCorr: repCorr

Description Usage Arguments Value Author(s) See Also Examples

View source: R/qualityControl.R

Description

This function calculates the correlation between replicate phenotypes.

Usage

1
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

1
## see distToNeg.

phenoDist documentation built on May 2, 2018, 4:46 a.m.