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. -
Uses of AnnotationValueObject in ubic.gemma.rest
Subclasses of AnnotationValueObject in ubic.gemma.restModifier and TypeClassDescriptionstatic final classThis is an aggregated entity across value URI and value, thus theidandobjectClassare omitted.Methods in ubic.gemma.rest that return types with arguments of type AnnotationValueObjectModifier and TypeMethodDescriptionDatasetsWebService.getDatasetAnnotations(DatasetArg<?> datasetArg) Retrieves the annotations for the given dataset. -
Uses of AnnotationValueObject in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return types with arguments of type AnnotationValueObject -
Uses of AnnotationValueObject in ubic.gemma.web.controller.common.description
Methods in ubic.gemma.web.controller.common.description that return types with arguments of type AnnotationValueObjectModifier and TypeMethodDescriptionCharacteristicBrowserController.browse(ListBatchCommand batch) CharacteristicBrowserController.findCharacteristics(String valuePrefix) CharacteristicBrowserController.findCharacteristicsCustom(String queryString, boolean searchNos, boolean searchEEs, boolean searchBMs, boolean searchFVs, boolean searchFVVs, boolean searchCategories, String categoryConstraint) Method parameters in ubic.gemma.web.controller.common.description with type arguments of type AnnotationValueObjectModifier and TypeMethodDescriptionvoidCharacteristicBrowserController.removeCharacteristics(Collection<AnnotationValueObject> chars) voidCharacteristicBrowserController.updateCharacteristics(Collection<AnnotationValueObject> avos) Update characteristics associated with entities. -
Uses of AnnotationValueObject in ubic.gemma.web.controller.expression.biomaterial
Methods in ubic.gemma.web.controller.expression.biomaterial that return types with arguments of type AnnotationValueObjectModifier and TypeMethodDescriptionBioMaterialController.getAnnotation(EntityDelegator<BioMaterial> bm) -
Uses of AnnotationValueObject in ubic.gemma.web.controller.expression.experiment
Methods in ubic.gemma.web.controller.expression.experiment that return types with arguments of type AnnotationValueObjectModifier and TypeMethodDescriptionExpressionExperimentController.getAnnotation(EntityDelegator<ExpressionExperiment> e) AJAX -
Uses of AnnotationValueObject in ubic.gemma.web.controller.genome.gene
Methods in ubic.gemma.web.controller.genome.gene that return types with arguments of type AnnotationValueObject