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 the new results.
fetchDiscards() → {Uint8WasmArray}
- Source:
Returns:
Buffer containing the discard vector of length equal to the number of cells,
where each element is truthy if the corresponding cell is to be discarded.
This is available after running compute
.
- Type
- Uint8WasmArray
fetchFilters() → {external:SuggestCrisprQcFiltersResults}
- Source:
Returns:
Result of filtering on the CRISPR-derived QC metrics.
This is available after running compute
.
fetchMetrics() → {external:PerCellCrisprQcMetricsResults}
- Source:
Returns:
CRISPR-derived QC metrics,
available after running compute
.
fetchParameters() → {object}
- Source:
Returns:
Object containing the parameters.
- Type
- object