Uses of Enum
ubic.gemma.core.ontology.providers.GeneOntologyServiceImpl.GOAspect
Packages that use GeneOntologyServiceImpl.GOAspect
-
Uses of GeneOntologyServiceImpl.GOAspect in ubic.gemma.core.ontology.providers
Methods in ubic.gemma.core.ontology.providers that return GeneOntologyServiceImpl.GOAspectModifier and TypeMethodDescriptionGeneOntologyService.getTermAspect(String goId) GeneOntologyService.getTermAspect(Characteristic goId) GeneOntologyServiceImpl.getTermAspect(String goId) GeneOntologyServiceImpl.getTermAspect(Characteristic goId) Returns the enum constant of this type with the specified name.static GeneOntologyServiceImpl.GOAspect[]GeneOntologyServiceImpl.GOAspect.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.core.ontology.providers with parameters of type GeneOntologyServiceImpl.GOAspectModifier and TypeMethodDescriptionGeneOntologyService.getGOTerms(Gene gene, boolean includePartOf, GeneOntologyServiceImpl.GOAspect goAspect) Get all GO terms for a gene, including parents of terms via is-a relationships; and optionally also parents via part-of relationships.GeneOntologyServiceImpl.getGOTerms(Gene gene, boolean includePartOf, GeneOntologyServiceImpl.GOAspect goAspect)