Class CellXGeneAnnDataSingleCellDataLoaderConfig
java.lang.Object
ubic.gemma.core.loader.expression.DataLoaderConfig
ubic.gemma.core.loader.expression.sequencing.SequencingDataLoaderConfig
ubic.gemma.core.loader.expression.singleCell.SingleCellDataLoaderConfig
ubic.gemma.core.loader.expression.singleCell.AnnDataSingleCellDataLoaderConfig
ubic.gemma.core.loader.expression.cellxgene.CellXGeneAnnDataSingleCellDataLoaderConfig
A configuration for loading CELLxGENE data from AnnData files.
- Author:
- poirigui
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCellXGeneAnnDataSingleCellDataLoaderConfig.CellXGeneAnnDataSingleCellDataLoaderConfigBuilder<C extends CellXGeneAnnDataSingleCellDataLoaderConfig,B extends CellXGeneAnnDataSingleCellDataLoaderConfig.CellXGeneAnnDataSingleCellDataLoaderConfigBuilder<C, B>> Nested classes/interfaces inherited from class ubic.gemma.core.loader.expression.singleCell.AnnDataSingleCellDataLoaderConfig
AnnDataSingleCellDataLoaderConfig.AnnDataSingleCellDataLoaderConfigBuilder<C extends AnnDataSingleCellDataLoaderConfig,B extends AnnDataSingleCellDataLoaderConfig.AnnDataSingleCellDataLoaderConfigBuilder<C, B>> Nested classes/interfaces inherited from class ubic.gemma.core.loader.expression.singleCell.SingleCellDataLoaderConfig
SingleCellDataLoaderConfig.SingleCellDataLoaderConfigBuilder<C extends SingleCellDataLoaderConfig,B extends SingleCellDataLoaderConfig.SingleCellDataLoaderConfigBuilder<C, B>> Nested classes/interfaces inherited from class ubic.gemma.core.loader.expression.sequencing.SequencingDataLoaderConfig
SequencingDataLoaderConfig.SequencingDataLoaderConfigBuilder<C extends SequencingDataLoaderConfig,B extends SequencingDataLoaderConfig.SequencingDataLoaderConfigBuilder<C, B>> Nested classes/interfaces inherited from class ubic.gemma.core.loader.expression.DataLoaderConfig
DataLoaderConfig.DataLoaderConfigBuilder<C extends DataLoaderConfig,B extends DataLoaderConfig.DataLoaderConfigBuilder<C, B>> -
Field Summary
Fields inherited from class ubic.gemma.core.loader.expression.singleCell.SingleCellDataLoaderConfig
transformExecutor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCellXGeneAnnDataSingleCellDataLoaderConfig(CellXGeneAnnDataSingleCellDataLoaderConfig.CellXGeneAnnDataSingleCellDataLoaderConfigBuilder<?, ?> b) -
Method Summary
Modifier and TypeMethodDescriptionstatic CellXGeneAnnDataSingleCellDataLoaderConfig.CellXGeneAnnDataSingleCellDataLoaderConfigBuilder<?, ?> builder()booleanKeep the pooled sample (if any) in the dataset.booleanKeep the unknown sample (if any) in the dataset.Methods inherited from class ubic.gemma.core.loader.expression.singleCell.AnnDataSingleCellDataLoaderConfig
getCellTypeFactorName, getCellTypeUriFactorName, getSampleFactorName, getTranspose, getUnknownCellTypeIndicator, getUseRawX, isIgnoreCellTypeFactorMethods inherited from class ubic.gemma.core.loader.expression.singleCell.SingleCellDataLoaderConfig
getCellTypeAssignmentDescription, getCellTypeAssignmentFile, getCellTypeAssignmentName, getCellTypeAssignmentProtocol, getConsole, getDiscardEmptyCells, getOtherCellLevelCharacteristicsDefaultValues, getOtherCellLevelCharacteristicsDefaultValueUris, getOtherCellLevelCharacteristicsFile, getOtherCellLevelCharacteristicsNames, getPreferredCellTypeAssignmentName, getTransformExecutor, isIgnoreCompatibleCellTypeFactor, isIgnoreDataVectors, isIgnoreExistingCellTypeAssignment, isIgnoreExistingOtherCellLevelCharacteristics, isIgnoreSamplesLackingData, isIgnoreUnmatchedCellIds, isInferSamplesFromCellIdsOverlap, isMarkSingleCellTypeAssignmentAsPreferred, isPreferSinglePrecision, isRecreateCellTypeFactorIfNecessary, isReplaceExistingCellTypeAssignment, isReplaceExistingOtherCellLevelCharacteristics, isUseCellIdsIfSampleNameIsMissingMethods inherited from class ubic.gemma.core.loader.expression.sequencing.SequencingDataLoaderConfig
getDefaultSequencingMetadata, getSequencingMetadataFileMethods inherited from class ubic.gemma.core.loader.expression.DataLoaderConfig
getDataPath, getQuantitationTypeName, getQuantitationTypeNewName, getQuantitationTypeNewScaleType, getQuantitationTypeNewType, getRenamingFile, isMarkQuantitationTypeAsPreferred, isMarkQuantitationTypeAsRecomputedFromRawData, isReplaceExistingQuantitationType
-
Constructor Details
-
CellXGeneAnnDataSingleCellDataLoaderConfig
protected CellXGeneAnnDataSingleCellDataLoaderConfig(CellXGeneAnnDataSingleCellDataLoaderConfig.CellXGeneAnnDataSingleCellDataLoaderConfigBuilder<?, ?> b)
-
-
Method Details
-
builder
public static CellXGeneAnnDataSingleCellDataLoaderConfig.CellXGeneAnnDataSingleCellDataLoaderConfigBuilder<?,?> builder() -
isKeepPooledSample
public boolean isKeepPooledSample()Keep the pooled sample (if any) in the dataset.This sample uses the "pooled" indicator as donor ID.
-
isKeepUnknownSample
public boolean isKeepUnknownSample()Keep the unknown sample (if any) in the dataset.This sample uses the "unknown" indicator as donor ID.
-