Learn R Programming

skynet (version 1.4.3)

disparity_filter: Disparity Filter

Description

Uses the Serrano's disparity filter (https://en.wikipedia.org/wiki/Disparity_filter_algorithm_of_weighted_network) to extract the backbone of the network in "Extracting the multiscale backbone of complex weighted networks"

Usage

disparity_filter(g, alpha = 0.003)

Arguments

g

igraph object

alpha

Alpha value. Default 0.003

Examples

Run this code
# NOT RUN {
netDir <- make.netDir(OD_Sample)
disparity_filter(netDir$gDir, alpha = 0.003)
# }

Run the code above in your browser using DataLab