AnnDataSingleCellDataLoader |
AbstractAnnDataSingleCellDataLoaderConfigurer.configureLoader(SingleCellDataLoaderConfig config) |
Automatically configure a loader for an AnnData file.
|
MexSingleCellDataLoader |
AbstractMexSingleCellDataLoaderConfigurer.configureLoader(SingleCellDataLoaderConfig config) |
|
AnnDataSingleCellDataLoader |
AnnDataSingleCellDataLoaderConfigurer.configureLoader(SingleCellDataLoaderConfig config) |
|
GenericMetadataSingleCellDataLoader |
GenericMetadataSingleCellDataLoaderConfigurer.configureLoader(SingleCellDataLoaderConfig config) |
|
MexSingleCellDataLoader |
MexSingleCellDataLoaderConfigurer.configureLoader(SingleCellDataLoaderConfig config) |
|
NullSingleCellDataLoader |
NullSingleCellDataLoaderConfigurer.configureLoader(SingleCellDataLoaderConfig config) |
|
SequencingMetadataFileSingleCellDataLoader |
SequencingMetadataFileSingleCellDataLoaderConfigurer.configureLoader(SingleCellDataLoaderConfig config) |
|
QuantitationType |
SingleCellDataLoaderService.load(ExpressionExperiment ee,
ArrayDesign platform,
SingleCellDataLoaderConfig config) |
Load single-cell data, the data type is automatically detected.
|
QuantitationType |
SingleCellDataLoaderService.load(ExpressionExperiment ee,
ArrayDesign platform,
SingleCellDataType dataType,
SingleCellDataLoaderConfig config) |
Load a specific single-cell data type.
|
QuantitationType |
SingleCellDataLoaderServiceImpl.load(ExpressionExperiment ee,
ArrayDesign platform,
SingleCellDataLoaderConfig config) |
|
QuantitationType |
SingleCellDataLoaderServiceImpl.load(ExpressionExperiment ee,
ArrayDesign platform,
SingleCellDataType dataType,
SingleCellDataLoaderConfig config) |
|
Collection<CellTypeAssignment> |
SingleCellDataLoaderService.loadCellTypeAssignments(ExpressionExperiment ee,
SingleCellDataLoaderConfig config) |
Load the cell type assignments, the data type is automatically detected.
|
Collection<CellTypeAssignment> |
SingleCellDataLoaderService.loadCellTypeAssignments(ExpressionExperiment ee,
SingleCellDataType dataType,
SingleCellDataLoaderConfig config) |
Load the cell type assignments.
|
Collection<CellTypeAssignment> |
SingleCellDataLoaderServiceImpl.loadCellTypeAssignments(ExpressionExperiment ee,
SingleCellDataLoaderConfig config) |
|
Collection<CellTypeAssignment> |
SingleCellDataLoaderServiceImpl.loadCellTypeAssignments(ExpressionExperiment ee,
SingleCellDataType dataType,
SingleCellDataLoaderConfig config) |
|
Collection<CellLevelCharacteristics> |
SingleCellDataLoaderService.loadOtherCellLevelCharacteristics(ExpressionExperiment ee,
SingleCellDataLoaderConfig config) |
Load other cell-level characteristics (i.e. anything that is not a cell type assignment), the data type is
automatically detected.
|
Collection<CellLevelCharacteristics> |
SingleCellDataLoaderService.loadOtherCellLevelCharacteristics(ExpressionExperiment ee,
SingleCellDataType dataType,
SingleCellDataLoaderConfig config) |
Load other cell-level characteristics (i.e. anything that is not a cell type assignment).
|
Collection<CellLevelCharacteristics> |
SingleCellDataLoaderServiceImpl.loadOtherCellLevelCharacteristics(ExpressionExperiment ee,
SingleCellDataLoaderConfig config) |
|
Collection<CellLevelCharacteristics> |
SingleCellDataLoaderServiceImpl.loadOtherCellLevelCharacteristics(ExpressionExperiment ee,
SingleCellDataType dataType,
SingleCellDataLoaderConfig config) |
|
Map<BioAssay,SequencingMetadata> |
SingleCellDataLoaderService.loadSequencingMetadata(ExpressionExperiment ee,
SingleCellDataLoaderConfig config) |
Load sequencing metadata.
|
Map<BioAssay,SequencingMetadata> |
SingleCellDataLoaderServiceImpl.loadSequencingMetadata(ExpressionExperiment ee,
SingleCellDataLoaderConfig config) |
|