Learn R Programming

MAnorm2 (version 1.2.2)

MA.pcc: Deduce Pearson Correlation Coefficient between M & A Values

Description

Deduce Pearson Correlation Coefficient between M & A Values

Usage

MA.pcc(x, y)

Value

Safely deduced PCC between (x + y) and (y - x).

Arguments

x, y

Two numeric vectors representing the signal intensities of two samples.

Examples

Run this code
if (FALSE) {
## Private functions involved.

MA.pcc(1:4, 1:4 + c(1, 2, 4, 9))

# The robustness.
MA.pcc(1, 0)
MA.pcc(1:4, 2:5)
}

Run the code above in your browser using DataLab