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

Default parameter settings. More...

#include <SimplePca.hpp>

Static Public Attributes

static constexpr int rank = 10
 
static constexpr bool scale = false
 
static constexpr bool transpose = true
 
static constexpr int num_threads = 1
 
static constexpr bool return_rotation = false
 
static constexpr bool return_center = false
 
static constexpr bool return_scale = false
 

Detailed Description

Default parameter settings.

Member Data Documentation

◆ rank

constexpr int scran::SimplePca::Defaults::rank = 10
staticconstexpr

See set_rank() for more details.

◆ scale

constexpr bool scran::SimplePca::Defaults::scale = false
staticconstexpr

See set_scale() for more details.

◆ transpose

constexpr bool scran::SimplePca::Defaults::transpose = true
staticconstexpr

See set_transpose() for more details.

◆ num_threads

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

See set_num_threads() for more details.

◆ return_rotation

constexpr bool scran::SimplePca::Defaults::return_rotation = false
staticconstexpr

See set_return_rotation() for more details.

◆ return_center

constexpr bool scran::SimplePca::Defaults::return_center = false
staticconstexpr

See set_return_center() for more details.

◆ return_scale

constexpr bool scran::SimplePca::Defaults::return_scale = false
staticconstexpr

See set_return_scale() for more details.


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