gsdecon
C++ port of the GSDecon algorithm
Loading...
Searching...
No Matches
Options.hpp
Go to the documentation of this file.
1#ifndef GSDECON_OPTIONS_HPP
2#define GSDECON_OPTIONS_HPP
3
5#include "irlba/irlba.hpp"
6#include "Eigen/Dense"
7
13namespace gsdecon {
14
71
72}
73
74#endif
Gene set scoring with gsdecon.
Definition blocked.hpp:21
Options for compute() and compute_blocked().
Definition Options.hpp:18
bool realize_matrix
Definition Options.hpp:64
int rank
Definition Options.hpp:34
scran_blocks::WeightPolicy block_weight_policy
Definition Options.hpp:46
scran_blocks::VariableWeightParameters variable_block_weight_parameters
Definition Options.hpp:52
irlba::Options< Eigen::VectorXd > irlba_options
Definition Options.hpp:69
int num_threads
Definition Options.hpp:58
bool scale
Definition Options.hpp:41