singlepp
A C++ library for cell type classification
|
Train a classifier from a single reference. More...
Go to the source code of this file.
Classes | |
struct | singlepp::TrainSingleOptions< Index_, Float_ > |
Options for train_single() and friends. More... | |
class | singlepp::TrainedSingle< Index_, Float_ > |
Classifier trained from a single reference. More... | |
class | singlepp::TrainedSingleIntersect< Index_, Float_ > |
Classifier built from an intersection of genes. More... | |
Namespaces | |
namespace | singlepp |
Cell type classification using the SingleR algorithm in C++. | |
Train a classifier from a single reference.