Uses of Class
ubic.gemma.core.loader.expression.geo.service.GeoSource
-
Packages that use GeoSource Package Description ubic.gemma.core.loader.expression.geo.service -
-
Uses of GeoSource in ubic.gemma.core.loader.expression.geo.service
Methods in ubic.gemma.core.loader.expression.geo.service that return GeoSource Modifier and Type Method Description static GeoSource
GeoSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoSource[]
GeoSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.core.loader.expression.geo.service with parameters of type GeoSource Modifier and Type Method Description static URL
GeoUtils. getUrlForSeriesFamily(String geoAccession, GeoSource source, GeoFormat format)
Obtain a URL for a series family file.
-