prune_network: Exclude nodes from a network which are not well connected.

View source: R/network.R

prune_networkR Documentation

Exclude nodes from a network which are not well connected.

Description

Exclude nodes from a network which are not well connected.

Usage

prune_network(network, min_weight = 0.4, min_connectivity = 1)

Arguments

network

input network to prune.

min_weight

Minimum acceptable weight.

min_connectivity

Minimum number of nodes to which to be connected.

Value

A hopefully smaller, but not too small network.


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.