Uses of Class
ubic.gemma.core.loader.expression.geo.service.GeoRetrieveConfig
Packages that use GeoRetrieveConfig
Package
Description
This package contains built-in Gemma CLI applications.
-
Uses of GeoRetrieveConfig in ubic.gemma.apps
Fields in ubic.gemma.apps declared as GeoRetrieveConfigModifier and TypeFieldDescriptionstatic final GeoRetrieveConfigGeoGrabberCli.MINIMALPreset when seeking records. -
Uses of GeoRetrieveConfig in ubic.gemma.core.loader.expression.geo.service
Fields in ubic.gemma.core.loader.expression.geo.service declared as GeoRetrieveConfigModifier and TypeFieldDescriptionstatic GeoRetrieveConfigGeoRetrieveConfig.DEFAULTDefault preset for retrieving GEO records.static GeoRetrieveConfigGeoRetrieveConfig.DETAILEDA preset configuration for retrieving detailed GEO records.Methods in ubic.gemma.core.loader.expression.geo.service that return GeoRetrieveConfigMethods in ubic.gemma.core.loader.expression.geo.service with parameters of type GeoRetrieveConfigModifier and TypeMethodDescriptionGeoBrowser.getGeoRecord(GeoRecordType recordType, String accession, GeoRetrieveConfig config) Retrieve a single GEO record.GeoBrowserImpl.getGeoRecord(GeoRecordType recordType, String accession, GeoRetrieveConfig config) GeoBrowser.getGeoRecords(GeoRecordType recordType, Collection<String> accessions, GeoRetrieveConfig config) Retrieve a collection of GEO series.GeoBrowserImpl.getGeoRecords(GeoRecordType recordType, Collection<String> accessions, GeoRetrieveConfig config) Retrieve records for experimentsGeoBrowser.retrieveAllGeoRecords(GeoQuery query, GeoRetrieveConfig config) GeoBrowserImpl.retrieveAllGeoRecords(GeoQuery query, GeoRetrieveConfig config) GeoBrowser.retrieveGeoRecords(GeoQuery query, int start, int pageSize, GeoRetrieveConfig config) Retrieve records from a GEO query.GeoBrowserImpl.retrieveGeoRecords(GeoQuery query, int start, int pageSize, GeoRetrieveConfig config)