Class GeeqAdminValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<Geeq>
ubic.gemma.model.expression.experiment.GeeqValueObject
ubic.gemma.model.expression.experiment.GeeqAdminValueObject
- All Implemented Interfaces:
Serializable, Identifiable
Represents administrative geeq information. On top of the classic VO, this one also exposes
the underlying variables behind the public scores for suitability, quality, batch effect and batch confound.
- Author:
- paul, tesarst
- See Also:
-
Field Summary
Fields inherited from class IdentifiableValueObject
id -
Constructor Summary
ConstructorsConstructorDescriptionRequired when using the class as a spring bean -
Method Summary
Methods inherited from class GeeqValueObject
getCorrMatIssues, getPublicQualityScore, getPublicSuitabilityScore, getqScoreBatchInfo, getqScoreOutliers, getqScorePlatformsTech, getqScorePublicBatchConfound, getqScorePublicBatchEffect, getqScoreReplicates, getqScoreSampleCorrelationVariance, getqScoreSampleMeanCorrelation, getqScoreSampleMedianCorrelation, getReplicatesIssues, getsScoreAvgPlatformPopularity, getsScoreAvgPlatformSize, getsScoreMissingValues, getsScorePlatformAmount, getsScorePlatformsTechMulti, getsScorePublication, getsScoreRawData, getsScoreSampleSize, isBatchCorrected, isNoVectorsMethods inherited from class IdentifiableValueObject
getId, setId, toString
-
Constructor Details
-
GeeqAdminValueObject
public GeeqAdminValueObject()Required when using the class as a spring bean -
GeeqAdminValueObject
-