Uses of Class
ubic.gemma.core.loader.util.fetcher.FtpFetcher
Packages that use FtpFetcher
Package
Description
-
Uses of FtpFetcher in ubic.gemma.core.loader.expression.arrayExpress
Subclasses of FtpFetcher in ubic.gemma.core.loader.expression.arrayExpressModifier and TypeClassDescriptionclass
ArrayExpress stores files in an FTP site as tarred-gzipped archives.class
Fetch the SRDF file -
Uses of FtpFetcher in ubic.gemma.core.loader.expression.geo.fetcher
Subclasses of FtpFetcher in ubic.gemma.core.loader.expression.geo.fetcherModifier and TypeClassDescriptionclass
Retrieve GEO GDS files from the NCBI FTP server.class
class
Used for testing, but might have other uses, to fetch GEO data from local files instead of the GEO website.class
A fetcher that only looks locally for "family" files (GPLXXX_family, GSEXXX_family).class
Fetch GEO "GPLXXX_family.soft.gz" filesclass
Retrieve and unpack the raw data files for GEO series.class
-
Uses of FtpFetcher in ubic.gemma.core.loader.genome.gene.ncbi
Subclasses of FtpFetcher in ubic.gemma.core.loader.genome.gene.ncbiModifier and TypeClassDescriptionclass
Class to download files for NCBI gene. -
Uses of FtpFetcher in ubic.gemma.core.loader.genome.gene.ncbi.homology
Subclasses of FtpFetcher in ubic.gemma.core.loader.genome.gene.ncbi.homologyModifier and TypeClassDescriptionclass
Grabs urls like ftp:///ftp.ncbi.nih.gov/pub/HomoloGene/current/homologene.data -
Uses of FtpFetcher in ubic.gemma.core.loader.genome.taxon
Subclasses of FtpFetcher in ubic.gemma.core.loader.genome.taxonModifier and TypeClassDescriptionclass
Taxon information from NCBI comes as a tar.gz archive; only the names.dmp file is of interest. -
Uses of FtpFetcher in ubic.gemma.core.loader.util.fetcher
Subclasses of FtpFetcher in ubic.gemma.core.loader.util.fetcherModifier and TypeClassDescriptionclass
Fetcher that can fetch archives (e.g., tar.gz) and unpack them.