Uses of Class
ubic.gemma.model.genome.GeneOntologyTermValueObject
Packages that use GeneOntologyTermValueObject
-
Uses of GeneOntologyTermValueObject in ubic.gemma.core.ontology.providers
Methods in ubic.gemma.core.ontology.providers that return GeneOntologyTermValueObjectModifier and TypeMethodDescriptionGeneOntologyService.getValueObject(OntologyTerm term) Converts the given Ontology Term to a Gene Ontology Value Object.GeneOntologyServiceImpl.getValueObject(OntologyTerm term) Methods in ubic.gemma.core.ontology.providers that return types with arguments of type GeneOntologyTermValueObjectModifier and TypeMethodDescriptionGeneOntologyService.getValueObjects(Collection<OntologyTerm> terms) Converts the given collection of Ontology Terms to Gene Ontology Value Objects.GeneOntologyService.getValueObjects(Gene gene) Returns GO Terms VOs for the given Gene.GeneOntologyServiceImpl.getValueObjects(Collection<OntologyTerm> terms) GeneOntologyServiceImpl.getValueObjects(Gene gene) -
Uses of GeneOntologyTermValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type GeneOntologyTermValueObjectModifier and TypeMethodDescriptionGeneWebService.getGeneGoTerms(GeneArg<?> geneArg) Retrieves the GO terms of the given gene.TaxaWebService.getTaxonGeneGoTerms(TaxonArg<?> taxonArg, GeneArg<?> geneArg) -
Uses of GeneOntologyTermValueObject in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return types with arguments of type GeneOntologyTermValueObjectModifier and TypeMethodDescriptionGeneArgService.getGeneGoTerms(GeneArg<?> arg) Returns GO terms for the gene that this GeneArg represents.GeneArgService.getGeneGoTermsInTaxon(GeneArg<?> geneArg, Taxon taxon) Obtain GO terms for the gene in the given taxon.