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 |
Returns:
The object is updated with new results.
fetchNormalizedMatrix() → {external:ScranMatrix}
- Source:
Returns:
A ScranMatrix object containing the normalized CRISPR abundances,
available after running compute
.
- Type
- external:ScranMatrix
fetchParameters() → {object}
- Source:
Returns:
Object containing the parameters.
- Type
- object
fetchSizeFactors() → {Float64WasmArray}
- Source:
Returns:
Array of length equal to the number of cells,
containing the CRISPR-derived size factor for each cell.
This is available after running compute
.
- Type
- Float64WasmArray