singlepp
A C++ library for cell type classification
Loading...
Searching...
No Matches
singlepp.hpp
Go to the documentation of this file.
1#ifndef SINGLEPP_UMBRELLA_HPP
2#define SINGLEPP_UMBRELLA_HPP
3
10#include "Markers.hpp"
11#include "Intersection.hpp"
13#include "train_single.hpp"
14#include "train_integrated.hpp"
15#include "classify_single.hpp"
17
22namespace singlepp {}
23
24#endif
Create an intersection of genes.
Define the Markers typedef.
Classic method for choosing markers.
Integrate classifications from multiple references.
Classify cells in a test dataset based a single reference.
Cell type classification using the SingleR algorithm in C++.
Definition classify_single.hpp:19
Prepare for integrated classification across references.
Train a classifier from a single reference.