Uses of Class
ubic.gemma.core.genome.gene.GOGroupValueObject
-
Packages that use GOGroupValueObject Package Description ubic.gemma.core.genome.gene ubic.gemma.core.search ubic.gemma.web.controller.genome.gene -
-
Uses of GOGroupValueObject in ubic.gemma.core.genome.gene
Methods in ubic.gemma.core.genome.gene that return GOGroupValueObject Modifier and Type Method Description GOGroupValueObjectGeneSetValueObjectHelper. convertToGOValueObject(GeneSet gs, String goId, String searchTerm)Method to create a GO group object from an ad hoc entityGOGroupValueObjectGeneSetValueObjectHelperImpl. convertToGOValueObject(GeneSet gs, String goId, String searchTerm) -
Uses of GOGroupValueObject in ubic.gemma.core.search
Methods in ubic.gemma.core.search that return GOGroupValueObject Modifier and Type Method Description GOGroupValueObjectGeneSetSearch. findGeneSetValueObjectByGoId(String goId, Long taxonId)Finds gene sets by exact match to goTermId eg: GO:0000002 Note: the gene set returned is not persistent.GOGroupValueObjectGeneSetSearchImpl. findGeneSetValueObjectByGoId(String goId, Long taxonId) -
Uses of GOGroupValueObject in ubic.gemma.web.controller.genome.gene
Methods in ubic.gemma.web.controller.genome.gene that return GOGroupValueObject Modifier and Type Method Description GOGroupValueObjectGenePickerController. 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
-