getLayoutNameMapping: Get Layout Name Mapping

Description Usage Arguments Value Author(s) Examples

View source: R/Layouts.R

Description

The Cytoscape 'Layout' menu lists many layout algorithms, but the names presented there are different from the names by which these algorithms are known to layout method. This method returns a named list in which the names are from the GUI, and the values identify the names you must use to choose an algorithms in the programmatic interface.

Usage

1
getLayoutNameMapping(base.url = .defaultBaseUrl)

Arguments

base.url

(optional) Ignore unless you need to specify a custom domain, port or version to connect to the CyREST API. Default is http://localhost:1234 and the latest version of the CyREST API supported by this version of RCy3.

Value

A named list of character strings

Author(s)

Alexander Pico, Tanja Muetze, Georgi Kolishovski, Paul Shannon

Examples

1
2
3
getLayoutNameMapping()
# Degree Sorted Circle Layout    Group Attributes Layout    Edge-weighted Spring Embedded Layout 
#              "degree-circle"       "attributes-layout"                          "kamada-kawai" 

RCy3 documentation built on Nov. 21, 2020, 2 a.m.