scran_norm
Scaling normalization of single-cell data
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
normalize_counts.hpp File Reference

Normalize and log-transform counts. More...

#include <type_traits>
#include <vector>
#include <memory>
#include "tatami/tatami.hpp"
Include dependency graph for normalize_counts.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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)
 

Detailed Description

Normalize and log-transform counts.