getLayoutPropertyNames | R Documentation |
Returns a list of the tunable properties for the specified layout.
getLayoutPropertyNames(obj, layout.name)
obj |
a CytoscapeConnectionClass object. |
layout.name |
a string object. |
A named list of strings.
Paul Shannon
layout getLayoutNames getLayoutNameMapping getLayoutPropertyType getLayoutPropertyValue setLayoutProperties
cy <- CytoscapeConnection () prop.names <- getLayoutPropertyNames (cy, 'isom') print (prop.names) # "maxEpoch" "sizeFactor" "radiusConstantTime" "radius" "minRadius" "initialAdaptation" "minAdaptation" "coolingFactor"