singlepp
A C++ library for cell type classification
Loading...
Searching...
No Matches
Public Attributes | List of all members
singlepp::ChooseClassicMarkersOptions Struct Reference

Options for choose_classic_markers(). More...

#include <choose_classic_markers.hpp>

Public Attributes

int number = -1
 
int num_threads = 1
 

Detailed Description

Options for choose_classic_markers().

Member Data Documentation

◆ num_threads

int singlepp::ChooseClassicMarkersOptions::num_threads = 1

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

◆ number

int singlepp::ChooseClassicMarkersOptions::number = -1

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


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