compareNetworksWithFishersExactTestProcona {ProCoNA}R Documentation

compareNetworksWithFishersExactTestProcona

Description

Convienence function for calling the compareNetworksWithFishersExactTest using only two procona objects.

Usage

compareNetworksWithFishersExactTestProcona(net1, net2, 
    title)

Arguments

net1

procona object for network 1

net2

procona object for network 2

title

plot title

Value

Returns a list of fisher -log pvalues, and overlaps between modules.

Author(s)

David L Gibbs

Examples

## Not run: 
data(ProCoNA_Data)
#net1 <- buildProconaNetwork("peptide network", peptideData)
#net2 <- buildProconaNetwork("peptide network", peptideData)
compareNetworksWithFishersExactTestProcona(net1, net2, "new comparison")

## End(Not run)

[Package ProCoNA version 1.18.0 Index]