Class SingleCellAggregationConfig
java.lang.Object
ubic.gemma.core.analysis.singleCell.aggregate.SingleCellAggregationConfig
Configuration for aggregating single-cell data.
- Author:
- poirigui
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()intgetMask()Categorical mask to use on data.booleanPerform adjustment of library sizes to better reflect the number of reads in the source sample.booleanInclude masked cells in the library size calculation.booleanMake the resulting QT preferred.boolean
-
Method Details
-
builder
-
getMask
Categorical mask to use on data.The category of the characteristics must be
Categories.MASK. -
isMakePreferred
public boolean isMakePreferred()Make the resulting QT preferred. -
isAdjustLibrarySizes
public boolean isAdjustLibrarySizes()Perform adjustment of library sizes to better reflect the number of reads in the source sample. -
isIncludeMaskedCellsInLibrarySize
public boolean isIncludeMaskedCellsInLibrarySize()Include masked cells in the library size calculation.The default is to exclude them as if they were simply filtered out.
-
getFetchSize
public int getFetchSize() -
isUseCursorFetchIfSupported
public boolean isUseCursorFetchIfSupported() -
getConsole
-