Uses of Class
ubic.gemma.model.expression.arrayDesign.ArrayDesignValueObject
Packages that use ArrayDesignValueObject
Package
Description
-
Uses of ArrayDesignValueObject in ubic.gemma.core.analysis.report
Methods in ubic.gemma.core.analysis.report that return ArrayDesignValueObjectModifier and TypeMethodDescriptionArrayDesignReportService.generateArrayDesignReport(Long id) ArrayDesignReportServiceImpl.generateArrayDesignReport(Long id) ArrayDesignReportService.getSummaryObject()ArrayDesignReportService.getSummaryObject(Long id) ArrayDesignReportServiceImpl.getSummaryObject()Get the cached summary object that represents all platforms.ArrayDesignReportServiceImpl.getSummaryObject(Long id) Get a specific cached summary objectMethods in ubic.gemma.core.analysis.report that return types with arguments of type ArrayDesignValueObjectModifier and TypeMethodDescriptionArrayDesignReportService.getSummaryObject(Collection<Long> ids) ArrayDesignReportServiceImpl.getSummaryObject(Collection<Long> ids) Get the cached summary objectsMethods in ubic.gemma.core.analysis.report with parameters of type ArrayDesignValueObjectModifier and TypeMethodDescriptionvoidArrayDesignReportService.generateArrayDesignReport(ArrayDesignValueObject adVo) voidArrayDesignReportServiceImpl.generateArrayDesignReport(ArrayDesignValueObject adVo) Method parameters in ubic.gemma.core.analysis.report with type arguments of type ArrayDesignValueObjectModifier and TypeMethodDescriptionvoidArrayDesignReportService.fillEventInformation(Collection<ArrayDesignValueObject> adVos) voidArrayDesignReportServiceImpl.fillEventInformation(Collection<ArrayDesignValueObject> adVos) Fill in event informationvoidArrayDesignReportService.fillInSubsumptionInfo(Collection<ArrayDesignValueObject> valueObjects) voidArrayDesignReportServiceImpl.fillInSubsumptionInfo(Collection<ArrayDesignValueObject> valueObjects) voidArrayDesignReportService.fillInValueObjects(Collection<ArrayDesignValueObject> adVos) voidArrayDesignReportServiceImpl.fillInValueObjects(Collection<ArrayDesignValueObject> adVos) Fill in the probe summary statistics -
Uses of ArrayDesignValueObject in ubic.gemma.model.expression.arrayDesign
Methods in ubic.gemma.model.expression.arrayDesign that return types with arguments of type ArrayDesignValueObjectModifier and TypeMethodDescriptionstatic Collection<ArrayDesignValueObject> ArrayDesignValueObject.create(Collection<ArrayDesign> subsumees) Constructors in ubic.gemma.model.expression.arrayDesign with parameters of type ArrayDesignValueObjectModifierConstructorDescriptionprotectedArrayDesignValueObject(ArrayDesignValueObject arrayDesignValueObject) Copies constructor from other ArrayDesignValueObject -
Uses of ArrayDesignValueObject in ubic.gemma.model.expression.bioAssay
Methods in ubic.gemma.model.expression.bioAssay that return ArrayDesignValueObjectModifier and TypeMethodDescriptionBioAssayValueObject.getArrayDesign()BioAssayValueObject.getOriginalPlatform()Methods in ubic.gemma.model.expression.bioAssay with parameters of type ArrayDesignValueObjectModifier and TypeMethodDescriptionvoidBioAssayValueObject.setArrayDesign(ArrayDesignValueObject arrayDesign) voidBioAssayValueObject.setOriginalPlatform(ArrayDesignValueObject originalPlatform) Constructor parameters in ubic.gemma.model.expression.bioAssay with type arguments of type ArrayDesignValueObjectModifierConstructorDescriptionBioAssayValueObject(BioAssay bioAssay, Map<ArrayDesign, ArrayDesignValueObject> ad2vo, BioAssay sourceBioAssay, boolean basic, boolean allFactorValues) -
Uses of ArrayDesignValueObject in ubic.gemma.model.expression.bioAssayData
Constructors in ubic.gemma.model.expression.bioAssayData with parameters of type ArrayDesignValueObjectModifierConstructorDescriptionBooleanVectorValueObject(BulkExpressionDataVector dedv, ExpressionExperimentValueObject eevo, QuantitationTypeValueObject qtvo, BioAssayDimensionValueObject badvo, ArrayDesignValueObject advo) protectedDataVectorValueObject(BulkExpressionDataVector dedv, ExpressionExperimentValueObject eevo, QuantitationTypeValueObject qtVo, BioAssayDimensionValueObject badvo, ArrayDesignValueObject advo, Collection<Long> genes) DoubleVectorValueObject(BulkExpressionDataVector dedv, ExpressionExperimentValueObject eevo, QuantitationTypeValueObject qtvo, BioAssayDimensionValueObject badVo, ArrayDesignValueObject advo, Collection<Long> genes) DoubleVectorValueObject(BulkExpressionDataVector dedv, ExpressionExperimentValueObject eevo, QuantitationTypeValueObject qtvo, BioAssayDimensionValueObject vectorsBadVo, ArrayDesignValueObject advo, Collection<Long> genes, BioAssayDimensionValueObject dimToMatch) Create a vector where we expect to have to create one or more gaps to match other vectors, defined by dimToMatch. -
Uses of ArrayDesignValueObject in ubic.gemma.model.expression.designElement
Methods in ubic.gemma.model.expression.designElement that return ArrayDesignValueObjectMethods in ubic.gemma.model.expression.designElement with parameters of type ArrayDesignValueObjectModifier and TypeMethodDescriptionvoidCompositeSequenceValueObject.setArrayDesign(ArrayDesignValueObject arrayDesign) Constructors in ubic.gemma.model.expression.designElement with parameters of type ArrayDesignValueObjectModifierConstructorDescriptionCompositeSequenceValueObject(CompositeSequence cs, ArrayDesignValueObject arrayDesign) Constructor that reuses an existingArrayDesignValueObject. -
Uses of ArrayDesignValueObject in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return types with arguments of type ArrayDesignValueObjectModifier and TypeMethodDescriptionExpressionExperimentDetailsValueObject.getArrayDesigns()ExpressionExperimentDetailsValueObject.getOriginalPlatforms()Method parameters in ubic.gemma.model.expression.experiment with type arguments of type ArrayDesignValueObjectModifier and TypeMethodDescriptionvoidExpressionExperimentDetailsValueObject.setArrayDesigns(Collection<ArrayDesignValueObject> arrayDesigns) As a side effect, sets the technology type and taxon of this based on the first arrayDesign.voidExpressionExperimentDetailsValueObject.setOriginalPlatforms(Collection<ArrayDesignValueObject> originalPlatforms) Constructor parameters in ubic.gemma.model.expression.experiment with type arguments of type ArrayDesignValueObjectModifierConstructorDescriptionExpressionExperimentSubsetValueObject(ExpressionExperimentSubSet ees, Map<ArrayDesign, ArrayDesignValueObject> arrayDesignValueObjectsById, Map<BioAssay, BioAssay> bioAssay2SourceBioAssayMap, boolean includeAssays, boolean basic, boolean allFactorValues) -
Uses of ArrayDesignValueObject in ubic.gemma.persistence.service.expression.arrayDesign
Methods in ubic.gemma.persistence.service.expression.arrayDesign that return ArrayDesignValueObjectModifier and TypeMethodDescriptionprotected ArrayDesignValueObjectArrayDesignDaoImpl.doLoadValueObject(ArrayDesign ad) Loads a single value objects for the given array design.Methods in ubic.gemma.persistence.service.expression.arrayDesign that return types with arguments of type ArrayDesignValueObjectModifier and TypeMethodDescriptionArrayDesignDao.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ArrayDesignDaoImpl.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ArrayDesignService.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) No need for ACL_VALUE_OBJECT_COLLECTION_READ because the filtering is done in the query.ArrayDesignServiceImpl.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ArrayDesignDao.loadValueObjectsForEE(Long eeId) ArrayDesignDaoImpl.loadValueObjectsForEE(Long eeId) ArrayDesignService.loadValueObjectsForEE(Long eeId) Loads the Value Objects for array designs used by expression experiment with the given IDArrayDesignServiceImpl.loadValueObjectsForEE(Long eeId) ArrayDesignService.loadValueObjectsWithCache(Filters filters, Sort sort) ArrayDesignServiceImpl.loadValueObjectsWithCache(Filters filters, Sort sort) Method parameters in ubic.gemma.persistence.service.expression.arrayDesign with type arguments of type ArrayDesignValueObjectModifier and TypeMethodDescriptionprotected voidArrayDesignDaoImpl.postProcessValueObjects(List<ArrayDesignValueObject> results) -
Uses of ArrayDesignValueObject in ubic.gemma.persistence.service.expression.bioAssay
Method parameters in ubic.gemma.persistence.service.expression.bioAssay with type arguments of type ArrayDesignValueObjectModifier and TypeMethodDescriptionBioAssayDao.loadValueObjects(Collection<BioAssay> entities, Map<ArrayDesign, ArrayDesignValueObject> ad2vo, Map<BioAssay, BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues) BioAssayDaoImpl.loadValueObjects(Collection<BioAssay> entities, Map<ArrayDesign, ArrayDesignValueObject> ad2vo, Map<BioAssay, BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues)