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
Subclasses with type arguments of type ArrayDesignValueObject in ubic.gemma.model.expression.arrayDesignModifier and TypeClassDescriptionstatic classProject a fullArrayDesignValueObjectdown to this shape at serialization time.Methods in ubic.gemma.model.expression.arrayDesign that return types with arguments of type ArrayDesignValueObjectModifier and TypeMethodDescriptionstatic Collection<ArrayDesignValueObject> ArrayDesignValueObject.create(Collection<ArrayDesign> subsumees) Methods in ubic.gemma.model.expression.arrayDesign with parameters of type ArrayDesignValueObjectModifier and TypeMethodDescriptionArrayDesignReferenceValueObject.FromArrayDesignValueObject.convert(ArrayDesignValueObject value) 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()The platform this assay was run on, serialized asArrayDesignReferenceValueObject—id,shortName,name,technologyType.BioAssayValueObject.getOriginalPlatform()The platform this assay was originally run on before a platform switch, or null if it was never switched.Methods in ubic.gemma.model.expression.bioAssay with parameters of type ArrayDesignValueObjectModifier and TypeMethodDescriptionvoidBioAssayValueObject.setArrayDesign(ArrayDesignValueObject arrayDesign) The platform this assay was run on, serialized asArrayDesignReferenceValueObject—id,shortName,name,technologyType.voidBioAssayValueObject.setOriginalPlatform(ArrayDesignValueObject originalPlatform) The platform this assay was originally run on before a platform switch, or null if it was never switched.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 ArrayDesignValueObjectMethod 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.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
Subclasses with type arguments of type ArrayDesignValueObject in ubic.gemma.persistence.service.expression.arrayDesignSubinterfaces with type arguments of type ArrayDesignValueObject in ubic.gemma.persistence.service.expression.arrayDesignModifier and TypeInterfaceDescriptioninterfaceCreated by tesarst on 13/03/17.interfaceMethods 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 TypeMethodDescriptionprotected TypedResultTransformer<ArrayDesignValueObject> ArrayDesignDaoImpl.getValueObjectTransformer()ArrayDesignDao.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ArrayDesignDaoImpl.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ArrayDesignReadService.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ArrayDesignReadServiceImpl.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.loadBlacklistedValueObjectsByCursor(Filters filters, Sort sort, Cursor cursor, int limit) Cursor-mode counterpart toArrayDesignDao.loadBlacklistedValueObjects(Filters, Sort, int, int): keyset pagination over the blacklisted platforms, applying the same shortName/accession blacklist filter that the offset-mode variant composes — seeCURSOR_PAGINATION_STEP1_PLAN.mdstep 1h.ArrayDesignDaoImpl.loadBlacklistedValueObjectsByCursor(Filters filters, Sort sort, Cursor cursor, int limit) ArrayDesignReadService.loadBlacklistedValueObjectsByCursor(Filters filters, Sort sort, Cursor cursor, int limit) Cursor-mode counterpart toArrayDesignReadService.loadBlacklistedValueObjects(Filters, Sort, int, int).ArrayDesignReadServiceImpl.loadBlacklistedValueObjectsByCursor(Filters filters, Sort sort, Cursor cursor, int limit) ArrayDesignService.loadBlacklistedValueObjectsByCursor(Filters filters, Sort sort, Cursor cursor, int limit) Cursor-mode counterpart toArrayDesignService.loadBlacklistedValueObjects(Filters, Sort, int, int)— seeCURSOR_PAGINATION_STEP1_PLAN.mdstep 1h.ArrayDesignServiceImpl.loadBlacklistedValueObjectsByCursor(Filters filters, Sort sort, Cursor cursor, int limit) ArrayDesignDao.loadOriginalPlatformValueObjectsForEE(Long eeId) Load the platforms a dataset was ORIGINALLY submitted on, before any platform switch.ArrayDesignDaoImpl.loadOriginalPlatformValueObjectsForEE(Long eeId) ArrayDesignReadService.loadOriginalPlatformValueObjectsForEE(Long eeId) Load the platforms a dataset was ORIGINALLY submitted on, before any platform switch.ArrayDesignReadServiceImpl.loadOriginalPlatformValueObjectsForEE(Long eeId) ArrayDesignService.loadOriginalPlatformValueObjectsForEE(Long eeId) Load the platforms a dataset was ORIGINALLY submitted on, before any platform switch.ArrayDesignServiceImpl.loadOriginalPlatformValueObjectsForEE(Long eeId) ArrayDesignDao.loadValueObjectsForEE(Long eeId) ArrayDesignDaoImpl.loadValueObjectsForEE(Long eeId) ArrayDesignReadService.loadValueObjectsForEE(Long eeId) ArrayDesignReadServiceImpl.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) ArrayDesignReadService.loadValueObjectsWithCache(Filters filters, Sort sort) ArrayDesignReadServiceImpl.loadValueObjectsWithCache(Filters filters, Sort sort) 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) -
Uses of ArrayDesignValueObject in ubic.gemma.rest
Subclasses of ArrayDesignValueObject in ubic.gemma.restModifier and TypeClassDescriptionstatic final classMethods in ubic.gemma.rest that return ArrayDesignValueObjectMethods in ubic.gemma.rest that return types with arguments of type ArrayDesignValueObjectModifier and TypeMethodDescriptionDatasetsWebService.getDatasetPlatforms(DatasetArg<?> datasetArg, Boolean original) Retrieves platforms for the given dataset.AdminWebService.regeneratePlatformReport(PlatformArg<?> platformArg) Regenerate the cached report for ONE platform, synchronously.Constructors in ubic.gemma.rest with parameters of type ArrayDesignValueObjectModifierConstructorDescriptionArrayDesignWithUsageStatisticsValueObject(ArrayDesignValueObject arrayDesign, Long numberOfExpressionExperiments, Long numberOfExpressionExperimentsForTechnologyType) Constructor parameters in ubic.gemma.rest with type arguments of type ArrayDesignValueObjectModifierConstructorDescriptionExpressionExperimentSubsetWithFactorValuesObject(ExpressionExperimentSubSet subset, Set<FactorValue> factorValues, Map<ArrayDesign, ArrayDesignValueObject> id2advo, boolean includeAssays, Map<BioAssay, BioAssay> assay2sourceAssayMap) -
Uses of ArrayDesignValueObject in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return types with arguments of type ArrayDesignValueObjectModifier and TypeMethodDescriptionPlatformArgService.getBlacklistedPlatformsByCursor(Filters filters, Cursor cursor, int limit) Cursor-mode counterpart toArrayDesignService.loadBlacklistedValueObjects(Filters, Sort, int, int).DatasetArgService.getOriginalPlatforms(DatasetArg<?> arg) The platforms the dataset was originally submitted on, before any switch — empty when it was never switched.DatasetArgService.getPlatforms(DatasetArg<?> arg) Retrieves the Platforms of the Dataset that this argument represents.PlatformArgService.getPlatformsByCursor(Filters filters, Cursor cursor, int limit) Cursor-mode counterpart toSecurableFilteringVoEnabledService.loadValueObjects(Filters, Sort, int, int).