Learn R Programming

ProCoNA (version 1.10.0)

compareNetworksWithFishersExactTestProcona: 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

Examples

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

Run the code above in your browser using DataLab