gelDiff | R Documentation |
Obtain a p-value matrix of the laplace distributed difference
between two different outputs of the gelMatrix
function.
If twoTailed == FALSE
, the p-value describes correlations
that are more significant in the first gelMatrix
than the
second.
gelDiff(gm1, gm2, twoTailed = FALSE, unifOut = FALSE)
gm1 |
The first |
gm2 |
The second |
twoTailed |
Whether to make the resulting p-values two-tailed |
unifOut |
Whether to force the output to the uniform distribution |
A p-value matrix of the same dimensions as the each input
gelMatrix
. This matrix may be used in place of
gelMatrix
for any function in this package.
Anooj Arkatkar
gelMatrix
data(foldChange) # Compare the networks between two sets of samples gm1 <- gelMatrix(foldChange[,1:7]) gm2 <- gelMatrix(foldChange[,8:14]) gd <- gelDiff(gm1, gm2, twoTailed=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.