makeNet: Generate a graph object for input network

Description Usage Arguments Value

View source: R/NetConfig.R

Description

This function reads a node file and edge file and generates a network object for downstream analysis.

Usage

1
makeNet(edgeFile, nodeFile, rand = FALSE, seed = 1)

Arguments

rand

boolean value indicating if randomized network will be generated

seed

seed for network randomization

edge_file

file path for edges in input network

node_file

file path for nodes in input network

Value

a graph/network object(igraph package)


gaolong/arvin documentation built on May 28, 2019, 8:41 p.m.