getLayer {mully}R Documentation

Get the nodes on a layer in a graph

Description

Get the nodes on a layer in a graph

Usage

getLayer(g, nameLayer)

Arguments

g

The input graph.

nameLayer

The name of the layer.

Value

A List of the nodes on the given layer.

Examples

g = mully::demo()
getLayer(g,"gene")

[Package mully version 2.1.38 Index]