Uses of Class
ubic.gemma.core.analysis.sequence.CompositeSequenceMapValueObject
Packages that use CompositeSequenceMapValueObject
Package
Description
-
Uses of CompositeSequenceMapValueObject in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence that return CompositeSequenceMapValueObjectModifier and TypeMethodDescriptionCompositeSequenceMapValueObject.fromEntity(CompositeSequence cs) Methods in ubic.gemma.core.analysis.sequence that return types with arguments of type CompositeSequenceMapValueObjectModifier and TypeMethodDescriptionArrayDesignMapResultService.getSummaryMapValueObjects(Collection<Object[]> sequenceData) FIXME this is only public so we can use it in the DesignElementController; need refactoring (see CompositeSequenceService) Function to get a collection of CompositeSequenceMapValueObjects that contain information about a composite sequence and related tables.ArrayDesignMapResultService.getSummaryMapValueObjects(ArrayDesign arrayDesign) ArrayDesignMapResultServiceImpl.getSummaryMapValueObjects(Collection<Object[]> sequenceData) ArrayDesignMapResultServiceImpl.getSummaryMapValueObjects(ArrayDesign arrayDesign) Methods in ubic.gemma.core.analysis.sequence with parameters of type CompositeSequenceMapValueObjectModifier and TypeMethodDescriptionintCompositeSequenceMapValueObject.compareTo(CompositeSequenceMapValueObject o) -
Uses of CompositeSequenceMapValueObject in ubic.gemma.web.controller.expression.arrayDesign
Methods in ubic.gemma.web.controller.expression.arrayDesign that return types with arguments of type CompositeSequenceMapValueObjectModifier and TypeMethodDescriptionArrayDesignController.getCsSummaries(EntityDelegator<ArrayDesign> ed) ArrayDesignController.getDesignSummaries(ArrayDesign arrayDesign) -
Uses of CompositeSequenceMapValueObject in ubic.gemma.web.controller.expression.designElement
Methods in ubic.gemma.web.controller.expression.designElement that return types with arguments of type CompositeSequenceMapValueObjectModifier and TypeMethodDescriptionCompositeSequenceController.getCsSummaries(Collection<Long> ids) Exposed for AJAX calls (Probe browser) FIXME can probably remove soon since we should use getGeneCsSummaries? Might be another use for thisCompositeSequenceController.getGeneCsSummaries(Long geneId) Exposed for AJAX calls (Elements tab on gene details page)