scran_blocks
Blocking utilities for libscran
|
Parameters for compute_variable_weight()
.
More...
#include <block_weights.hpp>
Public Attributes | |
double | lower_bound = 0 |
double | upper_bound = 1000 |
Parameters for compute_variable_weight()
.
double scran_blocks::VariableWeightParameters::lower_bound = 0 |
Lower bound for the block weight calculation. This should be non-negative.
double scran_blocks::VariableWeightParameters::upper_bound = 1000 |
Upper bound for the block weight calculation. This should be no less than lower_bound
.