Uses of Class
ubic.gemma.model.analysis.sequence.GeneMappingSummaryValueObject
Packages that use GeneMappingSummaryValueObject
-
Uses of GeneMappingSummaryValueObject in ubic.gemma.model.expression.designElement
Methods in ubic.gemma.model.expression.designElement that return types with arguments of type GeneMappingSummaryValueObjectModifier and TypeMethodDescriptionCompositeSequenceValueObject.getGeneMappingSummaries()Per-alignment gene mappings for this element, or null when the caller did not ask for them (onlyGET /platforms/{platform}/elements/{probe}/mappingSummarypopulates this).Method parameters in ubic.gemma.model.expression.designElement with type arguments of type GeneMappingSummaryValueObjectModifier and TypeMethodDescriptionvoidCompositeSequenceValueObject.setGeneMappingSummaries(List<GeneMappingSummaryValueObject> geneMappingSummaries) Per-alignment gene mappings for this element, or null when the caller did not ask for them (onlyGET /platforms/{platform}/elements/{probe}/mappingSummarypopulates this).