MMvsPSallModules {ProCoNA}R Documentation

MMvsPSallModules

Description

Call MMvsPS, producing plots for all modules.

Usage

MMvsPSallModules(net, peptable, phenoVec, prefixName)

Arguments

net

The procona network object

peptable

The peptide data

phenoVec

The phenotypic trait, as a numeric vector

prefixName

The plot files prefix name. Writes pdfs.

Value

nothing returned

Author(s)

David L Gibbs

Examples

## Not run: 
# This function outputs a set of pdfs.
data(ProCoNA_Data)
#net1 <- buildProconaNetwork("peptide network", peptideData, pow=13)
MMvsPSallModules(net1, peptideData, phenotypes[,5], 1)

## End(Not run)

[Package ProCoNA version 1.18.0 Index]