Uses of Class
ubic.gemma.model.genome.GeneOntologyTermValueObject
-
Packages that use GeneOntologyTermValueObject Package Description ubic.gemma.core.ontology.providers ubic.gemma.rest ubic.gemma.rest.util.args -
-
Uses of GeneOntologyTermValueObject in ubic.gemma.core.ontology.providers
Methods in ubic.gemma.core.ontology.providers that return GeneOntologyTermValueObject Modifier and Type Method Description GeneOntologyTermValueObject
GeneOntologyService. getValueObject(OntologyTerm term)
Converts the given Ontology Term to a Gene Ontology Value Object.GeneOntologyTermValueObject
GeneOntologyServiceImpl. getValueObject(OntologyTerm term)
Methods in ubic.gemma.core.ontology.providers that return types with arguments of type GeneOntologyTermValueObject Modifier and Type Method Description Collection<GeneOntologyTermValueObject>
GeneOntologyService. getValueObjects(Collection<OntologyTerm> terms)
Converts the given collection of Ontology Terms to Gene Ontology Value Objects.List<GeneOntologyTermValueObject>
GeneOntologyService. getValueObjects(Gene gene)
Returns GO Terms VOs for the given Gene.List<GeneOntologyTermValueObject>
GeneOntologyServiceImpl. getValueObjects(Collection<OntologyTerm> terms)
List<GeneOntologyTermValueObject>
GeneOntologyServiceImpl. getValueObjects(Gene gene)
-
Uses of GeneOntologyTermValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type GeneOntologyTermValueObject Modifier and Type Method Description ResponseDataObject<List<GeneOntologyTermValueObject>>
GeneWebService. getGeneGoTerms(GeneArg<?> geneArg)
Retrieves the GO terms of the given gene.ResponseDataObject<List<GeneOntologyTermValueObject>>
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 GeneOntologyTermValueObject Modifier and Type Method Description List<GeneOntologyTermValueObject>
GeneArgService. getGeneGoTerms(GeneArg<?> arg)
Returns GO terms for the gene that this GeneArg represents.List<GeneOntologyTermValueObject>
GeneArgService. getGeneGoTermsInTaxon(GeneArg<?> geneArg, Taxon taxon)
Obtain GO terms for the gene in the given taxon.
-