|
singlepp
A C++ library for cell type classification
|
Define type aliases for marker lists. More...
Go to the source code of this file.
Namespaces | |
| namespace | singlepp |
| Cell type classification using the SingleR algorithm in C++. | |
Typedefs | |
| template<typename Index_ = DefaultIndex> | |
| using | singlepp::PairwiseMarkers = std::vector<std::vector<std::vector<Index_> > > |
| template<typename Index_ = DefaultIndex> | |
| using | singlepp::PerLabelMarkers = std::vector<std::vector<Index_> > |
Define type aliases for marker lists.