estimate_lambda: Estimate the parameter lambda

Description Usage Arguments Value See Also Examples

Description

Lambda is a parameter to balance node and edge weight when expanding modules. This function will estimate it when it is not specified. This function is generally called by function dms. Typically users do not need to call it.

Usage

1

Arguments

G

a node- and edge-weighted PPI network, which can be generated from generate_graph

Value

A float between 0 and 1.

See Also

generate_graph

Examples

1
2
3
4
5
## Not run: 
G <- generate_graph(expr1, expr2 , network, geneweight)
lambda <- estimate_lambda(G)

## End(Not run)

aaronwolen/dmGWAS2 documentation built on May 10, 2019, 4:04 a.m.