public class DRResult extends FVAResult
FVAResult.MyDocumentListener
Modifier and Type | Method and Description |
---|---|
void |
clean(double minValue)
Removes all reaction that are not considered dead.
|
java.util.List<parsebionet.biodata.BioEntity> |
getDeadReactions() |
void |
plot()
Plots the results.
|
void |
writeToFile(java.lang.String path)
Writes the results to a file.
|
addLine, getEssentialReactions, getMap, getObjValue, getReactionsPanel, getValuesForEntity, setMax, setMin
public DRResult(double objValue, Bind b)
public void writeToFile(java.lang.String path)
AnalysisResult
writeToFile
in class FVAResult
path
- Path to the file to write the results.public void plot()
AnalysisResult
public java.util.List<parsebionet.biodata.BioEntity> getDeadReactions()
public void clean(double minValue)
minValue
- The minimal value to consider a reaction dead.