Class GeeqValueObject
- java.lang.Object
- 
- ubic.gemma.model.common.IdentifiableValueObject<Geeq>
- 
- ubic.gemma.model.expression.experiment.GeeqValueObject
 
 
- 
- All Implemented Interfaces:
- Serializable,- Identifiable
 - Direct Known Subclasses:
- GeeqAdminValueObject
 
 public class GeeqValueObject extends IdentifiableValueObject<Geeq> Represents publicly available geeq information- Author:
- paul, tesarst
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObjectid
 
- 
 - 
Constructor SummaryConstructors Constructor Description GeeqValueObject()Required when using the class as a spring beanGeeqValueObject(Geeq g)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetCorrMatIssues()doublegetPublicQualityScore()doublegetPublicSuitabilityScore()doublegetqScoreBatchInfo()doublegetqScoreOutliers()doublegetqScorePlatformsTech()doublegetqScorePublicBatchConfound()doublegetqScorePublicBatchEffect()doublegetqScoreReplicates()doublegetqScoreSampleCorrelationVariance()doublegetqScoreSampleMeanCorrelation()doublegetqScoreSampleMedianCorrelation()bytegetReplicatesIssues()doublegetsScoreAvgPlatformPopularity()doublegetsScoreAvgPlatformSize()doublegetsScoreMissingValues()doublegetsScorePlatformAmount()doublegetsScorePlatformsTechMulti()doublegetsScorePublication()doublegetsScoreRawData()doublegetsScoreSampleSize()booleanisBatchCorrected()booleanisNoVectors()- 
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObjectgetId, setId, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
GeeqValueObjectpublic GeeqValueObject() Required when using the class as a spring bean
 - 
GeeqValueObjectpublic GeeqValueObject(Geeq g) 
 
- 
 - 
Method Detail- 
getPublicQualityScorepublic double getPublicQualityScore() 
 - 
getPublicSuitabilityScorepublic double getPublicSuitabilityScore() 
 - 
getsScorePublicationpublic double getsScorePublication() 
 - 
getsScorePlatformAmountpublic double getsScorePlatformAmount() 
 - 
getsScorePlatformsTechMultipublic double getsScorePlatformsTechMulti() 
 - 
getsScoreAvgPlatformPopularitypublic double getsScoreAvgPlatformPopularity() 
 - 
getsScoreAvgPlatformSizepublic double getsScoreAvgPlatformSize() 
 - 
getsScoreSampleSizepublic double getsScoreSampleSize() 
 - 
getsScoreRawDatapublic double getsScoreRawData() 
 - 
getsScoreMissingValuespublic double getsScoreMissingValues() 
 - 
getqScoreOutlierspublic double getqScoreOutliers() 
 - 
getqScoreSampleMeanCorrelationpublic double getqScoreSampleMeanCorrelation() 
 - 
getqScoreSampleMedianCorrelationpublic double getqScoreSampleMedianCorrelation() 
 - 
getqScoreSampleCorrelationVariancepublic double getqScoreSampleCorrelationVariance() 
 - 
getqScorePlatformsTechpublic double getqScorePlatformsTech() 
 - 
getqScoreReplicatespublic double getqScoreReplicates() 
 - 
getqScoreBatchInfopublic double getqScoreBatchInfo() 
 - 
getqScorePublicBatchEffectpublic double getqScorePublicBatchEffect() 
 - 
getqScorePublicBatchConfoundpublic double getqScorePublicBatchConfound() 
 - 
isNoVectorspublic boolean isNoVectors() 
 - 
getCorrMatIssuespublic byte getCorrMatIssues() 
 - 
getReplicatesIssuespublic byte getReplicatesIssues() 
 - 
isBatchCorrectedpublic boolean isBatchCorrected() 
 
- 
 
-