Class GeoSingleCellDetector

java.lang.Object
ubic.gemma.core.loader.expression.geo.singleCell.GeoSingleCellDetector
All Implemented Interfaces:
AutoCloseable, ArchiveBasedSingleCellDetector, SeriesAwareSingleCellDetector, SingleCellDetector

This is the main single-cell data detector that delegates to other more specific detectors.

Samples can be loaded in parallel when retrieving a GEO series with downloadSingleCellData(GeoSeries). The number of threads used is controlled by setNumberOfFetchThreads(int) and defaults to 4.

Author:
poirigui