1#ifndef SINGLEPP_INTERSECTION_HPP
2#define SINGLEPP_INTERSECTION_HPP
10#include <unordered_map>
34template<
typename Index_ = DefaultIndex>
53template<
typename Index_,
typename Id_>
55 std::unordered_map<Id_, Index_>
ref_found;
Common definitions for singlepp.
Cell type classification using the SingleR algorithm in C++.
Definition classify_single.hpp:19
Intersection< Index_ > intersect_genes(Index_ test_nrow, const Id_ *test_id, Index_ ref_nrow, const Id_ *ref_id)
Definition Intersection.hpp:54
std::vector< std::pair< Index_, Index_ > > Intersection
Definition Intersection.hpp:35
std::vector< std::vector< std::vector< Index_ > > > Markers
Definition Markers.hpp:40