toGraphNEL {NetPathMiner}R Documentation

Converts an annotated igraph object to graphNEL

Description

Converts an annotated igraph object to graphNEL

Usage

toGraphNEL(graph, export.attr = "")

Arguments

graph

An annotated igraph object..

export.attr

A regex experssion representing vertex attributes to be exported to the new graphNEL object. Supplying an empty string "" (default) will export all attributes.

Value

A graphNEL object.

Author(s)

Ahmed Mohamed

Examples

	data(ex_kgml_sig)	# Ras and chemokine signaling pathways in human
 graphNEL <- toGraphNEL(ex_kgml_sig, export.attr="^miriam.")


[Package NetPathMiner version 1.30.0 Index]