getLabel: Get the nodes on a layer in a Neo4j graph

View source: R/Getter_Functions.R

getLabelR Documentation

Get the nodes on a layer in a Neo4j graph

Description

Get the nodes on a layer in a Neo4j graph

Usage

getLabel(connection, label, property_key)

Arguments

connection

The Neo4j connection object.

label

The name of the label.

property_key

The node property key name to be extracted.

Value

A list of nodes having the label, with their property key values.

Examples

## Not run: 
#To get the list of Proteins' names
result = getLabel(connection, "Protein", "name")

## End(Not run)

frankkramer-lab/Multipath2Neo4j documentation built on July 20, 2023, 11:43 p.m.