Uses of Class
ubic.gemma.model.genome.gene.GeneSetValueObject
Packages that use GeneSetValueObject
Package
Description
-
Uses of GeneSetValueObject in ubic.gemma.model.genome.gene
Subclasses of GeneSetValueObject in ubic.gemma.model.genome.geneModifier and TypeClassDescriptionclassclass*classclassMethods in ubic.gemma.model.genome.gene that return types with arguments of type GeneSetValueObjectMethod parameters in ubic.gemma.model.genome.gene with type arguments of type GeneSetValueObjectModifier and TypeMethodDescriptionvoidGeneValueObject.setGeneSets(Collection<GeneSetValueObject> geneSets) -
Uses of GeneSetValueObject in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene that return GeneSetValueObjectModifier and TypeMethodDescriptionGeneSetService.createDatabaseEntity(GeneSetValueObject gsvo) create an entity in the database based on the value object parameterGeneSetServiceImpl.createDatabaseEntity(GeneSetValueObject geneSetVo) Methods in ubic.gemma.persistence.service.genome.gene that return types with arguments of type GeneSetValueObjectModifier and TypeMethodDescriptionGeneSetService.findGeneSetsByGene(Long geneId) Given a Gemma Gene Id, find all the gene groups it is a member of (filtering is handled when gene sets are loaded)GeneSetServiceImpl.findGeneSetsByGene(Long geneId) GeneSetService.findGeneSetsByName(String query, Long taxonId) GeneSetServiceImpl.findGeneSetsByName(String query, Long taxonId) Methods in ubic.gemma.persistence.service.genome.gene with parameters of type GeneSetValueObjectModifier and TypeMethodDescriptionGeneSetService.createDatabaseEntity(GeneSetValueObject gsvo) create an entity in the database based on the value object parameterGeneSetServiceImpl.createDatabaseEntity(GeneSetValueObject geneSetVo) GeneSetService.getGeneIdsInGroup(GeneSetValueObject geneSetVO) GeneSetServiceImpl.getGeneIdsInGroup(GeneSetValueObject object) GeneSetService.getGenesInGroup(GeneSetValueObject object) Get the gene value objects for the members of the group paramGeneSetServiceImpl.getGenesInGroup(GeneSetValueObject object) intGeneSetService.getSize(GeneSetValueObject geneSetVO) intGeneSetServiceImpl.getSize(GeneSetValueObject object) -
Uses of GeneSetValueObject in ubic.gemma.web.controller.analysis.expression.diff
Methods in ubic.gemma.web.controller.analysis.expression.diff with parameters of type GeneSetValueObjectModifier and TypeMethodDescriptionDifferentialExpressionSearchController.scheduleDiffExpSearchTask(Long taxonId, ExpressionExperimentSetValueObject eevo, GeneSetValueObject gsvo) AJAX - method used for main display metaheatmap. -
Uses of GeneSetValueObject in ubic.gemma.web.controller.genome.gene
Methods in ubic.gemma.web.controller.genome.gene that return types with arguments of type GeneSetValueObjectModifier and TypeMethodDescriptionGeneSetController.addUserAndSessionGroups(Collection<GeneSetValueObject> geneSetVos) AJAX adds the gene group to the sessionGeneSetController.create(Collection<GeneSetValueObject> geneSetVos) AJAX create an entities in the database based on the value objects passed inGeneSetController.findGeneSetsByGene(Long geneId) Given a Gemma Gene Id will find all gene groups that the current user is allowed to useGeneSetController.findGeneSetsByName(String query, Long taxonId) GeneSetController.getUserAndSessionGeneGroups(boolean privateOnly, Long taxonId) AJAX Returns the current users gene sets as well as their session gene setsGeneSetController.removeUserAndSessionGroups(Collection<GeneSetValueObject> vos) AJAX Given valid gene groups will remove them from the session or the database appropriately.GeneSetController.updateUserAndSessionGroups(Collection<GeneSetValueObject> vos) AJAX Updates the session group and user database groups.Methods in ubic.gemma.web.controller.genome.gene with parameters of type GeneSetValueObjectModifier and TypeMethodDescriptionGeneSetController.canCurrentUserEditGroup(GeneSetValueObject gsvo) AJAX returns a JSON string encoding whether the current user owns the group and whether the group is db-backedMethod parameters in ubic.gemma.web.controller.genome.gene with type arguments of type GeneSetValueObjectModifier and TypeMethodDescriptionGeneSetController.addUserAndSessionGroups(Collection<GeneSetValueObject> geneSetVos) AJAX adds the gene group to the sessionGeneSetController.create(Collection<GeneSetValueObject> geneSetVos) AJAX create an entities in the database based on the value objects passed inGeneSetController.removeUserAndSessionGroups(Collection<GeneSetValueObject> vos) AJAX Given valid gene groups will remove them from the session or the database appropriately.GeneSetController.updateUserAndSessionGroups(Collection<GeneSetValueObject> vos) AJAX Updates the session group and user database groups.