Description Usage Arguments Value Author(s) Examples
Convienence function for calling the compareNetworksWithFishersExactTest using only two procona objects.
1 2 |
net1 |
procona object for network 1 |
net2 |
procona object for network 2 |
title |
plot title |
Returns a list of fisher -log pvalues, and overlaps between modules.
David L Gibbs
1 2 3 4 5 6 7 | ## Not run:
data(ProCoNA_Data)
#net1 <- buildProconaNetwork("peptide network", peptideData)
#net2 <- buildProconaNetwork("peptide network", peptideData)
compareNetworksWithFishersExactTestProcona(net1, net2, "new comparison")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.