| MMvsPSallModules {ProCoNA} | R Documentation |
Call MMvsPS, producing plots for all modules.
MMvsPSallModules(net, peptable, phenoVec, prefixName)
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. |
nothing returned
David L Gibbs
## 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)