Uses of Class
ubic.gemma.model.genome.PhysicalLocationValueObject
Packages that use PhysicalLocationValueObject
Package
Description
-
Uses of PhysicalLocationValueObject in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene that return types with arguments of type PhysicalLocationValueObjectModifier and TypeMethodDescriptionGeneService.getPhysicalLocationsValueObjects(Gene gene) GeneServiceImpl.getPhysicalLocationsValueObjects(Gene gene) -
Uses of PhysicalLocationValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type PhysicalLocationValueObjectModifier and TypeMethodDescriptionGeneWebService.getGeneLocations(GeneArg<?> geneArg) Retrieves the physical location of the given gene.TaxaWebService.getTaxonGeneLocations(TaxonArg<?> taxonArg, GeneArg<?> geneArg) Retrieves gene location for the gene on the given taxon. -
Uses of PhysicalLocationValueObject in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return types with arguments of type PhysicalLocationValueObjectModifier and TypeMethodDescriptionGeneArgService.getGeneLocation(GeneArg<?> geneArg) Returns all known locations of the gene(s) that this GeneArg represents.GeneArgService.getGeneLocationInTaxon(GeneArg<?> arg, Taxon taxon) Returns all known locations of the gene that this GeneArg represents.