Class GeoUtils
java.lang.Object
ubic.gemma.core.loader.expression.geo.service.GeoUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformFtpDirName(GeoRecordType recordType) Form the FTP directory name for the given GEO record type.static StringformShortenedFtpDirName(String geoAccession) Form the shortened FTP directory name for a given GEO accession.static URLgetUrlForBrowsing(GeoRecordType recordType, int start, int pageSize, GeoFormat format) static URLgetUrlForSeriesFamily(String geoAccession, GeoSource source, GeoFormat format) Obtain a URL for a series family file.static URLgetUrlForSupplementaryMaterial(GeoRecordType recordType, String geoAccession, String filename, GeoSource source)
-
Constructor Details
-
GeoUtils
public GeoUtils()
-
-
Method Details
-
getUrlForSeriesFamily
Obtain a URL for a series family file. -
getUrlForBrowsing
public static URL getUrlForBrowsing(GeoRecordType recordType, int start, int pageSize, GeoFormat format) -
getUrlForSupplementaryMaterial
public static URL getUrlForSupplementaryMaterial(GeoRecordType recordType, String geoAccession, String filename, GeoSource source) -
formFtpDirName
Form the FTP directory name for the given GEO record type. -
formShortenedFtpDirName
Form the shortened FTP directory name for a given GEO accession.
-