getLayoutPropertyNames: getLayoutPropertyNames

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
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

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

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.