Learn R Programming

DCGL (version 1.02)

systematicLinkfilter: A systematic procedure for estimating a cutoff threshold of coexpression networks

Description

A procedure that generates a plot of the correlation threshold versus the clustering coefficient for helping define a correlation threshold in coexpression network construction.

Usage

systematicLinkfilter(exprs)

Arguments

exprs
a data frame or matrix with rows as variables (genes) and columns as samples.

Value

  • A table of 'correlation threshold' vs. 'clustering coefficient' that may assist the user to determine correlation threshold.

Details

A systematic procedure for inferring a cutoff threshold of coexpression networks directly from their topological properties. The objective is to automatically select a threshold that preserves as many valid coexpression links as possible, while simultaneously controlling the number of false detections. The procedure is based on comparing the observed clustering coefficient and its randomized counterpart as the number of connections is gradually decreased. This method is computation-intensive and is optimal for a total gene number less than 500.

References

Elo, L.L., Jarvenpaa, H., Oresic, M., Lahesmaa, R. and Aittokallio, T. (2007) Systematic construction of gene coexpression networks with applications to human T helper cell differentiation process, Bioinformatics, 23, 2096-2103.

Examples

Run this code
data(dataC)
exprs <- dataC[1:50,]
C_r <- systematicLinkfilter(exprs)

Run the code above in your browser using DataLab