Description Usage Arguments Value Author(s) References
Creates a data frame for the derived network, given the input data and the data objects for the coexpression results. As such this function is purely for data assembly, not for computation.
1 2 3 | createNetwork(expressionData,
geneModules,
intraModularStatistics)
|
expressionData |
A normalized matrix of gene expression data, given as a data frame with rows as samples and columns as genes/probes. |
geneModules |
The module membership of each gene, as computed by modulesFromGeneTree() |
intraModularStatistics |
A data frame of intramodule gene statistics, returned by intraModularStatistics() |
Returns a data frame with one row per gene and a column-concatenation of (a) the input data, (b) the intramodular statistics (as produced by intraModularStatistics()), (c) the gene-wise standard deviation of the input data, and (d) the gene module assignments.
Bin Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.