prepareNodesDataframeToCreate: Prepare the nodes dataframe

View source: R/Data_Preparation_Functions.R

prepareNodesDataframeToCreateR Documentation

Prepare the nodes dataframe

Description

Prepare a dataframe containing the nodes of a mully graph, extracted from getNodesAttribues() function, to be created in Neo4j database. The dataframe contains the nodes' label and their property keys.

Usage

prepareNodesDataframeToCreate(biopax, g)

Arguments

biopax

The biopax object.

g

The mully graph.

Value

A dataframe of nodes ready to be created in Neo4j database.

Examples

## Not run: 
nodes = prepareNodesDataframeToCreate(wntBiopax,wntmully)

## End(Not run)

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