scran_pca
Principal component analysis for single-cell data
Loading...
Searching...
No Matches
scran_pca.hpp
Go to the documentation of this file.
1#ifndef SCRAN_PCA_HPP
2#define SCRAN_PCA_HPP
3
4#include "simple_pca.hpp"
5#include "blocked_pca.hpp"
6
16namespace scran_pca {}
17
18#endif
Perform PCA on residuals after regressing out a blocking factor.
Principal component analysis on single-cell data.
Perform a simple PCA on a gene-by-cell matrix.