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.
fetchParameters() → {object}
- Source:
Returns:
Object containing the parameters.
- Type
- object
fetchResults() → {external:ModelGeneVarResults}
- Source:
Returns:
Variance modelling results,
available after running compute
.
fetchSortedResiduals() → {Float64Array}
- Source:
Returns:
Array of length equal to the number of genes,
containing the sorted residuals after fitting a mean-dependent trend to the variances.
Available after running compute
.
- Type
- Float64Array