gsdecon
C++ port of the GSDecon algorithm
Loading...
Searching...
No Matches
gsdecon.hpp
Go to the documentation of this file.
1#ifndef gsdECON_HPP
2#define gsdECON_HPP
3
4#include "compute.hpp"
5#include "blocked.hpp"
6#include "Results.hpp"
7#include "Options.hpp"
8
18namespace gsdecon {}
19
20#endif
Classes for storing the results.
Compute per-cell scores with blocking.
Gene set scoring with gsdecon.
Definition blocked.hpp:21