generate_edges: Generate network edges

View source: R/generate_edges.R

generate_edgesR Documentation

Generate network edges

Description

Generate network edges

Usage

generate_edges(corr.matrix, correlation, node.ids)

Arguments

corr.matrix

Output from prepare_corr_matrix()

correlation

Metric for pairwise comparisions (see Hmisc::rcorr())

node.ids

Output from get_node_ids()

Examples

generate_edges(corr_matrix, "spearman", nodes)

mselensky/bngal documentation built on June 3, 2024, 6:27 a.m.