read.sif | R Documentation |
Function to read network files.
read.sif(sif.file, format = 'graphNEL', directed = FALSE, header =
TRUE, sep = '\t', ...)
sif.file |
Name of network file in SIF format. |
format |
Output format: igraph or graphNEL |
directed |
Logical. Directed/undirected graph. Not used in the current model. |
header |
Logical. Indicate whether the SIF file has header or not. |
sep |
Field separator. |
... |
Further optional arguments to be passed for file reading. |
Read in SIF network file, return R graph object in igraph or graphNEL format.
R graph object in igraph or graphNEL format.
Leo Lahti leo.lahti@iki.fi
#net <- read.sif('network.sif')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.