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

Default parameter settings. More...

#include <DownsampleByNeighbors.hpp>

Static Public Attributes

static constexpr int num_neighbors = 10
 
static constexpr int num_threads = 1
 
static constexpr bool approximate = false
 

Detailed Description

Default parameter settings.

Member Data Documentation

◆ num_neighbors

constexpr int scran::DownsampleByNeighbors::Defaults::num_neighbors = 10
staticconstexpr

See set_num_neighbors() for details.

◆ num_threads

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

See set_num_threads() for details.

◆ approximate

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

See set_approximate() for details.


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