loadNetwork.tab {BioNet}R Documentation

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

Author(s)

Marcus Dittrich

See Also

loadNetwork.sif


[Package BioNet version 1.52.0 Index]