singlepp
A C++ library for cell type classification
Loading...
Searching...
No Matches
choose_classic_markers.hpp File Reference

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

std::size_t singlepp::number_of_classic_markers (std::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)
 

Detailed Description

Classic method for choosing markers.