Class GeneWebService.GeneDifferentialExpressionGroupValueObject

java.lang.Object
ubic.gemma.rest.GeneWebService.GeneDifferentialExpressionGroupValueObject
Enclosing class:
GeneWebService

public static class GeneWebService.GeneDifferentialExpressionGroupValueObject extends Object
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