|
singlepp_loaders
Load pre-processed reference datasets for SingleR
|
Load label indices for single reference datasets. More...
#include "byteme/PerByte.hpp"#include "byteme/RawFileReader.hpp"#include "byteme/GzipFileReader.hpp"#include "byteme/ZlibBufferReader.hpp"#include "tatami/tatami.hpp"#include "singlepp/singlepp.hpp"#include <string>#include <vector>#include <cctype>#include <type_traits>#include <stdexcept>Go to the source code of this file.
Classes | |
| struct | singlepp_loaders::LoadLabelsOptions |
| Options for loading labels. More... | |
Namespaces | |
| namespace | singlepp_loaders |
| Load pre-processed single reference datasets. | |
Functions | |
| template<typename Label_ = singlepp::DefaultLabel> | |
| std::vector< Label_ > | singlepp_loaders::load_labels_from_text_file (const char *path, const LoadLabelsOptions &options) |
| template<typename Label_ = singlepp::DefaultLabel> | |
| std::vector< Label_ > | singlepp_loaders::load_labels_from_gzip_file (const char *path, const LoadLabelsOptions &options) |
| template<typename Label_ = singlepp::DefaultLabel> | |
| std::vector< Label_ > | singlepp_loaders::load_labels_from_zlib_buffer (const unsigned char *buffer, size_t len, const LoadLabelsOptions &options) |
Load label indices for single reference datasets.