Uses of Class
ubic.gemma.model.genome.gene.GeneValueObject
Packages that use GeneValueObject
Package
Description
-
Uses of GeneValueObject in ubic.gemma.core.analysis.expression.coexpression
Methods in ubic.gemma.core.analysis.expression.coexpression that return GeneValueObjectModifier and TypeMethodDescriptionCoexpressionValueObjectExt.getFoundGene()CoexpressionValueObjectExt.getQueryGene()Methods in ubic.gemma.core.analysis.expression.coexpression that return types with arguments of type GeneValueObjectMethods in ubic.gemma.core.analysis.expression.coexpression with parameters of type GeneValueObjectModifier and TypeMethodDescriptionvoidCoexpressionValueObjectExt.setFoundGene(GeneValueObject foundGene) voidCoexpressionValueObjectExt.setQueryGene(GeneValueObject queryGene) Method parameters in ubic.gemma.core.analysis.expression.coexpression with type arguments of type GeneValueObjectModifier and TypeMethodDescriptionvoidCoexpressionMetaValueObject.setQueryGenes(Collection<GeneValueObject> queryGenes) -
Uses of GeneValueObject in ubic.gemma.core.analysis.expression.diff
Methods in ubic.gemma.core.analysis.expression.diff that return GeneValueObjectMethods in ubic.gemma.core.analysis.expression.diff with parameters of type GeneValueObjectModifier and TypeMethodDescriptionvoidDifferentialExpressionMetaAnalysisValueObject.setGene(GeneValueObject gene) -
Uses of GeneValueObject in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence that return types with arguments of type GeneValueObjectMethod parameters in ubic.gemma.core.analysis.sequence with type arguments of type GeneValueObjectModifier and TypeMethodDescriptionvoidCompositeSequenceMapValueObject.setGenes(Map<Long, GeneValueObject> genes) -
Uses of GeneValueObject in ubic.gemma.core.loader.genome.gene.ncbi.homology
Methods in ubic.gemma.core.loader.genome.gene.ncbi.homology that return GeneValueObjectModifier and TypeMethodDescriptionHomologeneService.getHomologueValueObject(Long geneId, String taxonCommonName) HomologeneServiceImpl.getHomologueValueObject(Long geneId, String taxonCommonName) -
Uses of GeneValueObject in ubic.gemma.core.tasks.visualization
Methods in ubic.gemma.core.tasks.visualization that return types with arguments of type GeneValueObjectConstructor parameters in ubic.gemma.core.tasks.visualization with type arguments of type GeneValueObjectModifierConstructorDescriptionDifferentialExpressionSearchTaskCommand(Collection<GeneValueObject> geneGroup, Collection<ExpressionExperimentDetailsValueObject> experimentGroup, String geneGroupName, String experimentGroupName) -
Uses of GeneValueObject in ubic.gemma.model.analysis.expression.diff
Methods in ubic.gemma.model.analysis.expression.diff that return GeneValueObjectMethods in ubic.gemma.model.analysis.expression.diff that return types with arguments of type GeneValueObjectMethods in ubic.gemma.model.analysis.expression.diff with parameters of type GeneValueObjectModifier and TypeMethodDescriptionvoidDifferentialExpressionValueObject.setGene(GeneValueObject gene) Method parameters in ubic.gemma.model.analysis.expression.diff with type arguments of type GeneValueObjectModifier and TypeMethodDescriptionvoidDifferentialExpressionAnalysisResultValueObject.setGenes(List<GeneValueObject> genes) -
Uses of GeneValueObject in ubic.gemma.model.analysis.sequence
Methods in ubic.gemma.model.analysis.sequence that return GeneValueObjectMethods in ubic.gemma.model.analysis.sequence that return types with arguments of type GeneValueObjectModifier and TypeMethodDescriptionGeneMappingSummary.getGeneProductIdGeneMap()GeneMappingSummary.getGeneProductMap()Methods in ubic.gemma.model.analysis.sequence with parameters of type GeneValueObjectModifier and TypeMethodDescriptionvoidGeneMappingSummary.addGene(GeneProductValueObject geneProduct, GeneValueObject gene) Method parameters in ubic.gemma.model.analysis.sequence with type arguments of type GeneValueObjectModifier and TypeMethodDescriptionvoidGeneMappingSummary.setGeneProductMap(Map<GeneProductValueObject, GeneValueObject> geneProductMap) -
Uses of GeneValueObject in ubic.gemma.model.genome.gene
Methods in ubic.gemma.model.genome.gene that return GeneValueObjectModifier and TypeMethodDescriptionstatic GeneValueObjectGeneValueObject.convert2ValueObject(Gene gene) Converts a Gene to a GeneValueObjectMethods in ubic.gemma.model.genome.gene that return types with arguments of type GeneValueObjectModifier and TypeMethodDescriptionstatic Collection<GeneValueObject> GeneValueObject.convertMembers2GeneValueObjects(Collection<GeneSetMember> setMembers) A static method for easily converting GeneSetMembers into GeneValueObjectsGeneValueObject.getHomologues()Method parameters in ubic.gemma.model.genome.gene with type arguments of type GeneValueObjectModifier and TypeMethodDescriptionvoidGeneValueObject.setHomologues(Collection<GeneValueObject> homologues) Constructors in ubic.gemma.model.genome.gene with parameters of type GeneValueObjectModifierConstructorDescriptionGeneValueObject(GeneValueObject otherBean) Copies constructor from other GeneValueObject -
Uses of GeneValueObject in ubic.gemma.persistence.service.genome
Methods in ubic.gemma.persistence.service.genome that return GeneValueObjectModifier and TypeMethodDescriptionprotected GeneValueObjectGeneDaoImpl.doLoadValueObject(Gene entity) Method parameters in ubic.gemma.persistence.service.genome with type arguments of type GeneValueObjectModifier and TypeMethodDescriptionprotected voidGeneDaoImpl.postProcessValueObjects(List<GeneValueObject> geneValueObjects) -
Uses of GeneValueObject in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene that return GeneValueObjectModifier and TypeMethodDescriptionGeneService.findByNCBIIdValueObject(Integer accession) GeneServiceImpl.findByNCBIIdValueObject(Integer accession) GeneService.loadFullyPopulatedValueObject(Long id) Returns a detailVO for a geneDd This method may be unnecessary now that we have put all the logic into the GeneServiceGeneServiceImpl.loadFullyPopulatedValueObject(Long id) GeneServiceImpl.loadValueObjectById(Long id) Methods in ubic.gemma.persistence.service.genome.gene that return types with arguments of type GeneValueObjectModifier and TypeMethodDescriptionGeneService.findByNcbiIds(Collection<Integer> ncbiIds) Quickly load exact matches.GeneServiceImpl.findByNcbiIds(Collection<Integer> ncbiIds) GeneService.findByOfficialSymbols(Collection<String> query, Long taxonId) Quickly load exact matches.GeneServiceImpl.findByOfficialSymbols(Collection<String> query, Long taxonId) GeneSearchService.getGenesByGOId(String goId, Long taxonId) get all genes in the given taxon that are annotated with the given go id, including its child terms in the hierarchyGeneSearchServiceImpl.getGenesByGOId(String goId, Long taxonId) GeneSetService.getGenesInGroup(GeneSetValueObject object) Get the gene value objects for the members of the group paramGeneSetServiceImpl.getGenesInGroup(GeneSetValueObject object) GeneServiceImpl.loadValueObjectsByIds(Collection<Long> ids) GeneService.loadValueObjectsByIdsLiter(Collection<Long> ids) GeneServiceImpl.loadValueObjectsByIdsLiter(Collection<Long> ids) GeneCoreService.searchGenes(String query, Long taxonId) Search for genes (by name or symbol)GeneService.searchGenes(String query, Long taxonId) GeneServiceImpl.searchGenes(String query, Long taxonId) Search for genes (by name or symbol)GeneSearchService.searchMultipleGenes(String query, Long taxonId) Search for multiple genes at once.GeneSearchServiceImpl.searchMultipleGenes(String query, Long taxonId) GeneSearchService.searchMultipleGenesGetMap(Collection<String> query, Long taxonId) Search for multiple genes at once.GeneSearchServiceImpl.searchMultipleGenesGetMap(Collection<String> query, Long taxonId) -
Uses of GeneValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type GeneValueObjectModifier and TypeMethodDescriptionGeneWebService.getGenesByIds(GeneArrayArg genes) Retrieves all genes matching the identifier.PlatformsWebService.getPlatformElementGenes(PlatformArg<?> platformArg, CompositeSequenceArg<?> probeArg, OffsetArg offset, LimitArg limit) Retrieves the genes on the given platform element.TaxaWebService.getTaxonGenes(TaxonArg<?> taxonArg, OffsetArg offsetArg, LimitArg limitArg) TaxaWebService.getTaxonGenesByIds(TaxonArg<?> taxonArg, GeneArrayArg geneArg) Retrieves genes matching the identifier on the given taxon.TaxaWebService.getTaxonGenesOverlappingChromosome(TaxonArg<?> taxonArg, String chromosomeName, String strand, Long start, Integer size) Finds genes overlapping a given region. -
Uses of GeneValueObject in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return types with arguments of type GeneValueObjectModifier and TypeMethodDescriptionGeneArgService.getGenes(int offset, int limit) GeneArgService.getGenesInTaxon(Taxon taxon, int offset, int limit) GeneArgService.getGenesInTaxon(GeneArrayArg arg, Taxon taxon) TaxonArgService.getGenesOnChromosome(TaxonArg<?> arg, String chromosomeName, String strand, long start, int size) Lists Genes overlapping a location on a specific chromosome on a taxon that this TaxonArg represents. -
Uses of GeneValueObject in ubic.gemma.web.controller.genome.gene
Methods in ubic.gemma.web.controller.genome.gene that return GeneValueObjectMethods in ubic.gemma.web.controller.genome.gene that return types with arguments of type GeneValueObjectModifier and TypeMethodDescriptionGenePickerController.getGenes(Collection<Long> geneIds) AJAXGenePickerController.getGenesByGOId(String goId, Long taxonId) for AJAX get all genes in the given taxon that are annotated with the given go id, including its child terms in the hierarchyGeneSetController.getGenesInGroup(Long groupId, Integer limit) AJAX If the current user has access to given gene group, will return the gene value objects in the gene groupGenePickerController.searchGenes(String query, Long taxonId) AJAX (used by GeneCombo.js)GenePickerController.searchGenesWithNCBIId(String query, Long taxonId) AJAX (used by Phenocarta)GenePickerController.searchMultipleGenes(String query, Long taxonId) AJAX Search for multiple genes at once.GenePickerController.searchMultipleGenesGetMap(Collection<String> query, Long taxonId) AJAX Search for multiple genes at once. -
Uses of GeneValueObject in ubic.gemma.web.controller.persistence
Methods in ubic.gemma.web.controller.persistence that return types with arguments of type GeneValueObjectModifier and TypeMethodDescriptionSessionListManager.getGenesInGroup(Long groupId) AJAX If the current user has access to given gene group will return the gene ids in the gene groupSessionListManagerImpl.getGenesInGroup(Long groupId) -
Uses of GeneValueObject in ubic.gemma.web.controller.visualization
Methods in ubic.gemma.web.controller.visualization that return types with arguments of type GeneValueObjectMethod parameters in ubic.gemma.web.controller.visualization with type arguments of type GeneValueObjectModifier and TypeMethodDescriptionvoidGeneExpressionProfile.setGenes(Collection<GeneValueObject> genes) Constructor parameters in ubic.gemma.web.controller.visualization with type arguments of type GeneValueObjectModifierConstructorDescriptionGeneExpressionProfile(DoubleVectorValueObject vector, Collection<GeneValueObject> genes) GeneExpressionProfile(DoubleVectorValueObject vector, Collection<GeneValueObject> genes, String color, Integer factor, Double pValue) GeneExpressionProfile(DoubleVectorValueObject vector, Collection<GeneValueObject> genes, String color, Integer factor, Double pValue, boolean standardize) VisualizationValueObject(Collection<DoubleVectorValueObject> vectors, List<GeneValueObject> genes, Collection<Long> validatedProbeList) VisualizationValueObject(Collection<DoubleVectorValueObject> vectors, List<GeneValueObject> genes, Collection<Long> validatedProbeIdList, Double minPvalue)