| compareNetworksWithFishersExactTestProcona {ProCoNA} | R Documentation |
Convienence function for calling the compareNetworksWithFishersExactTest using only two procona objects.
compareNetworksWithFishersExactTestProcona(net1, net2,
title)
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
## Not run:
data(ProCoNA_Data)
#net1 <- buildProconaNetwork("peptide network", peptideData)
#net2 <- buildProconaNetwork("peptide network", peptideData)
compareNetworksWithFishersExactTestProcona(net1, net2, "new comparison")
## End(Not run)