singlepp
A C++ library for cell type classification
|
Options for choose_classic_markers()
.
More...
#include <choose_classic_markers.hpp>
Public Attributes | |
int | number = -1 |
int | num_threads = 1 |
Options for choose_classic_markers()
.
int singlepp::ChooseClassicMarkersOptions::num_threads = 1 |
Number of threads to use. The parallelization scheme is determined by tatami::parallelize()
.
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()
.