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

Default parameter settings. More...

#include <ClusterSnnGraph.hpp>

Static Public Attributes

static constexpr double resolution = 1
 
static constexpr double beta = 0.01
 
static constexpr int iterations = 2
 
static constexpr bool modularity = false
 
static constexpr int seed = 42
 

Detailed Description

Default parameter settings.

Member Data Documentation

◆ resolution

constexpr double scran::ClusterSnnGraphLeiden::Defaults::resolution = 1
staticconstexpr

See set_resolution() for more details. The default is based on ?cluster_leiden in the igraph R package.

◆ beta

constexpr double scran::ClusterSnnGraphLeiden::Defaults::beta = 0.01
staticconstexpr

See set_beta() for more details. The default is based on ?cluster_leiden in the igraph R package.

◆ iterations

constexpr int scran::ClusterSnnGraphLeiden::Defaults::iterations = 2
staticconstexpr

See set_iterations() for more details. The default is based on ?cluster_leiden in the igraph R package.

◆ modularity

constexpr bool scran::ClusterSnnGraphLeiden::Defaults::modularity = false
staticconstexpr

See set_modularity() for more details. The default is based on ?cluster_leiden in the igraph R package.

◆ seed

constexpr int scran::ClusterSnnGraphLeiden::Defaults::seed = 42
staticconstexpr

See set_seed() for more details.


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