Package | Description |
---|---|
org.ginsim.service.tool.interactionanalysis |
Modifier and Type | Method and Description |
---|---|
InteractionAnalysisAlgoResult |
InteractionAnalysisService.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.
|
protected InteractionAnalysisAlgoResult |
InteractionAnalysisAlgo.run(RegulatoryGraph regGraph,
Perturbation mutant,
List<RegulatoryNode> selectedNodes)
Search all the non functional interactions in the graph 'g' and do some actions on them depending on the options (opt_*).
|
Copyright © 2005–2020. All rights reserved.