Uses of Interface
ubic.gemma.core.loader.expression.singleCell.SingleCellDataLoader
Packages that use SingleCellDataLoader
Package
Description
This package contains classes for loading expression data from CELLxGENE.
This package contains specific logic for dealing with single-cell data from GEO.
This package contains classes for loading single-cell expression data.
This package contains classes for loading single-cell metadata such as cell type assignment and cell-level
characteristics.
-
Uses of SingleCellDataLoader in ubic.gemma.core.loader.expression.cellxgene
Classes in ubic.gemma.core.loader.expression.cellxgene that implement SingleCellDataLoaderMethods in ubic.gemma.core.loader.expression.cellxgene with parameters of type SingleCellDataLoaderModifier and TypeMethodDescriptionCellXGeneConverter.convert(CollectionMetadata collectionMetadata, DatasetMetadata datasetMetadata, ArrayDesign platform, Collection<CompositeSequence> compositeSequences, String datasetShortName, SingleCellDataLoader dataLoader, boolean loadSingleCellData) -
Uses of SingleCellDataLoader in ubic.gemma.core.loader.expression.geo.singleCell
Methods in ubic.gemma.core.loader.expression.geo.singleCell that return SingleCellDataLoaderModifier and TypeMethodDescriptionAnnDataDetector.getSingleCellDataLoader(GeoSeries series, SingleCellDataLoaderConfig config) GeoSingleCellDetector.getSingleCellDataLoader(GeoSeries series, SingleCellDataLoaderConfig config) Obtain a single-cell data loader.LoomSingleCellDetector.getSingleCellDataLoader(GeoSeries series, SingleCellDataLoaderConfig config) MexDetector.getSingleCellDataLoader(GeoSeries series, SingleCellDataLoaderConfig config) SeuratDiskDetector.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. -
Uses of SingleCellDataLoader in ubic.gemma.core.loader.expression.singleCell
Classes in ubic.gemma.core.loader.expression.singleCell with type parameters of type SingleCellDataLoaderModifier and TypeInterfaceDescriptioninterfaceInterface for configuring a single-cell data loader.Classes in ubic.gemma.core.loader.expression.singleCell that implement SingleCellDataLoaderModifier and TypeClassDescriptionclassclassReads single-cell vectors from the AnnData on-disk HDF5 format.classLoad single cell data from 10X Genomics MEX format.classSingle-cell data loader used when no data is available.classAdapt aSequencingMetadataFileDataLoaderso that it can be used as aSingleCellDataLoader.Constructors in ubic.gemma.core.loader.expression.singleCell with parameters of type SingleCellDataLoaderModifierConstructorDescriptionprotectedSequencingMetadataFileSingleCellDataLoader(SingleCellDataLoader delegate, Path sequencingMetadataFile, SequencingMetadata defaultMetadata, BioAssayMapper bioAssayMapper) -
Uses of SingleCellDataLoader in ubic.gemma.core.loader.expression.singleCell.metadata
Classes in ubic.gemma.core.loader.expression.singleCell.metadata that implement SingleCellDataLoaderModifier and TypeClassDescriptionclassA generic loader that can be used to load single-cell data with a tabular metadata file.Constructors in ubic.gemma.core.loader.expression.singleCell.metadata with parameters of type SingleCellDataLoaderModifierConstructorDescriptionGenericMetadataSingleCellDataLoader(SingleCellDataLoader delegate, Path cellTypeMetadataFile, Path otherCellCharacteristicsMetadataFile, List<String> otherCellLevelCharacteristicsNames, List<String> otherCellLevelCharacteristicsDefaultValues, List<String> otherCellLevelCharacteristicsDefaultValueUris)