Class SingleCellExperimentSubSetsCreationConfig
java.lang.Object
ubic.gemma.core.analysis.singleCell.aggregate.SingleCellExperimentSubSetsCreationConfig
Configuration for subsetting single-cell expression data in pseudo-bulks.
- Author:
- poirigui
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanWhether to allow unmapped characteristics.booleanWhether to allow unmapped factor values.
-
Method Details
-
builder
public static SingleCellExperimentSubSetsCreationConfig.SingleCellExperimentSubSetsCreationConfigBuilder builder() -
isIgnoreUnmatchedCharacteristics
public boolean isIgnoreUnmatchedCharacteristics()Whether to allow unmapped characteristics. -
isIgnoreUnmatchedFactorValues
public boolean isIgnoreUnmatchedFactorValues()Whether to allow unmapped factor values.
-