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

Default parameter settings. More...

#include <ScaleByNeighbors.hpp>

Static Public Attributes

static constexpr int neighbors = 20
 
static constexpr bool approximate = false
 
static constexpr int num_threads = 1
 

Detailed Description

Default parameter settings.

Member Data Documentation

◆ neighbors

constexpr int scran::ScaleByNeighbors::Defaults::neighbors = 20
staticconstexpr

See set_neighbors() for more details.

◆ approximate

constexpr bool scran::ScaleByNeighbors::Defaults::approximate = false
staticconstexpr

See set_approximate() for more details.

◆ num_threads

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

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