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)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

See Also

layout getLayoutNames getLayoutNameMapping getLayoutPropertyType getLayoutPropertyValue setLayoutProperties

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
  ## Not run: 
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

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

## End(Not run)

tmuetze/Bioconductor_RCy3_the_new_RCytoscape documentation built on May 31, 2019, 4:39 p.m.