MMvsPS: Module members vs Peptide Significance

Description Usage Arguments Value Author(s) Examples

Description

Plots the module membership (correlation to eigenvector) against the peptide significance (correlation to phenotype) for a given trait and module

Usage

1
MMvsPS(pnet, pepdat, phenoVec, mod)

Arguments

pnet

The procona network

pepdat

the peptide data, with rows as samples and columns as peptides

phenoVec

the phenotypic trait, vector

mod

the module of interest

Value

returns a list of module memberships and peptide significances.

Author(s)

David L Gibbs

Examples

1
2
3
data(ProCoNA_Data)
#net1 <- buildProconaNetwork("peptide network", peptideData, pow=13)
MMvsPS(net1, peptideData, phenotypes[,5], 1)

ProCoNA documentation built on Nov. 1, 2018, 3:28 a.m.