man-roxygen/cy-visual-properties-structure-full.R

#' @details 
#' # Structure of Cytoscape Visual Properties
#' ```
#' CyVisualProperties
#' |---network = CyVisualProperty
#' |   |---properties = CyVisualPropertyProperties
#' |   |   |--name
#' |   |   |--value 
#' |   |---dependencies = CyVisualPropertyDependencies
#' |   |   |--name
#' |   |   |--value 
#' |   |---mappings = CyVisualPropertyMappings
#' |   |   |--name
#' |   |   |--type
#' |   |   |--definition 
#' |   |---appliesTo = <reference to subnetwork id>
#' |   |---view = <reference to subnetwork id>
#' |---nodes = CyVisualProperty
#' |   |---properties = CyVisualPropertyProperties
#' |   |   |--name
#' |   |   |--value 
#' |   |---dependencies = CyVisualPropertyDependencies
#' |   |   |--name
#' |   |   |--value 
#' |   |---mappings = CyVisualPropertyMappings
#' |   |   |--name
#' |   |   |--type
#' |   |   |--definition 
#' |   |---appliesTo = <reference to subnetwork id>
#' |   |---view = <reference to subnetwork id>
#' |---edges = CyVisualProperty
#' |   |---properties = CyVisualPropertyProperties
#' |   |   |--name
#' |   |   |--value 
#' |   |---dependencies = CyVisualPropertyDependencies
#' |   |   |--name
#' |   |   |--value 
#' |   |---mappings = CyVisualPropertyMappings
#' |   |   |--name
#' |   |   |--type
#' |   |   |--definition 
#' |   |---appliesTo = <reference to subnetwork id>
#' |   |---view = <reference to subnetwork id>
#' |---defaultNodes = CyVisualProperty
#' |   |---properties = CyVisualPropertyProperties
#' |   |   |--name
#' |   |   |--value 
#' |   |---dependencies = CyVisualPropertyDependencies
#' |   |   |--name
#' |   |   |--value 
#' |   |---mappings = CyVisualPropertyMappings
#' |   |   |--name
#' |   |   |--type
#' |   |   |--definition 
#' |   |---appliesTo = <reference to subnetwork id>
#' |   |---view = <reference to subnetwork id>
#' |---defaultEdges = CyVisualProperty
#'     |---properties = CyVisualPropertyProperties
#'     |   |--name
#'     |   |--value 
#'     |---dependencies = CyVisualPropertyDependencies
#'     |   |--name
#'     |   |--value 
#'     |---mappings = CyVisualPropertyMappings
#'     |   |--name
#'     |   |--type
#'     |   |--definition 
#'     |---appliesTo = <reference to subnetwork id>
#'     |---view = <reference to subnetwork id>
#' ```
frankkramer-lab/RCX documentation built on Feb. 4, 2023, 5:12 p.m.