Learn R Programming

stringgaussnet (version 1.1)

FilterEdges:

Filter edges on network.

Description

Generic function to filter on edge attributes for following network objects: ShortPathSTRINGNet, SIMoNeNet and FactorNetworks.

Usage

FilterEdges(x, ...)

Arguments

x

Generic network object

...

Additional parameters in specific functions.

Details

For STRINGNet, selectInteractionTypes has already an option to filter on edge attributes. WGCNANet is already a correlation filtering process.

See Also

FilterEdges.ShortPathSTRINGNet, FilterEdges.SIMoNeNet, FilterEdges.FactorNetworks