loadNetwork.tab: Load network from tabular format

Description Usage Arguments Author(s) See Also

View source: R/IO.R

Description

The function loads a network from a tabular format.

Usage

1
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


BioNet documentation built on Nov. 8, 2020, 5:48 p.m.