Learn R Programming

RCytoscape (version 1.22.0)

getLayoutPropertyNames: getLayoutPropertyNames

Description

Returns a list of the tunable properties for the specified layout.

Usage

getLayoutPropertyNames(obj, layout.name)

Arguments

obj
a CytoscapeConnectionClass object.
layout.name
a string object.

Value

A named list of strings.

See Also

layout getLayoutNames getLayoutNameMapping getLayoutPropertyType getLayoutPropertyValue setLayoutProperties

Examples

Run this code
  cy <- CytoscapeConnection ()
  prop.names <- getLayoutPropertyNames (cy, 'isom')
  print (prop.names)
    #  "maxEpoch" "sizeFactor" "radiusConstantTime"   "radius"  "minRadius" "initialAdaptation"  "minAdaptation" "coolingFactor"     

Run the code above in your browser using DataLab