Uses of Class
ubic.gemma.model.analysis.sequence.GeneMappingSummary
Packages that use GeneMappingSummary
Package
Description
-
Uses of GeneMappingSummary in ubic.gemma.model.expression.designElement
Methods in ubic.gemma.model.expression.designElement that return types with arguments of type GeneMappingSummaryMethod parameters in ubic.gemma.model.expression.designElement with type arguments of type GeneMappingSummaryModifier and TypeMethodDescriptionvoidCompositeSequenceValueObject.setGeneMappingSummaries(Collection<GeneMappingSummary> geneMappingSummaries) -
Uses of GeneMappingSummary in ubic.gemma.persistence.service.expression.designElement
Methods in ubic.gemma.persistence.service.expression.designElement that return types with arguments of type GeneMappingSummaryModifier and TypeMethodDescriptionCompositeSequenceService.getGeneMappingSummary(BioSequence biologicalCharacteristic, CompositeSequenceValueObject cs) CompositeSequenceServiceImpl.getGeneMappingSummary(BioSequence biologicalCharacteristic, CompositeSequenceValueObject cs) -
Uses of GeneMappingSummary in ubic.gemma.web.controller.expression.designElement
Methods in ubic.gemma.web.controller.expression.designElement that return types with arguments of type GeneMappingSummaryModifier and TypeMethodDescriptionCompositeSequenceController.getGeneMappingSummary(EntityDelegator<CompositeSequence> csd) Exposed for AJAX calls.