getCytoscapeLayout: Get layout for a cytoscape network

View source: R/cytoscapeAccessoryFunctions.R

getCytoscapeLayoutR Documentation

Get layout for a cytoscape network

Description

This function retrieves the layout of an active cytoscape network using the 'RCy3' package. The layout is retrieved as node coordinates.

Usage

getCytoscapeLayout(normalise = TRUE)

Arguments

normalise

a logical, indicating whether coordinates should be normalised using the z-transform or not.

Value

a data.frame with the x and y coordinates of nodes. Node names are stored as rownames of the data.frame.

Examples

# getCytoscapeLayout()


bhuvad/restools documentation built on June 16, 2024, 12:44 a.m.