Uses of Class
ubic.gemma.core.loader.expression.geo.singleCell.NoSingleCellDataFoundException
Packages that use NoSingleCellDataFoundException
Package
Description
This package contains specific logic for dealing with single-cell data from GEO.
-
Uses of NoSingleCellDataFoundException in ubic.gemma.core.loader.expression.geo.singleCell
Methods in ubic.gemma.core.loader.expression.geo.singleCell that throw NoSingleCellDataFoundExceptionModifier and TypeMethodDescriptionAbstractSingleFileInSeriesSingleCellDetector.downloadSingleCellData(GeoSample sample) AbstractSingleFileInSeriesSingleCellDetector.downloadSingleCellData(GeoSeries series) Download single-cell data for the given GEO series.GeoSingleCellDetector.downloadSingleCellData(GeoSample sample) GeoSingleCellDetector.downloadSingleCellData(GeoSample sample, SingleCellDataType dataType) GeoSingleCellDetector.downloadSingleCellData(GeoSeries series) Download single-cell data from a GEO series to disk.GeoSingleCellDetector.downloadSingleCellData(GeoSeries series, GeoSample sample) Download a sample in the context of a series.GeoSingleCellDetector.downloadSingleCellData(GeoSeries series, GeoSample sample, SingleCellDataType dataType) voidGeoSingleCellDetector.downloadSingleCellData(GeoSeries series, SingleCellDataType dataType) MexDetector.downloadSingleCellData(GeoSample sample) Retrieve single-cell data for the given GEO sample to disk.MexDetector.downloadSingleCellData(GeoSeries series) MexDetector.downloadSingleCellData(GeoSeries series, GeoSample sample) Download a GEO sample within the context of its series.SeriesAwareSingleCellDetector.downloadSingleCellData(GeoSeries series, GeoSample sample) SingleCellDetector.downloadSingleCellData(GeoSample sample) Download single-cell data for the given GEO sample.SingleCellDetector.downloadSingleCellData(GeoSeries series) Download single-cell data for the given GEO series.AnnDataDetector.getSingleCellDataLoader(GeoSeries series, SingleCellDataLoaderConfig config) GeoSingleCellDetector.getSingleCellDataLoader(GeoSeries series, SingleCellDataLoaderConfig config) Obtain a single-cell data loader.MexDetector.getSingleCellDataLoader(GeoSeries series, SingleCellDataLoaderConfig config) SingleCellDetector.getSingleCellDataLoader(GeoSeries series, SingleCellDataLoaderConfig config) Obtain a single cell data loader for the given GEO series based on previously downloading data.GeoSingleCellDetector.getSingleCellDataType(GeoSeries series) Determine the type of single-cell data a GEO series contains.