Description Objects from the Class Slots Methods Author(s)
The main ProCoNA object - holder of data.
Objects can be created by calls of the form new(proconaNet ...)
networkName:A name describing the data or experiment used to build the
network. "character"
samples:The names of samples used in building the network. "character"
adj:The adjacency matrix. "matrix"
TOM:The topological overlap matrix or TOM. "matrix"
peptides:The names of peptides used in the network,
also the node names. "character"
pepTree:The network dendrogram. "hclust"
dynamicColors:The module labels on each node (or peptide). "numeric"
MEs:The module eigenvectors (or eigen-peptides). "data.frame"
mergedMEs:The module eigenvectors after merging
similar modules. "data.frame"
mergedColors:The module labels after merging similar modules. "numeric"
colorOrder:Modules are ordered by size, these labels
correspond to that order. "character"
power:The soft thresholding power used in scaling the
adjacency matrix. "numeric"
networkType:Either a signed or unsigned network
regarding the method used in computing the initial correlations
between nodes. "character"
permtest:The results of the permutation test on
signficance of topological overlap within modules. "matrix"
proconaVersion:Returns the version number of the software that built the object. "character"
signature(x = "proconaNet"): Shows info about the
network.
signature(x = "proconaNet"): Prints info about the
network.
David L Gibbs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.