1#ifndef SINGLEPP_MARKERS_HPP
2#define SINGLEPP_MARKERS_HPP
39template<
typename Index_ = DefaultIndex>
40using Markers = std::vector<std::vector<std::vector<Index_> > >;
Common definitions for singlepp.
Cell type classification using the SingleR algorithm in C++.
Definition classify_single.hpp:19
std::vector< std::vector< std::vector< Index_ > > > Markers
Definition Markers.hpp:40