Class GeeqAdminValueObject
- java.lang.Object
-
- ubic.gemma.model.IdentifiableValueObject<Geeq>
-
- ubic.gemma.model.expression.experiment.GeeqValueObject
-
- ubic.gemma.model.expression.experiment.GeeqAdminValueObject
-
- All Implemented Interfaces:
Serializable
,Identifiable
public class GeeqAdminValueObject extends GeeqValueObject
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Constructor Description GeeqAdminValueObject()
Required when using the class as a spring beanGeeqAdminValueObject(Geeq g)
-
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.IdentifiableValueObject
getId, setId
-
-
-
-
Constructor Detail
-
GeeqAdminValueObject
public GeeqAdminValueObject()
Required when using the class as a spring bean
-
GeeqAdminValueObject
public GeeqAdminValueObject(Geeq g)
-
-