loadNetwork.tab {BioNet} | R Documentation |
The function loads a network from a tabular format.
loadNetwork.tab(file, header=TRUE, directed=FALSE, format=c("graphNEL", "igraph"))
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 |
Marcus Dittrich