Classes
Methods
compute(parameters)
- Description:
This method should not be called directly by users, but is instead invoked by
runAnalysis
.
- Source:
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters |
object | Parameter object, equivalent to the Properties
|
Returns:
The object is updated with new results.
fetchCorrected() → {Float64WasmArray}
- Source:
Returns:
Buffer containing the batch-corrected embeddings as a column-major dense matrix,
where the rows are the dimensions and the columns are the cells.
This is available after running compute
.
- Type
- Float64WasmArray
fetchNumberOfCells() → {number}
- Source:
Returns:
Number of cells in fetchCorrected
.
- Type
- number
fetchNumberOfDimensions() → {number}
- Source:
Returns:
Number of dimensions in fetchCorrected
.
- Type
- number
fetchParameters() → {object}
- Source:
Returns:
Object containing the parameters.
- Type
- object