Uses of Class
ubic.gemma.model.genome.PhysicalLocationValueObject
-
Packages that use PhysicalLocationValueObject Package Description ubic.gemma.persistence.service.genome.gene ubic.gemma.rest ubic.gemma.rest.util.args -
-
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 PhysicalLocationValueObject Modifier and Type Method Description List<PhysicalLocationValueObject>
GeneService. getPhysicalLocationsValueObjects(Gene gene)
List<PhysicalLocationValueObject>
GeneServiceImpl. getPhysicalLocationsValueObjects(Gene gene)
-
Uses of PhysicalLocationValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type PhysicalLocationValueObject Modifier and Type Method Description ResponseDataObject<List<PhysicalLocationValueObject>>
GeneWebService. getGeneLocations(GeneArg<?> geneArg)
Retrieves the physical location of the given gene.ResponseDataObject<List<PhysicalLocationValueObject>>
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 PhysicalLocationValueObject Modifier and Type Method Description List<PhysicalLocationValueObject>
GeneArgService. getGeneLocation(GeneArg<?> geneArg)
Returns all known locations of the gene(s) that this GeneArg represents.List<PhysicalLocationValueObject>
GeneArgService. getGeneLocationInTaxon(GeneArg<?> arg, Taxon taxon)
Returns all known locations of the gene that this GeneArg represents.
-