scran_norm
Scaling normalization of single-cell data
|
Normalize and log-transform counts. More...
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) |
Normalize and log-transform counts.