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

Default parameters. More...

#include <PerCellQcMetrics.hpp>

Static Public Attributes

static constexpr bool compute_total = true
 
static constexpr bool compute_detected = true
 
static constexpr bool compute_max_count = true
 
static constexpr bool compute_max_index = true
 
static constexpr bool compute_subset_total = true
 
static constexpr bool compute_subset_detected = true
 
static constexpr int num_threads = 1
 

Detailed Description

Default parameters.

Member Data Documentation

◆ compute_total

constexpr bool scran::PerCellQcMetrics::Defaults::compute_total = true
staticconstexpr

See set_compute_total() for details.

◆ compute_detected

constexpr bool scran::PerCellQcMetrics::Defaults::compute_detected = true
staticconstexpr

See set_compute_detected() for details.

◆ compute_max_count

constexpr bool scran::PerCellQcMetrics::Defaults::compute_max_count = true
staticconstexpr

See set_compute_max_count() for details.

◆ compute_max_index

constexpr bool scran::PerCellQcMetrics::Defaults::compute_max_index = true
staticconstexpr

See set_compute_max_index() for details.

◆ compute_subset_total

constexpr bool scran::PerCellQcMetrics::Defaults::compute_subset_total = true
staticconstexpr

See set_compute_subset_total() for details.

◆ compute_subset_detected

constexpr bool scran::PerCellQcMetrics::Defaults::compute_subset_detected = true
staticconstexpr

◆ num_threads

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

See set_num_threads() for details.


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