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 ubic.gemma.model.common.IdentifiableValueObject
id
-
Constructor Summary
ConstructorsConstructorDescriptionRequired when using the class as a spring bean -
Method Summary
Methods inherited from class ubic.gemma.model.expression.experiment.GeeqValueObject
getCorrMatIssues, getPublicQualityScore, getPublicSuitabilityScore, getqScoreBatchInfo, getqScoreOutliers, getqScorePlatformsTech, getqScorePublicBatchConfound, getqScorePublicBatchEffect, getqScoreReplicates, getqScoreSampleCorrelationVariance, getqScoreSampleMeanCorrelation, getqScoreSampleMedianCorrelation, getReplicatesIssues, getsScoreAvgPlatformPopularity, getsScoreAvgPlatformSize, getsScoreMissingValues, getsScorePlatformAmount, getsScorePlatformsTechMulti, getsScorePublication, getsScoreRawData, getsScoreSampleSize, isBatchCorrected, isNoVectors
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId, toString
-
Constructor Details
-
GeeqAdminValueObject
public GeeqAdminValueObject()Required when using the class as a spring bean -
GeeqAdminValueObject
-