mumosa
Multi-modal analyses of single-cell data
Loading...
Searching...
No Matches
utils.hpp
1#ifndef MUMOSA_UTILS_HPP
2#define MUMOSA_UTILS_HPP
3
4#include <type_traits>
5
6namespace mumosa {
7
11template<typename Input_>
12using I = typename std::remove_cv<typename std::remove_reference<Input_>::type>::type;
17}
18
19#endif
Scale multi-modal embeddings to adjust for differences in variance.
Definition blocked.hpp:20