Uses of Class
ubic.gemma.model.common.description.AnnotationValueObject
Packages that use AnnotationValueObject
Package
Description
-
Uses of AnnotationValueObject in ubic.gemma.core.tasks.maintenance
Methods in ubic.gemma.core.tasks.maintenance that return types with arguments of type AnnotationValueObjectMethod parameters in ubic.gemma.core.tasks.maintenance with type arguments of type AnnotationValueObjectModifier and TypeMethodDescriptionvoidCharacteristicUpdateCommand.setAnnotationValueObjects(Collection<AnnotationValueObject> annotationValueObjects) -
Uses of AnnotationValueObject in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type AnnotationValueObjectModifier and TypeMethodDescriptionExpressionExperimentService.getAnnotations(ExpressionExperiment ee) Retrieve annotations for a given experiment.ExpressionExperimentService.getAnnotations(ExpressionExperimentSubSet ee) Retrieve annotations for a given experiment subset.ExpressionExperimentServiceImpl.getAnnotations(ExpressionExperiment expressionExperiment) ExpressionExperimentServiceImpl.getAnnotations(ExpressionExperimentSubSet ee) -
Uses of AnnotationValueObject in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene that return types with arguments of type AnnotationValueObjectModifier and TypeMethodDescriptionGeneService.findGOTerms(Long geneId) GeneServiceImpl.findGOTerms(Long geneId) -
Uses of AnnotationValueObject in ubic.gemma.persistence.service.genome.sequenceAnalysis
Methods in ubic.gemma.persistence.service.genome.sequenceAnalysis that return types with arguments of type AnnotationValueObjectModifier and TypeMethodDescriptionAnnotationAssociationService.removeRootTerms(Collection<AnnotationValueObject> associations) AnnotationAssociationServiceImpl.removeRootTerms(Collection<AnnotationValueObject> associations) Remove root terms, like "molecular_function", "biological_process" and "cellular_component" Also removes any null objects.Method parameters in ubic.gemma.persistence.service.genome.sequenceAnalysis with type arguments of type AnnotationValueObjectModifier and TypeMethodDescriptionAnnotationAssociationService.removeRootTerms(Collection<AnnotationValueObject> associations) AnnotationAssociationServiceImpl.removeRootTerms(Collection<AnnotationValueObject> associations) Remove root terms, like "molecular_function", "biological_process" and "cellular_component" Also removes any null objects.