|
scran_norm
Scaling normalization of single-cell data
|
Normalize and log-transform counts. More...
#include <type_traits>#include <vector>#include <memory>#include <cassert>#include "tatami/tatami.hpp"

Go to the source code of this file.
Classes | |
| class | scran_norm::DelayedLogNormalizeHelper< OutputValue_, InputValue_, Index_, SizeFactors_ > |
| Helper for delayed log-normalization. More... | |
| struct | scran_norm::NormalizeCountsOptions |
Options for normalize_counts(). More... | |
Namespaces | |
| namespace | scran_norm |
| Scaling normalization of single-cell data. | |
Functions | |
| template<typename OutputValue_ = double, typename InputValue_ , typename Index_ , class SizeFactors_ > | |
| std::shared_ptr< tatami::Matrix< OutputValue_, Index_ > > | scran_norm::normalize_counts (std::shared_ptr< const tatami::Matrix< InputValue_, Index_ > > counts, SizeFactors_ size_factors, const NormalizeCountsOptions &options) |
Normalize and log-transform counts.