scran
C++ library for basic single-cell RNA-seq analyses
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
scran::VariableBlockWeightParameters Struct Reference

Parameters for variable_block_weight(). More...

#include <blocking.hpp>

Public Member Functions

constexpr VariableBlockWeightParameters (double l=0, double u=1000)
 

Public Attributes

double lower_bound
 
double upper_bound
 

Detailed Description

Parameters for variable_block_weight().

Constructor & Destructor Documentation

◆ VariableBlockWeightParameters()

constexpr scran::VariableBlockWeightParameters::VariableBlockWeightParameters ( double  l = 0,
double  u = 1000 
)
inlineconstexpr
Parameters
lLower bound for the block weight calculation, should be non-negative.
uUpper bound for the block weight calculation, should be not less than l. This should be greater than l.

Member Data Documentation

◆ lower_bound

double scran::VariableBlockWeightParameters::lower_bound

Lower bound for the block weight calculation.

◆ upper_bound

double scran::VariableBlockWeightParameters::upper_bound

Upper bound for the block weight calculation.


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