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

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_> >
 

Detailed Description

Define type aliases for marker lists.