Learn R Programming

nichenetr (version 0.1.0)

randomize_complete_network_source_specific: Randomize an integrated network by shuffling its source networks

Description

randomize_complete_network_source_specific Randomizes an integrated network of interest by edge swapping in the source-specific networks to preserve the degree of the nodes

Usage

randomize_complete_network_source_specific(network)

Arguments

network

A data frame / tibble containing gene-gene interactions (required columns: $from, $to, $source)

Value

A randomized network ($from, $to, $source).

Examples

Run this code
# NOT RUN {
random_lr = randomize_complete_network_source_specific(lr_network)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab