import_graph: Reads graph file and converts it to igraph object

View source: R/utils_network.R

import_graphR Documentation

Reads graph file and converts it to igraph object

Description

Possible formats are c("sif","gml","graphml", "xlsx","custom").

Usage

import_graph(file, format, sep)

Arguments

file

Path to file

format

Fomrat of the File

sep

You can also use a custom seperator like TAB or SPACE

Details

Important: For the sif format please also specify if the sep is a TAB or a SPACE.

Value

igraph object from the network


baumbachlab/keypathwayminer-R documentation built on June 29, 2023, 11:21 a.m.