singlepp
A C++ library for cell type classification
|
Classic method for choosing markers. More...
Go to the source code of this file.
Classes | |
struct | singlepp::ChooseClassicMarkersOptions |
Options for choose_classic_markers() . More... | |
Namespaces | |
namespace | singlepp |
Cell type classification using the SingleR algorithm in C++. | |
Functions | |
size_t | singlepp::number_of_classic_markers (size_t num_labels) |
template<typename Value_ , typename Index_ , typename Label_ > | |
Markers< Index_ > | singlepp::choose_classic_markers (const std::vector< const tatami::Matrix< Value_, Index_ > * > &representatives, const std::vector< const Label_ * > &labels, const ChooseClassicMarkersOptions &options) |
template<typename Value_ , typename Index_ , typename Label_ > | |
Markers< Index_ > | singlepp::choose_classic_markers (const tatami::Matrix< Value_, Index_ > &representative, const Label_ *labels, const ChooseClassicMarkersOptions &options) |
Classic method for choosing markers.