Uses of Class
ubic.gemma.core.loader.expression.geo.service.GeoService.GeoUpdateConfig
-
Packages that use GeoService.GeoUpdateConfig Package Description ubic.gemma.core.loader.expression.geo.service -
-
Uses of GeoService.GeoUpdateConfig in ubic.gemma.core.loader.expression.geo.service
Methods in ubic.gemma.core.loader.expression.geo.service with parameters of type GeoService.GeoUpdateConfig Modifier and Type Method Description void
GeoService. updateFromGEO(String geoAccession, GeoService.GeoUpdateConfig geoUpdateConfig)
Refetch and reprocess the GEO series, updating select information.void
GeoService. updateFromGEO(ExpressionExperiment expressionExperiment, GeoService.GeoUpdateConfig geoUpdateConfig)
Refetch and reprocess a given experiment.void
GeoServiceImpl. updateFromGEO(String geoAccession, GeoService.GeoUpdateConfig geoUpdateConfig)
void
GeoServiceImpl. updateFromGEO(ExpressionExperiment ee, GeoService.GeoUpdateConfig geoUpdateConfig)
-