Class DatasetsWebService.ExpressionExperimentSubSetGroupValueObject

java.lang.Object
ubic.gemma.rest.DatasetsWebService.ExpressionExperimentSubSetGroupValueObject
Enclosing class:
DatasetsWebService

public static class DatasetsWebService.ExpressionExperimentSubSetGroupValueObject extends Object
A group of subsets, logically organized by a BioAssayDimension.
Author:
poirigui
  • Constructor Details

    • ExpressionExperimentSubSetGroupValueObject

      public ExpressionExperimentSubSetGroupValueObject(ubic.gemma.model.expression.bioAssayData.BioAssayDimension bioAssayDimension, List<DatasetsWebService.ExpressionExperimentSubsetWithFactorValuesObject> subSets, List<ubic.gemma.model.expression.experiment.ExperimentalFactorValueObject> factors, List<ubic.gemma.model.common.quantitationtype.QuantitationTypeValueObject> quantitationTypes)
  • Method Details

    • getId

      public Long getId()
    • getName

      public String getName()
    • getFactors

      public List<ubic.gemma.model.expression.experiment.ExperimentalFactorValueObject> getFactors()
      List of factors that are associated with the subsets in this group.
    • getQuantitationTypes

      public List<ubic.gemma.model.common.quantitationtype.QuantitationTypeValueObject> getQuantitationTypes()
    • getSubSets