|
template<typename Value_ , typename Index_ , typename Float_ , typename Label_ > |
void | singlepp::classify_single (const tatami::Matrix< Value_, Index_ > &test, const TrainedSingle< Index_, Float_ > &trained, const ClassifySingleBuffers< Label_, Float_ > &buffers, const ClassifySingleOptions< Float_ > &options) |
| Implements the SingleR algorithm for automated annotation of single-cell RNA-seq data.
|
|
template<typename Value_ , typename Index_ , typename Float_ , typename Label_ > |
void | singlepp::classify_single_intersect (const tatami::Matrix< Value_, Index_ > &test, const TrainedSingleIntersect< Index_, Float_ > &trained, const ClassifySingleBuffers< Label_, Float_ > &buffers, const ClassifySingleOptions< Float_ > &options) |
|
template<typename Label_ = DefaultLabel, typename Value_ , typename Index_ , typename Float_ > |
ClassifySingleResults< Label_, Float_ > | singlepp::classify_single (const tatami::Matrix< Value_, Index_ > &test, const TrainedSingle< Index_, Float_ > &trained, const ClassifySingleOptions< Float_ > &options) |
|
template<typename Label_ = DefaultLabel, typename Value_ , typename Index_ , typename Float_ > |
ClassifySingleResults< Label_, Float_ > | singlepp::classify_single_intersect (const tatami::Matrix< Value_, Index_ > &test, const TrainedSingleIntersect< Index_, Float_ > &trained, const ClassifySingleOptions< Float_ > &options) |
|
Classify cells in a test dataset based a single reference.