toGraphNEL: Converts an annotated igraph object to graphNEL

View source: R/netWeight.R

toGraphNELR 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.")


ahmohamed/NetPathMiner documentation built on May 15, 2023, 12:53 p.m.