|
singlepp
A C++ library for cell type classification
|
Create an intersection of genes. 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::Intersection = std::vector<std::pair<Index_, Index_> > |
Functions | |
| template<typename Index_ , typename Id_ > | |
| Intersection< Index_ > | singlepp::intersect_genes (Index_ test_nrow, const Id_ *test_id, Index_ ref_nrow, const Id_ *ref_id) |
Create an intersection of genes.