toGraphNEL: Converts an annotated igraph object to graphNEL

Description Usage Arguments Value Author(s) Examples

View source: R/netWeight.R

Description

Converts an annotated igraph object to graphNEL

Usage

1
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

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

NetPathMiner documentation built on Nov. 8, 2020, 8:20 p.m.