singler_classic_markers
Classic marker detection for SingleR
Loading...
Searching...
No Matches
singler_classic_markers::ChooseOptions Struct Reference

Options for choose(). More...

#include <choose.hpp>

Public Attributes

std::optional< std::size_t > number
 
bool keep_ties = false
 
int num_threads = 1
 

Detailed Description

Options for choose().

Member Data Documentation

◆ keep_ties

bool singler_classic_markers::ChooseOptions::keep_ties = false

Whether to report ties at the number-th gene for each pairwise comparisons. If true, all genes with tied differences are reported in the output. Otherwise, no more than number genes will be reported, with ties broken by row index (i.e., earlier genes are preferentially retained).

◆ num_threads

int singler_classic_markers::ChooseOptions::num_threads = 1

Number of threads to use. The parallelization scheme is determined by tatami::parallelize().

◆ number

std::optional<std::size_t> singler_classic_markers::ChooseOptions::number

Number of top genes to use as the marker set in each pairwise comparison. If not set, this is automatically determined from the number of labels, see default_number().


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