@MetaInfServices(value=Service.class) @Alias(value="composition") @ServiceStatus(value=RELEASED) public class CompositionService extends Object implements Service
Constructor and Description |
---|
CompositionService() |
Modifier and Type | Method and Description |
---|---|
protected RegulatoryGraph |
computeComposedGraph(RegulatoryGraph graph,
CompositionConfig config) |
RegulatoryGraph |
run(RegulatoryGraph graph,
CompositionConfig config)
Run the Composition by replicating a Regulatory graph, according to a
Topology and an IntegrationFunctionMapping and return the composed graph
after invoking the necessary reduction operations
|
public RegulatoryGraph run(RegulatoryGraph graph, CompositionConfig config) throws Exception
graph
- the current RegulatoryGraphtopology
- the composition Topology, indicating the neighbourhood
relationshipsmapping
- the integration functions to apply to each mapped inputGsException
Exception
protected RegulatoryGraph computeComposedGraph(RegulatoryGraph graph, CompositionConfig config) throws Exception
Exception
Copyright © 2005–2020. All rights reserved.