fisherZtransformTest: fisherZtransformTest

Description Usage Arguments Value Examples

View source: R/DCARS.R

Description

Performs Fisher's Z Transformation test for differential correlation.

Usage

1
fisherZtransformTest(dat, xname, yname, classLabels = NULL)

Arguments

dat

dat is a gene expression matrix (rows genes columns samples)

xname

the name of the first gene

yname

name of the second gene

classLabels

a vector of two class labels, if NULL then split into 50/50. odd number of samples will ignore the middle sample

Value

single value for p-value

Examples

1
2
3
data(STRING)
data(SKCM)
fisherZtransformTest(dat = SKCM,xname = "EIF3C",yname = "EIF5B")

shazanfar/DCARS documentation built on Oct. 14, 2020, 11:11 a.m.