getLayoutPropertyNamesR Documentation

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.

Author(s)

Paul Shannon

See Also

layout getLayoutNames getLayoutNameMapping getLayoutPropertyType getLayoutPropertyValue setLayoutProperties

Examples

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