scran_blocks
Blocking utilities for libscran
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran_blocks::VariableWeightParameters Struct Reference

Parameters for compute_variable_weight(). More...

#include <block_weights.hpp>

Public Attributes

double lower_bound = 0
 
double upper_bound = 1000
 

Detailed Description

Parameters for compute_variable_weight().

Member Data Documentation

◆ lower_bound

double scran_blocks::VariableWeightParameters::lower_bound = 0

Lower bound for the block weight calculation. This should be non-negative.

◆ upper_bound

double scran_blocks::VariableWeightParameters::upper_bound = 1000

Upper bound for the block weight calculation. This should be no less than lower_bound.


The documentation for this struct was generated from the following file: