Description Usage Arguments Value Author(s) Examples
Plots the module membership (correlation to eigenvector) against the peptide significance (correlation to phenotype) for a given trait and module
1 | MMvsPS(pnet, pepdat, phenoVec, mod)
|
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 |
returns a list of module memberships and peptide significances.
David L Gibbs
1 2 3 | data(ProCoNA_Data)
#net1 <- buildProconaNetwork("peptide network", peptideData, pow=13)
MMvsPS(net1, peptideData, phenotypes[,5], 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.