|
gsdecon
C++ port of the GSDecon algorithm
|
Compute per-cell scores with blocking. More...
#include <vector>#include "Eigen/Dense"#include "tatami/tatami.hpp"#include "irlba/irlba.hpp"#include "scran_pca/scran_pca.hpp"#include "sanisizer/sanisizer.hpp"#include "Options.hpp"#include "Results.hpp"#include "utils.hpp"Go to the source code of this file.
Namespaces | |
| namespace | gsdecon |
| Gene set scoring with gsdecon. | |
Functions | |
| template<typename Value_ , typename Index_ , typename Block_ , typename Float_ > | |
| void | gsdecon::compute_blocked (const tatami::Matrix< Value_, Index_ > &matrix, const Block_ *const block, const Options &options, const Buffers< Float_ > &output) |
| template<typename Float_ = double, typename Value_ , typename Index_ , typename Block_ > | |
| Results< Float_ > | gsdecon::compute_blocked (const tatami::Matrix< Value_, Index_ > &matrix, const Block_ *const block, const Options &options) |
Compute per-cell scores with blocking.