|
Cytoscape 3.1.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CyRootNetwork | |
---|---|
org.cytoscape.group | This package provides an API for creating and managing groups in Cytoscape. |
org.cytoscape.io.read | Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs. |
org.cytoscape.model.subnetwork | This package contains rootnetwork and subnetwork extensions to the CyNetwork interface that provide a more complex meta-network data model. |
org.cytoscape.task.edit | This package include a set of task factory interfaces that allow the modification or editing of various objects within Cytoscape. |
Uses of CyRootNetwork in org.cytoscape.group |
---|
Methods in org.cytoscape.group that return CyRootNetwork | |
---|---|
CyRootNetwork |
CyGroup.getRootNetwork()
Return the root network for this group. |
Uses of CyRootNetwork in org.cytoscape.io.read |
---|
Methods in org.cytoscape.io.read that return CyRootNetwork | |
---|---|
protected CyRootNetwork |
AbstractCyNetworkReader.getRootNetwork()
Get target network collection, i.e., parent root network for all networks to be loaded. |
Uses of CyRootNetwork in org.cytoscape.model.subnetwork |
---|
Methods in org.cytoscape.model.subnetwork that return CyRootNetwork | |
---|---|
CyRootNetwork |
CySubNetwork.getRootNetwork()
Return the CyRootNetwork that contains this CySubNetwork. |
CyRootNetwork |
CyRootNetworkManager.getRootNetwork(CyNetwork n)
Converts a CyNetwork to a CyRootNetwork |
Uses of CyRootNetwork in org.cytoscape.task.edit |
---|
Methods in org.cytoscape.task.edit with parameters of type CyRootNetwork | |
---|---|
TaskIterator |
ImportDataTableTaskFactory.createTaskIterator(CyTable globalTable,
boolean selectedNetworksOnly,
boolean loadToUnassignedTable,
List<CyNetwork> networkList,
CyRootNetwork rootNetwork,
CyColumn targetJoinColumn,
Class<? extends CyIdentifiable> tableType)
Creates a task iterator for importing a table data in a network data table. |
TaskIterator |
JoinTablesTaskTaskFactory.createTaskIterator(CyTable globalTable,
boolean selectedNetworksOnly,
List<CyNetwork> networkList,
CyRootNetwork rootNetwork,
CyColumn targetJoinColumn,
Class<? extends CyIdentifiable> tableType)
|
TaskIterator |
MergeTablesTaskFactory.createTaskIterator(CyTable sourceTable,
CyTable targetTable,
List<String> sourceColumnsList,
String sourceKeyColumn,
boolean mergeColumnVirtual,
boolean mapToNetworks,
boolean selectedNetworksOnly,
List<CyNetwork> networkList,
CyRootNetwork rootNetwork,
CyColumn targetJoinColumn,
Class<? extends CyIdentifiable> tableType)
Creates a task iterator for merging two data tables. |
|
Cytoscape 3.1.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |