Uses of Class
ubic.gemma.core.ontology.providers.GeneOntologyServiceImpl.GOAspect
-
Packages that use GeneOntologyServiceImpl.GOAspect Package Description ubic.gemma.core.ontology.providers -
-
Uses of GeneOntologyServiceImpl.GOAspect in ubic.gemma.core.ontology.providers
Methods in ubic.gemma.core.ontology.providers that return GeneOntologyServiceImpl.GOAspect Modifier and Type Method Description GeneOntologyServiceImpl.GOAspect
GeneOntologyService. getTermAspect(String goId)
GeneOntologyServiceImpl.GOAspect
GeneOntologyService. getTermAspect(Characteristic goId)
GeneOntologyServiceImpl.GOAspect
GeneOntologyServiceImpl. getTermAspect(String goId)
GeneOntologyServiceImpl.GOAspect
GeneOntologyServiceImpl. getTermAspect(Characteristic goId)
static GeneOntologyServiceImpl.GOAspect
GeneOntologyServiceImpl.GOAspect. valueOf(String name)
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.GOAspect Modifier and Type Method Description Collection<OntologyTerm>
GeneOntologyService. 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.Collection<OntologyTerm>
GeneOntologyServiceImpl. getGOTerms(Gene gene, boolean includePartOf, GeneOntologyServiceImpl.GOAspect goAspect)
-