Uses of Class
ubic.gemma.model.common.description.CharacteristicValueObject
Packages that use CharacteristicValueObject
Package
Description
-
Uses of CharacteristicValueObject in ubic.gemma.core.ontology
Methods in ubic.gemma.core.ontology that return types with arguments of type CharacteristicValueObjectModifier and TypeMethodDescriptionOntologyService.findExperimentsCharacteristicTags(String searchQuery, int maxResults, boolean useNeuroCartaOntology, long timeout, TimeUnit timeUnit) Deprecated.OntologyServiceImpl.findExperimentsCharacteristicTags(String searchQuery, int maxResults, boolean useNeuroCartaOntology, long timeout, TimeUnit timeUnit) Using the ontology and values in the database, for a search searchQuery given by the client give an ordered list of possible choicesOntologyService.findTermsInexact(String givenQueryString, int maxResults, Taxon taxon, long timeout, TimeUnit timeUnit) Given a search string will first look through the characteristic database for any entries that have a match.OntologyServiceImpl.findTermsInexact(String queryString, int maxResults, Taxon taxon, long timeout, TimeUnit timeUnit) -
Uses of CharacteristicValueObject in ubic.gemma.model.analysis
Methods in ubic.gemma.model.analysis that return types with arguments of type CharacteristicValueObjectModifier and TypeMethodDescriptionCellTypeAssignmentValueObject.getCellTypes()A set of cell types that are assigned to individual cells.Method parameters in ubic.gemma.model.analysis with type arguments of type CharacteristicValueObjectModifier and TypeMethodDescriptionvoidCellTypeAssignmentValueObject.setCellTypes(Set<CharacteristicValueObject> cellTypes) A set of cell types that are assigned to individual cells. -
Uses of CharacteristicValueObject in ubic.gemma.model.common.description
Methods in ubic.gemma.model.common.description that return types with arguments of type CharacteristicValueObjectModifier and TypeMethodDescriptionstatic Collection<CharacteristicValueObject> CharacteristicValueObject.characteristic2CharacteristicVO(Collection<? extends Characteristic> characteristics) Methods in ubic.gemma.model.common.description with parameters of type CharacteristicValueObjectModifier and TypeMethodDescriptionintCharacteristicValueObject.compareTo(CharacteristicValueObject that) -
Uses of CharacteristicValueObject in ubic.gemma.model.expression.bioAssayData
Methods in ubic.gemma.model.expression.bioAssayData that return types with arguments of type CharacteristicValueObjectMethod parameters in ubic.gemma.model.expression.bioAssayData with type arguments of type CharacteristicValueObjectModifier and TypeMethodDescriptionvoidCellLevelCharacteristicsValueObject.setCharacteristics(Set<CharacteristicValueObject> characteristics) -
Uses of CharacteristicValueObject in ubic.gemma.model.expression.biomaterial
Methods in ubic.gemma.model.expression.biomaterial that return types with arguments of type CharacteristicValueObjectMethod parameters in ubic.gemma.model.expression.biomaterial with type arguments of type CharacteristicValueObjectModifier and TypeMethodDescriptionvoidBioMaterialValueObject.setCharacteristics(Collection<CharacteristicValueObject> characteristics) -
Uses of CharacteristicValueObject in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return CharacteristicValueObjectModifier and TypeMethodDescriptionAbstractFactorValueValueObject.getExperimentalFactorCategory()The experiment factor category.Methods in ubic.gemma.model.expression.experiment that return types with arguments of type CharacteristicValueObjectModifier and TypeMethodDescriptionAbstractFactorValueValueObject.getCharacteristics()The characteristics associated with this factor value.BioAssaySetValueObject.getCharacteristics()ExpressionExperimentSubsetValueObject.getCharacteristics()ExpressionExperimentValueObject.getCharacteristics()Methods in ubic.gemma.model.expression.experiment with parameters of type CharacteristicValueObjectModifier and TypeMethodDescriptionvoidAbstractFactorValueValueObject.setExperimentalFactorCategory(CharacteristicValueObject experimentalFactorCategory) The experiment factor category.Method parameters in ubic.gemma.model.expression.experiment with type arguments of type CharacteristicValueObjectModifier and TypeMethodDescriptionvoidAbstractFactorValueValueObject.setCharacteristics(List<CharacteristicValueObject> characteristics) The characteristics associated with this factor value.voidExpressionExperimentSubsetValueObject.setCharacteristics(Collection<CharacteristicValueObject> characteristics) voidExpressionExperimentValueObject.setCharacteristics(Set<CharacteristicValueObject> characteristics) -
Uses of CharacteristicValueObject in ubic.gemma.persistence.service.common.description
Methods in ubic.gemma.persistence.service.common.description that return CharacteristicValueObjectModifier and TypeMethodDescriptionprotected CharacteristicValueObjectCharacteristicDaoImpl.doLoadValueObject(Characteristic entity) -
Uses of CharacteristicValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type CharacteristicValueObjectModifier and TypeMethodDescriptionDatasetsWebService.FilteredAndInferredAndPaginatedResponseDataObject.getInferredTerms()DatasetsWebService.QueriedAndFilteredAndInferredAndLimitedResponseDataObject.getInferredTerms()DatasetsWebService.QueriedAndFilteredAndInferredAndPaginatedResponseDataObject.getInferredTerms()DatasetsWebService.QueriedAndFilteredAndInferredResponseDataObject.getInferredTerms() -
Uses of CharacteristicValueObject in ubic.gemma.web.controller.expression.experiment
Methods in ubic.gemma.web.controller.expression.experiment that return types with arguments of type CharacteristicValueObjectModifier and TypeMethodDescriptionAJAX.ExperimentalDesignController.getBioMaterialCharacteristicCategories(Long experimentalDesignID) Extract just the categories from the biomaterial's characteristics.Methods in ubic.gemma.web.controller.expression.experiment with parameters of type CharacteristicValueObjectModifier and TypeMethodDescriptionvoidExperimentalDesignController.createFactorValueCharacteristic(EntityDelegator<FactorValue> e, CharacteristicValueObject cvo) AJAX