Description Usage Arguments Value Examples
Performs Fisher's Z Transformation test for differential correlation.
1 | fisherZtransformTest(dat, xname, yname, classLabels = NULL)
|
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 |
single value for p-value
1 2 3 | data(STRING)
data(SKCM)
fisherZtransformTest(dat = SKCM,xname = "EIF3C",yname = "EIF5B")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.