Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CyRootNetwork |
CyGroup.getRootNetwork()
Return the root network for this group.
|
Modifier and Type | Method and Description |
---|---|
protected CyRootNetwork |
AbstractCyNetworkReader.getRootNetwork()
Get target network collection, i.e., parent root network for all networks
to be loaded.
|
Modifier and Type | Method and Description |
---|---|
CyRootNetwork |
CySubNetwork.getRootNetwork()
Return the
CyRootNetwork that contains this CySubNetwork. |
CyRootNetwork |
CyRootNetworkManager.getRootNetwork(CyNetwork n)
Converts a CyNetwork to a CyRootNetwork
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.