scran
C++ library for basic single-cell RNA-seq analyses
Loading...
Searching...
No Matches
Classes | Namespaces
SimplePca.hpp File Reference

Perform a simple PCA on a gene-by-cell matrix. More...

#include "../utils/macros.hpp"
#include "tatami/tatami.hpp"
#include "irlba/irlba.hpp"
#include "Eigen/Dense"
#include <vector>
#include <cmath>
#include "convert.hpp"
#include "utils.hpp"
Include dependency graph for SimplePca.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  scran::SimplePca
 Perform a simple PCA on a gene-cell matrix. More...
 
struct  scran::SimplePca::Defaults
 Default parameter settings. More...
 
struct  scran::SimplePca::Results
 Container for the PCA results. More...
 

Namespaces

namespace  scran
 Functions for single-cell RNA-seq analyses.
 

Detailed Description

Perform a simple PCA on a gene-by-cell matrix.