Learn R Programming

BioNet (version 1.32.0)

loadNetwork.tab: Load network from tabular format

Description

The function loads a network from a tabular format.

Usage

loadNetwork.tab(file, header=TRUE, directed=FALSE, format=c("graphNEL", "igraph"))

Arguments

file
File with network to load.
header
Booelan value whether to include header or not.
directed
Booelan value whether the network is to be directed or not.
format
Output format of the network, either graphNEL or igraph

See Also

loadNetwork.sif