Class LoomSingleCellDetector
java.lang.Object
ubic.gemma.core.loader.expression.geo.singleCell.AbstractSingleCellDetector
ubic.gemma.core.loader.expression.geo.singleCell.AbstractSingleFileInSeriesSingleCellDetector
ubic.gemma.core.loader.expression.geo.singleCell.LoomSingleCellDetector
- All Implemented Interfaces:
SingleCellDetector
Detects Loom files in series and samples.
Downloading files in sample and loading is not supported yet.
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSingleCellDataLoader(GeoSeries series, SingleCellDataLoaderConfig config) Obtain a single cell data loader for the given GEO series based on previously downloading data.booleanhasSingleCellData(GeoSample sample) Detection is not supported at the sample level.Methods inherited from class ubic.gemma.core.loader.expression.geo.singleCell.AbstractSingleFileInSeriesSingleCellDetector
accepts, downloadSingleCellData, downloadSingleCellData, downloadSingleCellData, getAdditionalSupplementaryFiles, getAdditionalSupplementaryFiles, getDest, hasSingleCellDataMethods inherited from class ubic.gemma.core.loader.expression.geo.singleCell.AbstractSingleCellDetector
existsAndHasExpectedSize, getDownloadDirectory, getSizeInBytes, openSupplementaryFileAsStream, retry, setDownloadDirectory, setFTPClientFactory, setRetryPolicy
-
Constructor Details
-
LoomSingleCellDetector
public LoomSingleCellDetector()
-
-
Method Details
-
getSingleCellDataLoader
public SingleCellDataLoader getSingleCellDataLoader(GeoSeries series, SingleCellDataLoaderConfig config) Description copied from interface:SingleCellDetectorObtain a single cell data loader for the given GEO series based on previously downloading data. -
hasSingleCellData
Description copied from class:AbstractSingleFileInSeriesSingleCellDetectorDetection is not supported at the sample level.- Specified by:
hasSingleCellDatain interfaceSingleCellDetector- Overrides:
hasSingleCellDatain classAbstractSingleFileInSeriesSingleCellDetector
-