@MetaInfServices(value=Service.class) @Alias(value="interactions-analysis") @ServiceStatus(value=RELEASED) public class InteractionAnalysisService extends Object implements Service
Constructor and Description |
---|
InteractionAnalysisService() |
Modifier and Type | Method and Description |
---|---|
InteractionAnalysisAlgoResult |
run(RegulatoryGraph g,
Perturbation perturbation,
List<RegulatoryNode> selectedNodes)
Run the Interaction analysis by instantiating and calling a InteractionAnalysisAlgo and
return an InteractionAnalysisAlgoResult containing the report and the colorizer.
|
public InteractionAnalysisAlgoResult run(RegulatoryGraph g, Perturbation perturbation, List<RegulatoryNode> selectedNodes)
g
- the graph where to search the non functional interactions.perturbation
- the perturbation definitionselectedNodes
- the set of selected nodes to run the analysis on.Copyright © 2005–2020. All rights reserved.