Uses of Class
ubic.gemma.model.genome.gene.GOGroupValueObject
Packages that use GOGroupValueObject
Package
Description
-
Uses of GOGroupValueObject in ubic.gemma.core.search
Methods in ubic.gemma.core.search that return GOGroupValueObjectModifier and TypeMethodDescriptionGeneSetSearch.findGeneSetValueObjectByGoId
(String goId, Long taxonId) Finds gene sets by exact match to goTermId eg: GO:0000002 Note: the gene set returned is not persistent.GeneSetSearchImpl.findGeneSetValueObjectByGoId
(String goId, Long taxonId) -
Uses of GOGroupValueObject in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene that return GOGroupValueObjectModifier and TypeMethodDescriptionGeneSetValueObjectHelper.convertToGOValueObject
(GeneSet gs, String goId, String searchTerm) Method to create a GO group object from an ad hoc entityGeneSetValueObjectHelperImpl.convertToGOValueObject
(GeneSet gs, String goId, String searchTerm) -
Uses of GOGroupValueObject in ubic.gemma.web.controller.genome.gene
Methods in ubic.gemma.web.controller.genome.gene that return GOGroupValueObjectModifier and TypeMethodDescriptionGenePickerController.getGeneSetByGOId
(String goId, Long taxonId) for AJAX get a gene set with all genes in the given taxon that are annotated with the given go id, including its child terms in the hierarchy