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

Default parameter settings. More...

#include <PairwiseEffects.hpp>

Collaboration diagram for scran::PairwiseEffects::Defaults:
Collaboration graph
[legend]

Static Public Attributes

static constexpr double threshold = 0
 
static constexpr int num_threads = 1
 
static constexpr bool compute_cohen = true
 
static constexpr bool compute_auc = true
 
static constexpr bool compute_lfc = true
 
static constexpr bool compute_delta_detected = true
 
static constexpr WeightPolicy block_weight_policy = WeightPolicy::VARIABLE
 
static constexpr VariableBlockWeightParameters variable_block_weight_parameters = VariableBlockWeightParameters()
 

Detailed Description

Default parameter settings.

Member Data Documentation

◆ threshold

constexpr double scran::PairwiseEffects::Defaults::threshold = 0
staticconstexpr

See set_threshold() for details.

◆ num_threads

constexpr int scran::PairwiseEffects::Defaults::num_threads = 1
staticconstexpr

◆ compute_cohen

constexpr bool scran::PairwiseEffects::Defaults::compute_cohen = true
staticconstexpr

◆ compute_auc

constexpr bool scran::PairwiseEffects::Defaults::compute_auc = true
staticconstexpr

◆ compute_lfc

constexpr bool scran::PairwiseEffects::Defaults::compute_lfc = true
staticconstexpr

◆ compute_delta_detected

constexpr bool scran::PairwiseEffects::Defaults::compute_delta_detected = true
staticconstexpr

◆ block_weight_policy

constexpr WeightPolicy scran::PairwiseEffects::Defaults::block_weight_policy = WeightPolicy::VARIABLE
staticconstexpr

See set_block_weight_policy() for more details.

◆ variable_block_weight_parameters

constexpr VariableBlockWeightParameters scran::PairwiseEffects::Defaults::variable_block_weight_parameters = VariableBlockWeightParameters()
staticconstexpr

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