mergeNodes: Merges a given list of nodes in a graph

Description Usage Arguments Value Author(s) See Also

View source: R/mergeNodes.R

Description

Merges a given list of nodes in a graph.

Usage

1
mergeNodes(g, mEdges, separateEntrez=TRUE, entrezOnly=TRUE)

Arguments

g

A graph object.

mEdges

A list of nodes to be merged.

separateEntrez

A logical. If TRUE, don't merge two nodes with entrezID.

entrezOnly

A logical. If TRUE, only keep nodes with an entrezID property.

Value

The updated graph object

Author(s)

Laurent Jacob

See Also

parseNCInetwork()


NCIgraph documentation built on Nov. 8, 2020, 5:54 p.m.