createNetwork: Create Network

Description Usage Arguments Value Author(s) References

Description

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.

Usage

1
2
3

Arguments

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()

Value

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.

Author(s)

Bin Zhang

References

Zhang, B. & Horvath, S. (2005) Statistical Applications in Genetics and Molecular Biology 4, Article 17.


Sage-Bionetworks/SageBionetworksCoex documentation built on May 9, 2019, 12:11 p.m.