Class HeatmapDataValueObject.ColumnMeta
java.lang.Object
ubic.gemma.rest.HeatmapDataValueObject.ColumnMeta
- Enclosing class:
HeatmapDataValueObject
- Author:
- claude
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfactorId -> factorValueId.getName()Tri-state outlier flag — boxed so the producer can leave itnullwhen unknown.voidsetBioAssayId(Long bioAssayId) voidsetBioMaterialId(Long bioMaterialId) voidsetFactorValueIds(Map<Long, Long> factorValueIds) factorId -> factorValueId.voidvoidsetOutlier(Boolean outlier) Tri-state outlier flag — boxed so the producer can leave itnullwhen unknown.
-
Constructor Details
-
ColumnMeta
public ColumnMeta()
-
-
Method Details
-
getBioAssayId
-
getBioMaterialId
-
getName
-
getOutlier
Tri-state outlier flag — boxed so the producer can leave itnullwhen unknown. -
getFactorValueIds
factorId -> factorValueId. Categorical factors only. Continuous factor values are absent here; look upHeatmapDataValueObject.FactorEntry.getMeasurements()by bioAssayId instead.null/ empty when the producer is not attaching a factor-design context. -
setBioAssayId
-
setBioMaterialId
-
setName
-
setOutlier
Tri-state outlier flag — boxed so the producer can leave itnullwhen unknown. -
setFactorValueIds
factorId -> factorValueId. Categorical factors only. Continuous factor values are absent here; look upHeatmapDataValueObject.FactorEntry.getMeasurements()by bioAssayId instead.null/ empty when the producer is not attaching a factor-design context.
-