Class DatasetsWebService.BatchInformationValueObject
java.lang.Object
ubic.gemma.rest.DatasetsWebService.BatchInformationValueObject
- Enclosing class:
DatasetsWebService
- Author:
- tesarst
-
Constructor Summary
ConstructorsConstructorDescriptionBatchInformationValueObject(BatchEffectType batchEffectType, BatchEffectDetails batchEffectDetails, List<BatchConfound> batchConfound, Map<ExpressionExperimentSubSet, List<BatchConfound>> subsetBatchConfounds) -
Method Summary
-
Constructor Details
-
BatchInformationValueObject
public BatchInformationValueObject(BatchEffectType batchEffectType, BatchEffectDetails batchEffectDetails, List<BatchConfound> batchConfound, Map<ExpressionExperimentSubSet, List<BatchConfound>> subsetBatchConfounds)
-
-
Method Details
-
getBatchEffect
-
getBatchEffectStatistics
-
isHasBatchInformation
public boolean isHasBatchInformation() -
isHasProblematicBatchInformation
public boolean isHasProblematicBatchInformation() -
isHasUninformativeBatchInformation
public boolean isHasUninformativeBatchInformation() -
isHasSingletonBatch
public boolean isHasSingletonBatch() -
isSingleBatch
public boolean isSingleBatch() -
isDataWasBatchCorrected
public boolean isDataWasBatchCorrected() -
getBatchConfounds
-
getSubsetBatchConfounds
@Nullable public Map<Long, List<DatasetsWebService.BatchConfoundValueObject>> getSubsetBatchConfounds() -
equals
-
hashCode
-
toString
-