Class GeneWebService.GeneDifferentialExpressionGroupValueObject
java.lang.Object
ubic.gemma.rest.GeneWebService.GeneDifferentialExpressionGroupValueObject
- Enclosing class:
GeneWebService
One experiment's DEA results for the requested gene. The outer list returned by
GeneWebService.getGeneDifferentialExpression(GeneArg, double, int) is a flat sequence of these — a JSON-friendly
rendering of the Map<BioAssaySetValueObject, List<DifferentialExpressionValueObject>>
the underlying service hands back (maps don't serialize cleanly when the key is a complex VO).- Author:
- tesarst
-
Constructor Summary
ConstructorsConstructorDescriptionGeneDifferentialExpressionGroupValueObject(BioAssaySetValueObject experiment, List<DifferentialExpressionValueObject> results) -
Method Summary
-
Constructor Details
-
GeneDifferentialExpressionGroupValueObject
public GeneDifferentialExpressionGroupValueObject(BioAssaySetValueObject experiment, List<DifferentialExpressionValueObject> results)
-
-
Method Details
-
getExperiment
-
getResults
-
equals
-
canEqual
-
hashCode
-
toString
-